CommitmentPlanArgs

data class CommitmentPlanArgs(val id: Output<String>) : ConvertibleToJava<CommitmentPlanArgs>

Information about the machine learning commitment plan associated with the web service.

Constructors

Link copied to clipboard
constructor(id: Output<String>)

Properties

Link copied to clipboard
val id: Output<String>

Specifies the Azure Resource Manager ID of the commitment plan associated with the web service.

Functions

Link copied to clipboard
open override fun toJava(): CommitmentPlanArgs