139 строки
11 KiB
YAML
139 строки
11 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection"
|
|
name: "ModelPythonSection"
|
|
nameWithType: "ModelPythonSection"
|
|
summary: "The Model<wbr>Python<wbr>Section 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 **ModelPythonSection**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.ModelPythonSection()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.ModelPythonSection()"
|
|
name: "ModelPythonSection()"
|
|
nameWithType: "ModelPythonSection.ModelPythonSection()"
|
|
syntax: "public ModelPythonSection()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.baseCondaEnvironment()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.baseCondaEnvironment()"
|
|
name: "baseCondaEnvironment()"
|
|
nameWithType: "ModelPythonSection.baseCondaEnvironment()"
|
|
summary: "Get the base<wbr>Conda<wbr>Environment property: The base<wbr>Conda<wbr>Environment property."
|
|
syntax: "public String baseCondaEnvironment()"
|
|
desc: "Get the baseCondaEnvironment property: The baseCondaEnvironment property."
|
|
returns:
|
|
description: "the baseCondaEnvironment value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.condaDependencies()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.condaDependencies()"
|
|
name: "condaDependencies()"
|
|
nameWithType: "ModelPythonSection.condaDependencies()"
|
|
summary: "Get the conda<wbr>Dependencies property: A JObject containing Conda dependencies."
|
|
syntax: "public Object condaDependencies()"
|
|
desc: "Get the condaDependencies property: A JObject containing Conda dependencies."
|
|
returns:
|
|
description: "the condaDependencies value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.interpreterPath()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.interpreterPath()"
|
|
name: "interpreterPath()"
|
|
nameWithType: "ModelPythonSection.interpreterPath()"
|
|
summary: "Get the interpreter<wbr>Path property: The python interpreter path to use if an environment build is not required."
|
|
syntax: "public String interpreterPath()"
|
|
desc: "Get the interpreterPath property: The python interpreter path to use if an environment build is not required. The path specified gets used to call the user script."
|
|
returns:
|
|
description: "the interpreterPath value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.userManagedDependencies()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.userManagedDependencies()"
|
|
name: "userManagedDependencies()"
|
|
nameWithType: "ModelPythonSection.userManagedDependencies()"
|
|
summary: "Get the user<wbr>Managed<wbr>Dependencies property: True means that AzureML reuses an existing python environment; False means that AzureML will create a python environment based on the Conda dependencies specification."
|
|
syntax: "public Boolean userManagedDependencies()"
|
|
desc: "Get the userManagedDependencies property: True means that AzureML reuses an existing python environment; False means that AzureML will create a python environment based on the Conda dependencies specification."
|
|
returns:
|
|
description: "the userManagedDependencies value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.validate()"
|
|
name: "validate()"
|
|
nameWithType: "ModelPythonSection.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withBaseCondaEnvironment(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withBaseCondaEnvironment(String baseCondaEnvironment)"
|
|
name: "withBaseCondaEnvironment(String baseCondaEnvironment)"
|
|
nameWithType: "ModelPythonSection.withBaseCondaEnvironment(String baseCondaEnvironment)"
|
|
summary: "Set the base<wbr>Conda<wbr>Environment property: The base<wbr>Conda<wbr>Environment property."
|
|
parameters:
|
|
- description: "the baseCondaEnvironment value to set."
|
|
name: "baseCondaEnvironment"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ModelPythonSection withBaseCondaEnvironment(String baseCondaEnvironment)"
|
|
desc: "Set the baseCondaEnvironment property: The baseCondaEnvironment property."
|
|
returns:
|
|
description: "the ModelPythonSection object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection&text=ModelPythonSection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withCondaDependencies(java.lang.Object)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withCondaDependencies(Object condaDependencies)"
|
|
name: "withCondaDependencies(Object condaDependencies)"
|
|
nameWithType: "ModelPythonSection.withCondaDependencies(Object condaDependencies)"
|
|
summary: "Set the conda<wbr>Dependencies property: A JObject containing Conda dependencies."
|
|
parameters:
|
|
- description: "the condaDependencies value to set."
|
|
name: "condaDependencies"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
|
|
syntax: "public ModelPythonSection withCondaDependencies(Object condaDependencies)"
|
|
desc: "Set the condaDependencies property: A JObject containing Conda dependencies."
|
|
returns:
|
|
description: "the ModelPythonSection object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection&text=ModelPythonSection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withInterpreterPath(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withInterpreterPath(String interpreterPath)"
|
|
name: "withInterpreterPath(String interpreterPath)"
|
|
nameWithType: "ModelPythonSection.withInterpreterPath(String interpreterPath)"
|
|
summary: "Set the interpreter<wbr>Path property: The python interpreter path to use if an environment build is not required."
|
|
parameters:
|
|
- description: "the interpreterPath value to set."
|
|
name: "interpreterPath"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public ModelPythonSection withInterpreterPath(String interpreterPath)"
|
|
desc: "Set the interpreterPath property: The python interpreter path to use if an environment build is not required. The path specified gets used to call the user script."
|
|
returns:
|
|
description: "the ModelPythonSection object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection&text=ModelPythonSection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withUserManagedDependencies(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection.withUserManagedDependencies(Boolean userManagedDependencies)"
|
|
name: "withUserManagedDependencies(Boolean userManagedDependencies)"
|
|
nameWithType: "ModelPythonSection.withUserManagedDependencies(Boolean userManagedDependencies)"
|
|
summary: "Set the user<wbr>Managed<wbr>Dependencies property: True means that AzureML reuses an existing python environment; False means that AzureML will create a python environment based on the Conda dependencies specification."
|
|
parameters:
|
|
- description: "the userManagedDependencies value to set."
|
|
name: "userManagedDependencies"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public ModelPythonSection withUserManagedDependencies(Boolean userManagedDependencies)"
|
|
desc: "Set the userManagedDependencies property: True means that AzureML reuses an existing python environment; False means that AzureML will create a python environment based on the Conda dependencies specification."
|
|
returns:
|
|
description: "the ModelPythonSection object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelPythonSection&text=ModelPythonSection\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The ModelPythonSection model."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|