91 строка
5.6 KiB
YAML
91 строка
5.6 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference"
|
|
name: "DatasetReference"
|
|
nameWithType: "DatasetReference"
|
|
summary: "The dataset reference object."
|
|
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 **DatasetReference**"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.DatasetReference()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.DatasetReference()"
|
|
name: "DatasetReference()"
|
|
nameWithType: "DatasetReference.DatasetReference()"
|
|
syntax: "public DatasetReference()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.id()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.id()"
|
|
name: "id()"
|
|
nameWithType: "DatasetReference.id()"
|
|
summary: "Get the id property: The id of the dataset reference."
|
|
syntax: "public String id()"
|
|
desc: "Get the id property: The id of the dataset reference."
|
|
returns:
|
|
description: "the id value."
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.name()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.name()"
|
|
name: "name()"
|
|
nameWithType: "DatasetReference.name()"
|
|
summary: "Get the name property: The name of the dataset reference."
|
|
syntax: "public String name()"
|
|
desc: "Get the name property: The name of the dataset reference."
|
|
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.DatasetReference.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.validate()"
|
|
name: "validate()"
|
|
nameWithType: "DatasetReference.validate()"
|
|
summary: "Validates the instance."
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.withId(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.withId(String id)"
|
|
name: "withId(String id)"
|
|
nameWithType: "DatasetReference.withId(String id)"
|
|
summary: "Set the id property: The id of the dataset reference."
|
|
parameters:
|
|
- description: "the id value to set."
|
|
name: "id"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
syntax: "public DatasetReference withId(String id)"
|
|
desc: "Set the id property: The id of the dataset reference."
|
|
returns:
|
|
description: "the DatasetReference object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.DatasetReference?alt=com.azure.resourcemanager.machinelearningservices.models.DatasetReference&text=DatasetReference\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.withName(java.lang.String)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.DatasetReference.withName(String name)"
|
|
name: "withName(String name)"
|
|
nameWithType: "DatasetReference.withName(String name)"
|
|
summary: "Set the name property: The name of the dataset reference."
|
|
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 DatasetReference withName(String name)"
|
|
desc: "Set the name property: The name of the dataset reference."
|
|
returns:
|
|
description: "the DatasetReference object itself."
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.DatasetReference?alt=com.azure.resourcemanager.machinelearningservices.models.DatasetReference&text=DatasetReference\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "The dataset reference object."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|