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

91 строка
6.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection"
name: "ModelDataCollection"
nameWithType: "ModelDataCollection"
summary: "The Model data collection properties."
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 **ModelDataCollection**"
constructors:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.ModelDataCollection()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.ModelDataCollection()"
name: "ModelDataCollection()"
nameWithType: "ModelDataCollection.ModelDataCollection()"
syntax: "public ModelDataCollection()"
methods:
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.eventHubEnabled()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.eventHubEnabled()"
name: "eventHubEnabled()"
nameWithType: "ModelDataCollection.eventHubEnabled()"
summary: "Get the event<wbr>Hub<wbr>Enabled property: Option for enabling/disabling Event Hub."
syntax: "public Boolean eventHubEnabled()"
desc: "Get the eventHubEnabled property: Option for enabling/disabling Event Hub."
returns:
description: "the eventHubEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.storageEnabled()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.storageEnabled()"
name: "storageEnabled()"
nameWithType: "ModelDataCollection.storageEnabled()"
summary: "Get the storage<wbr>Enabled property: Option for enabling/disabling storage."
syntax: "public Boolean storageEnabled()"
desc: "Get the storageEnabled property: Option for enabling/disabling storage."
returns:
description: "the storageEnabled value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.validate()"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.validate()"
name: "validate()"
nameWithType: "ModelDataCollection.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withEventHubEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withEventHubEnabled(Boolean eventHubEnabled)"
name: "withEventHubEnabled(Boolean eventHubEnabled)"
nameWithType: "ModelDataCollection.withEventHubEnabled(Boolean eventHubEnabled)"
summary: "Set the event<wbr>Hub<wbr>Enabled property: Option for enabling/disabling Event Hub."
parameters:
- description: "the eventHubEnabled value to set."
name: "eventHubEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ModelDataCollection withEventHubEnabled(Boolean eventHubEnabled)"
desc: "Set the eventHubEnabled property: Option for enabling/disabling Event Hub."
returns:
description: "the ModelDataCollection object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection&text=ModelDataCollection\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withStorageEnabled(java.lang.Boolean)"
fullName: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withStorageEnabled(Boolean storageEnabled)"
name: "withStorageEnabled(Boolean storageEnabled)"
nameWithType: "ModelDataCollection.withStorageEnabled(Boolean storageEnabled)"
summary: "Set the storage<wbr>Enabled property: Option for enabling/disabling storage."
parameters:
- description: "the storageEnabled value to set."
name: "storageEnabled"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
syntax: "public ModelDataCollection withStorageEnabled(Boolean storageEnabled)"
desc: "Set the storageEnabled property: Option for enabling/disabling storage."
returns:
description: "the ModelDataCollection object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection&text=ModelDataCollection\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "The Model data collection properties."
metadata: {}
package: "com.azure.resourcemanager.machinelearningservices.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1