Class BatchPipelineComponentDeploymentConfiguration

java.lang.Object
com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration
com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration
All Implemented Interfaces:
com.azure.json.JsonSerializable<BatchDeploymentConfiguration>

public final class BatchPipelineComponentDeploymentConfiguration extends BatchDeploymentConfiguration
Properties for a Batch Pipeline Component Deployment.
  • Constructor Details

    • BatchPipelineComponentDeploymentConfiguration

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

    • deploymentConfigurationType

      public BatchDeploymentConfigurationType deploymentConfigurationType()
      Get the deploymentConfigurationType property: [Required] The type of the deployment.
      Overrides:
      deploymentConfigurationType in class BatchDeploymentConfiguration
      Returns:
      the deploymentConfigurationType value.
    • componentId

      public IdAssetReference componentId()
      Get the componentId property: The ARM id of the component to be run.
      Returns:
      the componentId value.
    • withComponentId

      Set the componentId property: The ARM id of the component to be run.
      Parameters:
      componentId - the componentId value to set.
      Returns:
      the BatchPipelineComponentDeploymentConfiguration object itself.
    • description

      public String description()
      Get the description property: The description which will be applied to the job.
      Returns:
      the description value.
    • withDescription

      public BatchPipelineComponentDeploymentConfiguration withDescription(String description)
      Set the description property: The description which will be applied to the job.
      Parameters:
      description - the description value to set.
      Returns:
      the BatchPipelineComponentDeploymentConfiguration object itself.
    • settings

      public Map<String,String> settings()
      Get the settings property: Run-time settings for the pipeline job.
      Returns:
      the settings value.
    • withSettings

      Set the settings property: Run-time settings for the pipeline job.
      Parameters:
      settings - the settings value to set.
      Returns:
      the BatchPipelineComponentDeploymentConfiguration object itself.
    • tags

      public Map<String,String> tags()
      Get the tags property: The tags which will be applied to the job.
      Returns:
      the tags value.
    • withTags

      Set the tags property: The tags which will be applied to the job.
      Parameters:
      tags - the tags value to set.
      Returns:
      the BatchPipelineComponentDeploymentConfiguration object itself.
    • validate

      public void validate()
      Validates the instance.
      Overrides:
      validate in class BatchDeploymentConfiguration
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<BatchDeploymentConfiguration>
      Overrides:
      toJson in class BatchDeploymentConfiguration
      Throws:
      IOException
    • fromJson

      public static BatchPipelineComponentDeploymentConfiguration fromJson(com.azure.json.JsonReader jsonReader) throws IOException
      Reads an instance of BatchPipelineComponentDeploymentConfiguration from the JsonReader.
      Parameters:
      jsonReader - The JsonReader being read.
      Returns:
      An instance of BatchPipelineComponentDeploymentConfiguration if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
      Throws:
      IOException - If an error occurs while reading the BatchPipelineComponentDeploymentConfiguration.