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

139 строки
9.5 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference"
name: "ScriptReference"
nameWithType: "ScriptReference"
summary: "Script reference."
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 **ScriptReference**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.ScriptReference()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.ScriptReference()"
name: "ScriptReference()"
nameWithType: "ScriptReference.ScriptReference()"
syntax: "public ScriptReference()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.scriptArguments()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.scriptArguments()"
name: "scriptArguments()"
nameWithType: "ScriptReference.scriptArguments()"
summary: "Get the script<wbr>Arguments property: Optional command line arguments passed to the script to run."
syntax: "public String scriptArguments()"
desc: "Get the scriptArguments property: Optional command line arguments passed to the script to run."
returns:
description: "the scriptArguments value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.scriptData()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.scriptData()"
name: "scriptData()"
nameWithType: "ScriptReference.scriptData()"
summary: "Get the script<wbr>Data property: The location of scripts in the mounted volume."
syntax: "public String scriptData()"
desc: "Get the scriptData property: The location of scripts in the mounted volume."
returns:
description: "the scriptData value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.scriptSource()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.scriptSource()"
name: "scriptSource()"
nameWithType: "ScriptReference.scriptSource()"
summary: "Get the script<wbr>Source property: The storage source of the script: inline, workspace."
syntax: "public String scriptSource()"
desc: "Get the scriptSource property: The storage source of the script: inline, workspace."
returns:
description: "the scriptSource value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.timeout()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.timeout()"
name: "timeout()"
nameWithType: "ScriptReference.timeout()"
summary: "Get the timeout property: Optional time period passed to timeout command."
syntax: "public String timeout()"
desc: "Get the timeout property: Optional time period passed to timeout command."
returns:
description: "the timeout value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.validate()"
name: "validate()"
nameWithType: "ScriptReference.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withScriptArguments(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withScriptArguments(String scriptArguments)"
name: "withScriptArguments(String scriptArguments)"
nameWithType: "ScriptReference.withScriptArguments(String scriptArguments)"
summary: "Set the script<wbr>Arguments property: Optional command line arguments passed to the script to run."
parameters:
- description: "the scriptArguments value to set."
name: "scriptArguments"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScriptReference withScriptArguments(String scriptArguments)"
desc: "Set the scriptArguments property: Optional command line arguments passed to the script to run."
returns:
description: "the ScriptReference object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withScriptData(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withScriptData(String scriptData)"
name: "withScriptData(String scriptData)"
nameWithType: "ScriptReference.withScriptData(String scriptData)"
summary: "Set the script<wbr>Data property: The location of scripts in the mounted volume."
parameters:
- description: "the scriptData value to set."
name: "scriptData"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScriptReference withScriptData(String scriptData)"
desc: "Set the scriptData property: The location of scripts in the mounted volume."
returns:
description: "the ScriptReference object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withScriptSource(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withScriptSource(String scriptSource)"
name: "withScriptSource(String scriptSource)"
nameWithType: "ScriptReference.withScriptSource(String scriptSource)"
summary: "Set the script<wbr>Source property: The storage source of the script: inline, workspace."
parameters:
- description: "the scriptSource value to set."
name: "scriptSource"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScriptReference withScriptSource(String scriptSource)"
desc: "Set the scriptSource property: The storage source of the script: inline, workspace."
returns:
description: "the ScriptReference object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withTimeout(java.lang.String)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ScriptReference.withTimeout(String timeout)"
name: "withTimeout(String timeout)"
nameWithType: "ScriptReference.withTimeout(String timeout)"
summary: "Set the timeout property: Optional time period passed to timeout command."
parameters:
- description: "the timeout value to set."
name: "timeout"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public ScriptReference withTimeout(String timeout)"
desc: "Set the timeout property: Optional time period passed to timeout command."
returns:
description: "the ScriptReference object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ScriptReference?alt=com.azure.resourcemanager.machinelearningservices.models.ScriptReference&text=ScriptReference\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Script reference."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1