azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.m...

192 строки
18 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration"
name: "BatchPipelineComponentDeploymentConfiguration"
nameWithType: "BatchPipelineComponentDeploymentConfiguration"
summary: "Properties for a Batch Pipeline Component Deployment."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration?alt=com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration&text=BatchDeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.deploymentConfigurationType()?alt=com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.deploymentConfigurationType&text=deploymentConfigurationType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.validate()?alt=com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **BatchPipelineComponentDeploymentConfiguration**</br> extends <xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration?alt=com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration&text=BatchDeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.BatchPipelineComponentDeploymentConfiguration()"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.BatchPipelineComponentDeploymentConfiguration()"
name: "BatchPipelineComponentDeploymentConfiguration()"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.BatchPipelineComponentDeploymentConfiguration()"
summary: "Creates an instance of Batch<wbr>Pipeline<wbr>Component<wbr>Deployment<wbr>Configuration class."
syntax: "public BatchPipelineComponentDeploymentConfiguration()"
desc: "Creates an instance of BatchPipelineComponentDeploymentConfiguration class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.componentId()"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.componentId()"
name: "componentId()"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.componentId()"
summary: "Get the component<wbr>Id property: The ARM id of the component to be run."
syntax: "public IdAssetReference componentId()"
desc: "Get the componentId property: The ARM id of the component to be run."
returns:
description: "the componentId value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.IdAssetReference?alt=com.azure.resourcemanager.machinelearning.models.IdAssetReference&text=IdAssetReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.deploymentConfigurationType()"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.deploymentConfigurationType()"
name: "deploymentConfigurationType()"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.deploymentConfigurationType()"
summary: "Get the deployment<wbr>Configuration<wbr>Type property: \\[Required\\] The type of the deployment."
overridden: "com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.deploymentConfigurationType()"
syntax: "public BatchDeploymentConfigurationType deploymentConfigurationType()"
desc: "Get the deploymentConfigurationType property: \\[Required\\] The type of the deployment."
returns:
description: "the deploymentConfigurationType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfigurationType?alt=com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfigurationType&text=BatchDeploymentConfigurationType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.description()"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.description()"
name: "description()"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.description()"
summary: "Get the description property: The description which will be applied to the job."
syntax: "public String description()"
desc: "Get the description property: The description which will be applied to the job."
returns:
description: "the description value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Batch<wbr>Pipeline<wbr>Component<wbr>Deployment<wbr>Configuration from the Json<wbr>Reader."
modifiers:
- "static"
parameters:
- description: "The JsonReader being read."
name: "jsonReader"
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
syntax: "public static BatchPipelineComponentDeploymentConfiguration fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the BatchPipelineComponentDeploymentConfiguration."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of BatchPipelineComponentDeploymentConfiguration from the JsonReader."
returns:
description: "An instance of BatchPipelineComponentDeploymentConfiguration if the JsonReader was pointing to an\n instance of it, or null if it was pointing to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration?alt=com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration&text=BatchPipelineComponentDeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.settings()"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.settings()"
name: "settings()"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.settings()"
summary: "Get the settings property: Run-time settings for the pipeline job."
syntax: "public Map<String,String> settings()"
desc: "Get the settings property: Run-time settings for the pipeline job."
returns:
description: "the settings value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.tags()"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.tags()"
name: "tags()"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.tags()"
summary: "Get the tags property: The tags which will be applied to the job."
syntax: "public Map<String,String> tags()"
desc: "Get the tags property: The tags which will be applied to the job."
returns:
description: "the tags value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.toJson(com.azure.json.JsonWriter)"
parameters:
- name: "jsonWriter"
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
exceptions:
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
returns:
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.validate()"
name: "validate()"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearning.models.BatchDeploymentConfiguration.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withComponentId(com.azure.resourcemanager.machinelearning.models.IdAssetReference)"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withComponentId(IdAssetReference componentId)"
name: "withComponentId(IdAssetReference componentId)"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.withComponentId(IdAssetReference componentId)"
summary: "Set the component<wbr>Id property: The ARM id of the component to be run."
parameters:
- description: "the componentId value to set."
name: "componentId"
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.IdAssetReference?alt=com.azure.resourcemanager.machinelearning.models.IdAssetReference&text=IdAssetReference\" data-throw-if-not-resolved=\"False\" />"
syntax: "public BatchPipelineComponentDeploymentConfiguration withComponentId(IdAssetReference componentId)"
desc: "Set the componentId property: The ARM id of the component to be run."
returns:
description: "the BatchPipelineComponentDeploymentConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration?alt=com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration&text=BatchPipelineComponentDeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withDescription(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withDescription(String description)"
name: "withDescription(String description)"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.withDescription(String description)"
summary: "Set the description property: The description which will be applied to the job."
parameters:
- description: "the description value to set."
name: "description"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public BatchPipelineComponentDeploymentConfiguration withDescription(String description)"
desc: "Set the description property: The description which will be applied to the job."
returns:
description: "the BatchPipelineComponentDeploymentConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration?alt=com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration&text=BatchPipelineComponentDeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withSettings(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withSettings(Map<String,String> settings)"
name: "withSettings(Map<String,String> settings)"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.withSettings(Map<String,String> settings)"
summary: "Set the settings property: Run-time settings for the pipeline job."
parameters:
- description: "the settings value to set."
name: "settings"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public BatchPipelineComponentDeploymentConfiguration withSettings(Map<String,String> settings)"
desc: "Set the settings property: Run-time settings for the pipeline job."
returns:
description: "the BatchPipelineComponentDeploymentConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration?alt=com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration&text=BatchPipelineComponentDeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withTags(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration.withTags(Map<String,String> tags)"
name: "withTags(Map<String,String> tags)"
nameWithType: "BatchPipelineComponentDeploymentConfiguration.withTags(Map<String,String> tags)"
summary: "Set the tags property: The tags which will be applied to the job."
parameters:
- description: "the tags value to set."
name: "tags"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/util/Map.html\">Map</a>&lt;<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>,<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>&gt;"
syntax: "public BatchPipelineComponentDeploymentConfiguration withTags(Map<String,String> tags)"
desc: "Set the tags property: The tags which will be applied to the job."
returns:
description: "the BatchPipelineComponentDeploymentConfiguration object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration?alt=com.azure.resourcemanager.machinelearning.models.BatchPipelineComponentDeploymentConfiguration&text=BatchPipelineComponentDeploymentConfiguration\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Properties for a Batch Pipeline Component Deployment."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0