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

235 строки
20 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition"
name: "ModelEnvironmentDefinition"
nameWithType: "ModelEnvironmentDefinition"
summary: "The Model<wbr>Environment<wbr>Definition model."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- 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 class **ModelEnvironmentDefinition**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.ModelEnvironmentDefinition()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.ModelEnvironmentDefinition()"
name: "ModelEnvironmentDefinition()"
nameWithType: "ModelEnvironmentDefinition.ModelEnvironmentDefinition()"
syntax: "public ModelEnvironmentDefinition()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.docker()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.docker()"
name: "docker()"
nameWithType: "ModelEnvironmentDefinition.docker()"
summary: "Get the docker property: The definition of a Docker container."
syntax: "public ModelEnvironmentDefinitionDocker docker()"
desc: "Get the docker property: The definition of a Docker container."
returns:
description: "the docker value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionDocker?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionDocker&text=ModelEnvironmentDefinitionDocker\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.environmentVariables()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.environmentVariables()"
name: "environmentVariables()"
nameWithType: "ModelEnvironmentDefinition.environmentVariables()"
summary: "Get the environment<wbr>Variables property: Definition of environment variables to be defined in the environment."
syntax: "public Map<String,String> environmentVariables()"
desc: "Get the environmentVariables property: Definition of environment variables to be defined in the environment."
returns:
description: "the environmentVariables 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.machinelearningservices.models.ModelEnvironmentDefinition.inferencingStackVersion()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.inferencingStackVersion()"
name: "inferencingStackVersion()"
nameWithType: "ModelEnvironmentDefinition.inferencingStackVersion()"
summary: "Get the inferencing<wbr>Stack<wbr>Version property: The inferencing stack version added to the image."
syntax: "public String inferencingStackVersion()"
desc: "Get the inferencingStackVersion property: The inferencing stack version added to the image. To avoid adding an inferencing stack, do not set this value. Valid values: \"latest\"."
returns:
description: "the inferencingStackVersion value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.name()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.name()"
name: "name()"
nameWithType: "ModelEnvironmentDefinition.name()"
summary: "Get the name property: The name of the environment."
syntax: "public String name()"
desc: "Get the name property: The name of the environment."
returns:
description: "the name value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.python()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.python()"
name: "python()"
nameWithType: "ModelEnvironmentDefinition.python()"
summary: "Get the python property: Settings for a Python environment."
syntax: "public ModelEnvironmentDefinitionPython python()"
desc: "Get the python property: Settings for a Python environment."
returns:
description: "the python value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionPython?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionPython&text=ModelEnvironmentDefinitionPython\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.r()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.r()"
name: "r()"
nameWithType: "ModelEnvironmentDefinition.r()"
summary: "Get the r property: Settings for a R environment."
syntax: "public ModelEnvironmentDefinitionR r()"
desc: "Get the r property: Settings for a R environment."
returns:
description: "the r value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionR?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionR&text=ModelEnvironmentDefinitionR\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.spark()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.spark()"
name: "spark()"
nameWithType: "ModelEnvironmentDefinition.spark()"
summary: "Get the spark property: The configuration for a Spark environment."
syntax: "public ModelEnvironmentDefinitionSpark spark()"
desc: "Get the spark property: The configuration for a Spark environment."
returns:
description: "the spark value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionSpark?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionSpark&text=ModelEnvironmentDefinitionSpark\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.validate()"
name: "validate()"
nameWithType: "ModelEnvironmentDefinition.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.version()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.version()"
name: "version()"
nameWithType: "ModelEnvironmentDefinition.version()"
summary: "Get the version property: The environment version."
syntax: "public String version()"
desc: "Get the version property: The environment version."
returns:
description: "the version value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withDocker(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionDocker)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withDocker(ModelEnvironmentDefinitionDocker docker)"
name: "withDocker(ModelEnvironmentDefinitionDocker docker)"
nameWithType: "ModelEnvironmentDefinition.withDocker(ModelEnvironmentDefinitionDocker docker)"
summary: "Set the docker property: The definition of a Docker container."
parameters:
- description: "the docker value to set."
name: "docker"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionDocker?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionDocker&text=ModelEnvironmentDefinitionDocker\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinition withDocker(ModelEnvironmentDefinitionDocker docker)"
desc: "Set the docker property: The definition of a Docker container."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withEnvironmentVariables(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withEnvironmentVariables(Map<String,String> environmentVariables)"
name: "withEnvironmentVariables(Map<String,String> environmentVariables)"
nameWithType: "ModelEnvironmentDefinition.withEnvironmentVariables(Map<String,String> environmentVariables)"
summary: "Set the environment<wbr>Variables property: Definition of environment variables to be defined in the environment."
parameters:
- description: "the environmentVariables value to set."
name: "environmentVariables"
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 ModelEnvironmentDefinition withEnvironmentVariables(Map<String,String> environmentVariables)"
desc: "Set the environmentVariables property: Definition of environment variables to be defined in the environment."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withInferencingStackVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withInferencingStackVersion(String inferencingStackVersion)"
name: "withInferencingStackVersion(String inferencingStackVersion)"
nameWithType: "ModelEnvironmentDefinition.withInferencingStackVersion(String inferencingStackVersion)"
summary: "Set the inferencing<wbr>Stack<wbr>Version property: The inferencing stack version added to the image."
parameters:
- description: "the inferencingStackVersion value to set."
name: "inferencingStackVersion"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ModelEnvironmentDefinition withInferencingStackVersion(String inferencingStackVersion)"
desc: "Set the inferencingStackVersion property: The inferencing stack version added to the image. To avoid adding an inferencing stack, do not set this value. Valid values: \"latest\"."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withName(String name)"
name: "withName(String name)"
nameWithType: "ModelEnvironmentDefinition.withName(String name)"
summary: "Set the name property: The name of the environment."
parameters:
- description: "the name value to set."
name: "name"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ModelEnvironmentDefinition withName(String name)"
desc: "Set the name property: The name of the environment."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withPython(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionPython)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withPython(ModelEnvironmentDefinitionPython python)"
name: "withPython(ModelEnvironmentDefinitionPython python)"
nameWithType: "ModelEnvironmentDefinition.withPython(ModelEnvironmentDefinitionPython python)"
summary: "Set the python property: Settings for a Python environment."
parameters:
- description: "the python value to set."
name: "python"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionPython?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionPython&text=ModelEnvironmentDefinitionPython\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinition withPython(ModelEnvironmentDefinitionPython python)"
desc: "Set the python property: Settings for a Python environment."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withR(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionR)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withR(ModelEnvironmentDefinitionR r)"
name: "withR(ModelEnvironmentDefinitionR r)"
nameWithType: "ModelEnvironmentDefinition.withR(ModelEnvironmentDefinitionR r)"
summary: "Set the r property: Settings for a R environment."
parameters:
- description: "the r value to set."
name: "r"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionR?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionR&text=ModelEnvironmentDefinitionR\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinition withR(ModelEnvironmentDefinitionR r)"
desc: "Set the r property: Settings for a R environment."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withSpark(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionSpark)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withSpark(ModelEnvironmentDefinitionSpark spark)"
name: "withSpark(ModelEnvironmentDefinitionSpark spark)"
nameWithType: "ModelEnvironmentDefinition.withSpark(ModelEnvironmentDefinitionSpark spark)"
summary: "Set the spark property: The configuration for a Spark environment."
parameters:
- description: "the spark value to set."
name: "spark"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionSpark?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionSpark&text=ModelEnvironmentDefinitionSpark\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinition withSpark(ModelEnvironmentDefinitionSpark spark)"
desc: "Set the spark property: The configuration for a Spark environment."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "ModelEnvironmentDefinition.withVersion(String version)"
summary: "Set the version property: The environment version."
parameters:
- description: "the version value to set."
name: "version"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ModelEnvironmentDefinition withVersion(String version)"
desc: "Set the version property: The environment version."
returns:
description: "the ModelEnvironmentDefinition object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinition&text=ModelEnvironmentDefinition\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The ModelEnvironmentDefinition model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1