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

235 строки
21 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse"
name: "ModelEnvironmentDefinitionResponse"
nameWithType: "ModelEnvironmentDefinitionResponse"
summary: "The Model<wbr>Environment<wbr>Definition<wbr>Response 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 **ModelEnvironmentDefinitionResponse**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.ModelEnvironmentDefinitionResponse()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.ModelEnvironmentDefinitionResponse()"
name: "ModelEnvironmentDefinitionResponse()"
nameWithType: "ModelEnvironmentDefinitionResponse.ModelEnvironmentDefinitionResponse()"
syntax: "public ModelEnvironmentDefinitionResponse()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.docker()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.docker()"
name: "docker()"
nameWithType: "ModelEnvironmentDefinitionResponse.docker()"
summary: "Get the docker property: The definition of a Docker container."
syntax: "public ModelEnvironmentDefinitionResponseDocker 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.ModelEnvironmentDefinitionResponseDocker?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseDocker&text=ModelEnvironmentDefinitionResponseDocker\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.environmentVariables()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.environmentVariables()"
name: "environmentVariables()"
nameWithType: "ModelEnvironmentDefinitionResponse.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.ModelEnvironmentDefinitionResponse.inferencingStackVersion()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.inferencingStackVersion()"
name: "inferencingStackVersion()"
nameWithType: "ModelEnvironmentDefinitionResponse.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.ModelEnvironmentDefinitionResponse.name()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.name()"
name: "name()"
nameWithType: "ModelEnvironmentDefinitionResponse.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.ModelEnvironmentDefinitionResponse.python()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.python()"
name: "python()"
nameWithType: "ModelEnvironmentDefinitionResponse.python()"
summary: "Get the python property: Settings for a Python environment."
syntax: "public ModelEnvironmentDefinitionResponsePython python()"
desc: "Get the python property: Settings for a Python environment."
returns:
description: "the python value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponsePython?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponsePython&text=ModelEnvironmentDefinitionResponsePython\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.r()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.r()"
name: "r()"
nameWithType: "ModelEnvironmentDefinitionResponse.r()"
summary: "Get the r property: Settings for a R environment."
syntax: "public ModelEnvironmentDefinitionResponseR r()"
desc: "Get the r property: Settings for a R environment."
returns:
description: "the r value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseR?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseR&text=ModelEnvironmentDefinitionResponseR\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.spark()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.spark()"
name: "spark()"
nameWithType: "ModelEnvironmentDefinitionResponse.spark()"
summary: "Get the spark property: The configuration for a Spark environment."
syntax: "public ModelEnvironmentDefinitionResponseSpark 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.ModelEnvironmentDefinitionResponseSpark?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseSpark&text=ModelEnvironmentDefinitionResponseSpark\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.validate()"
name: "validate()"
nameWithType: "ModelEnvironmentDefinitionResponse.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.version()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.version()"
name: "version()"
nameWithType: "ModelEnvironmentDefinitionResponse.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.ModelEnvironmentDefinitionResponse.withDocker(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseDocker)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withDocker(ModelEnvironmentDefinitionResponseDocker docker)"
name: "withDocker(ModelEnvironmentDefinitionResponseDocker docker)"
nameWithType: "ModelEnvironmentDefinitionResponse.withDocker(ModelEnvironmentDefinitionResponseDocker 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.ModelEnvironmentDefinitionResponseDocker?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseDocker&text=ModelEnvironmentDefinitionResponseDocker\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinitionResponse withDocker(ModelEnvironmentDefinitionResponseDocker docker)"
desc: "Set the docker property: The definition of a Docker container."
returns:
description: "the ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withEnvironmentVariables(java.util.Map<java.lang.String,java.lang.String>)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withEnvironmentVariables(Map<String,String> environmentVariables)"
name: "withEnvironmentVariables(Map<String,String> environmentVariables)"
nameWithType: "ModelEnvironmentDefinitionResponse.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 ModelEnvironmentDefinitionResponse withEnvironmentVariables(Map<String,String> environmentVariables)"
desc: "Set the environmentVariables property: Definition of environment variables to be defined in the environment."
returns:
description: "the ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withInferencingStackVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withInferencingStackVersion(String inferencingStackVersion)"
name: "withInferencingStackVersion(String inferencingStackVersion)"
nameWithType: "ModelEnvironmentDefinitionResponse.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 ModelEnvironmentDefinitionResponse 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 ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withName(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withName(String name)"
name: "withName(String name)"
nameWithType: "ModelEnvironmentDefinitionResponse.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 ModelEnvironmentDefinitionResponse withName(String name)"
desc: "Set the name property: The name of the environment."
returns:
description: "the ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withPython(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponsePython)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withPython(ModelEnvironmentDefinitionResponsePython python)"
name: "withPython(ModelEnvironmentDefinitionResponsePython python)"
nameWithType: "ModelEnvironmentDefinitionResponse.withPython(ModelEnvironmentDefinitionResponsePython 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.ModelEnvironmentDefinitionResponsePython?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponsePython&text=ModelEnvironmentDefinitionResponsePython\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinitionResponse withPython(ModelEnvironmentDefinitionResponsePython python)"
desc: "Set the python property: Settings for a Python environment."
returns:
description: "the ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withR(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseR)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withR(ModelEnvironmentDefinitionResponseR r)"
name: "withR(ModelEnvironmentDefinitionResponseR r)"
nameWithType: "ModelEnvironmentDefinitionResponse.withR(ModelEnvironmentDefinitionResponseR 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.ModelEnvironmentDefinitionResponseR?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseR&text=ModelEnvironmentDefinitionResponseR\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinitionResponse withR(ModelEnvironmentDefinitionResponseR r)"
desc: "Set the r property: Settings for a R environment."
returns:
description: "the ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withSpark(com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseSpark)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withSpark(ModelEnvironmentDefinitionResponseSpark spark)"
name: "withSpark(ModelEnvironmentDefinitionResponseSpark spark)"
nameWithType: "ModelEnvironmentDefinitionResponse.withSpark(ModelEnvironmentDefinitionResponseSpark 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.ModelEnvironmentDefinitionResponseSpark?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponseSpark&text=ModelEnvironmentDefinitionResponseSpark\" data-throw-if-not-resolved=\"False\" />"
syntax: "public ModelEnvironmentDefinitionResponse withSpark(ModelEnvironmentDefinitionResponseSpark spark)"
desc: "Set the spark property: The configuration for a Spark environment."
returns:
description: "the ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withVersion(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse.withVersion(String version)"
name: "withVersion(String version)"
nameWithType: "ModelEnvironmentDefinitionResponse.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 ModelEnvironmentDefinitionResponse withVersion(String version)"
desc: "Set the version property: The environment version."
returns:
description: "the ModelEnvironmentDefinitionResponse object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse?alt=com.azure.resourcemanager.machinelearningservices.models.ModelEnvironmentDefinitionResponse&text=ModelEnvironmentDefinitionResponse\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The ModelEnvironmentDefinitionResponse model."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1