Class DeploymentProperties

java.lang.Object
com.azure.resourcemanager.cognitiveservices.models.DeploymentProperties

public final class DeploymentProperties extends Object
Properties of Cognitive Services account deployment.
  • Constructor Details

    • DeploymentProperties

      public DeploymentProperties()
      Creates an instance of DeploymentProperties class.
  • Method Details

    • provisioningState

      public DeploymentProvisioningState provisioningState()
      Get the provisioningState property: Gets the status of the resource at the time the operation was called.
      Returns:
      the provisioningState value.
    • model

      public DeploymentModel model()
      Get the model property: Properties of Cognitive Services account deployment model.
      Returns:
      the model value.
    • withModel

      public DeploymentProperties withModel(DeploymentModel model)
      Set the model property: Properties of Cognitive Services account deployment model.
      Parameters:
      model - the model value to set.
      Returns:
      the DeploymentProperties object itself.
    • scaleSettings

      public DeploymentScaleSettings scaleSettings()
      Get the scaleSettings property: Properties of Cognitive Services account deployment model.
      Returns:
      the scaleSettings value.
    • withScaleSettings

      public DeploymentProperties withScaleSettings(DeploymentScaleSettings scaleSettings)
      Set the scaleSettings property: Properties of Cognitive Services account deployment model.
      Parameters:
      scaleSettings - the scaleSettings value to set.
      Returns:
      the DeploymentProperties object itself.
    • capabilities

      public Map<String,String> capabilities()
      Get the capabilities property: The capabilities.
      Returns:
      the capabilities value.
    • raiPolicyName

      public String raiPolicyName()
      Get the raiPolicyName property: The name of RAI policy.
      Returns:
      the raiPolicyName value.
    • withRaiPolicyName

      public DeploymentProperties withRaiPolicyName(String raiPolicyName)
      Set the raiPolicyName property: The name of RAI policy.
      Parameters:
      raiPolicyName - the raiPolicyName value to set.
      Returns:
      the DeploymentProperties object itself.
    • callRateLimit

      public CallRateLimit callRateLimit()
      Get the callRateLimit property: The call rate limit Cognitive Services account.
      Returns:
      the callRateLimit value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.