126 строки
8.6 KiB
YAML
126 строки
8.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput"
|
|
name: "AssetJobInput"
|
|
nameWithType: "AssetJobInput"
|
|
summary: "Asset input type."
|
|
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 **AssetJobInput**</br> implements <xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.AssetJobInput?alt=com.azure.resourcemanager.machinelearning.models.AssetJobInput&text=AssetJobInput\" data-throw-if-not-resolved=\"False\" />>"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.AssetJobInput()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.AssetJobInput()"
|
|
name: "AssetJobInput()"
|
|
nameWithType: "AssetJobInput.AssetJobInput()"
|
|
summary: "Creates an instance of Asset<wbr>Job<wbr>Input class."
|
|
syntax: "public AssetJobInput()"
|
|
desc: "Creates an instance of AssetJobInput class."
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.fromJson(com.azure.json.JsonReader)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.fromJson(JsonReader jsonReader)"
|
|
name: "fromJson(JsonReader jsonReader)"
|
|
nameWithType: "AssetJobInput.fromJson(JsonReader jsonReader)"
|
|
summary: "Reads an instance of Asset<wbr>Job<wbr>Input from the Json<wbr>Reader."
|
|
modifiers:
|
|
- "static"
|
|
parameters:
|
|
- description: "The JsonReader being read."
|
|
name: "jsonReader"
|
|
type: "<xref href=\"com.azure.json.JsonReader?alt=com.azure.json.JsonReader&text=JsonReader\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public static AssetJobInput fromJson(JsonReader jsonReader)"
|
|
exceptions:
|
|
- description: "If the deserialized JSON object was missing any required properties."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
desc: "Reads an instance of AssetJobInput from the JsonReader."
|
|
returns:
|
|
description: "An instance of AssetJobInput if the JsonReader was pointing to an instance of it, or null if it was\n pointing to JSON null."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.AssetJobInput?alt=com.azure.resourcemanager.machinelearning.models.AssetJobInput&text=AssetJobInput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.mode()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.mode()"
|
|
name: "mode()"
|
|
nameWithType: "AssetJobInput.mode()"
|
|
summary: "Get the mode property: Input Asset Delivery Mode."
|
|
syntax: "public InputDeliveryMode mode()"
|
|
desc: "Get the mode property: Input Asset Delivery Mode."
|
|
returns:
|
|
description: "the mode value."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.InputDeliveryMode?alt=com.azure.resourcemanager.machinelearning.models.InputDeliveryMode&text=InputDeliveryMode\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.toJson(com.azure.json.JsonWriter)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.toJson(JsonWriter jsonWriter)"
|
|
name: "toJson(JsonWriter jsonWriter)"
|
|
nameWithType: "AssetJobInput.toJson(JsonWriter jsonWriter)"
|
|
parameters:
|
|
- name: "jsonWriter"
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public JsonWriter toJson(JsonWriter jsonWriter)"
|
|
exceptions:
|
|
- type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
|
|
returns:
|
|
type: "<xref href=\"com.azure.json.JsonWriter?alt=com.azure.json.JsonWriter&text=JsonWriter\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.uri()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.uri()"
|
|
name: "uri()"
|
|
nameWithType: "AssetJobInput.uri()"
|
|
summary: "Get the uri property: \\[Required\\] Input Asset URI."
|
|
syntax: "public String uri()"
|
|
desc: "Get the uri property: \\[Required\\] Input Asset URI."
|
|
returns:
|
|
description: "the uri value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AssetJobInput.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.withMode(com.azure.resourcemanager.machinelearning.models.InputDeliveryMode)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.withMode(InputDeliveryMode mode)"
|
|
name: "withMode(InputDeliveryMode mode)"
|
|
nameWithType: "AssetJobInput.withMode(InputDeliveryMode mode)"
|
|
summary: "Set the mode property: Input Asset Delivery Mode."
|
|
parameters:
|
|
- description: "the mode value to set."
|
|
name: "mode"
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.InputDeliveryMode?alt=com.azure.resourcemanager.machinelearning.models.InputDeliveryMode&text=InputDeliveryMode\" data-throw-if-not-resolved=\"False\" />"
|
|
syntax: "public AssetJobInput withMode(InputDeliveryMode mode)"
|
|
desc: "Set the mode property: Input Asset Delivery Mode."
|
|
returns:
|
|
description: "the AssetJobInput object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.AssetJobInput?alt=com.azure.resourcemanager.machinelearning.models.AssetJobInput&text=AssetJobInput\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.withUri(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearning.models.AssetJobInput.withUri(String uri)"
|
|
name: "withUri(String uri)"
|
|
nameWithType: "AssetJobInput.withUri(String uri)"
|
|
summary: "Set the uri property: \\[Required\\] Input Asset URI."
|
|
parameters:
|
|
- description: "the uri value to set."
|
|
name: "uri"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public AssetJobInput withUri(String uri)"
|
|
desc: "Set the uri property: \\[Required\\] Input Asset URI."
|
|
returns:
|
|
description: "the AssetJobInput object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.AssetJobInput?alt=com.azure.resourcemanager.machinelearning.models.AssetJobInput&text=AssetJobInput\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Asset input type."
|
|
implements:
|
|
- "<xref href=\"com.azure.json.JsonSerializable?alt=com.azure.json.JsonSerializable&text=JsonSerializable\" data-throw-if-not-resolved=\"False\" /><<xref href=\"com.azure.resourcemanager.machinelearning.models.AssetJobInput?alt=com.azure.resourcemanager.machinelearning.models.AssetJobInput&text=AssetJobInput\" data-throw-if-not-resolved=\"False\" />>"
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearning.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0
|