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

67 строки
4.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts"
name: "SetupScripts"
nameWithType: "SetupScripts"
summary: "Details of customized scripts to execute for setting up the cluster."
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 final class **SetupScripts**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.SetupScripts()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.SetupScripts()"
name: "SetupScripts()"
nameWithType: "SetupScripts.SetupScripts()"
syntax: "public SetupScripts()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.scripts()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.scripts()"
name: "scripts()"
nameWithType: "SetupScripts.scripts()"
summary: "Get the scripts property: Customized setup scripts."
syntax: "public ScriptsToExecute scripts()"
desc: "Get the scripts property: Customized setup scripts."
returns:
description: "the scripts value."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute&text=ScriptsToExecute\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.validate()"
name: "validate()"
nameWithType: "SetupScripts.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.withScripts(com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.SetupScripts.withScripts(ScriptsToExecute scripts)"
name: "withScripts(ScriptsToExecute scripts)"
nameWithType: "SetupScripts.withScripts(ScriptsToExecute scripts)"
summary: "Set the scripts property: Customized setup scripts."
parameters:
- description: "the scripts value to set."
name: "scripts"
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptsToExecute&text=ScriptsToExecute\" data-throw-if-not-resolved=\"False\" />"
syntax: "public SetupScripts withScripts(ScriptsToExecute scripts)"
desc: "Set the scripts property: Customized setup scripts."
returns:
description: "the SetupScripts object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.SetupScripts?alt=com.azure.resourcemanager.machinelearningservices.models.SetupScripts&text=SetupScripts\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Details of customized scripts to execute for setting up the cluster."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1