78 строки
7.7 KiB
YAML
78 строки
7.7 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection"
|
|
name: "AciServiceCreateRequestDataCollection"
|
|
nameWithType: "AciServiceCreateRequestDataCollection"
|
|
summary: "Details of the data collection options specified."
|
|
inheritances:
|
|
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
|
|
inheritedClassMethods:
|
|
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection&text=ModelDataCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
methodsRef:
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.eventHubEnabled()?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.eventHubEnabled&text=eventHubEnabled\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.storageEnabled()?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.storageEnabled&text=storageEnabled\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.validate()?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.validate&text=validate\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withEventHubEnabled(java.lang.Boolean)?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withEventHubEnabled&text=withEventHubEnabled\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withStorageEnabled(java.lang.Boolean)?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withStorageEnabled&text=withStorageEnabled\" data-throw-if-not-resolved=\"False\" />"
|
|
- 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 **AciServiceCreateRequestDataCollection**</br> extends <xref href=\"com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection?alt=com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection&text=ModelDataCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
constructors:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.AciServiceCreateRequestDataCollection()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.AciServiceCreateRequestDataCollection()"
|
|
name: "AciServiceCreateRequestDataCollection()"
|
|
nameWithType: "AciServiceCreateRequestDataCollection.AciServiceCreateRequestDataCollection()"
|
|
syntax: "public AciServiceCreateRequestDataCollection()"
|
|
methods:
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.validate()"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.validate()"
|
|
name: "validate()"
|
|
nameWithType: "AciServiceCreateRequestDataCollection.validate()"
|
|
summary: "Validates the instance."
|
|
overridden: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.validate()"
|
|
syntax: "public void validate()"
|
|
desc: "Validates the instance."
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.withEventHubEnabled(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.withEventHubEnabled(Boolean eventHubEnabled)"
|
|
name: "withEventHubEnabled(Boolean eventHubEnabled)"
|
|
nameWithType: "AciServiceCreateRequestDataCollection.withEventHubEnabled(Boolean eventHubEnabled)"
|
|
summary: "Set the event<wbr>Hub<wbr>Enabled property: Option for enabling/disabling Event Hub."
|
|
overridden: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withEventHubEnabled(java.lang.Boolean)"
|
|
parameters:
|
|
- name: "eventHubEnabled"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public AciServiceCreateRequestDataCollection withEventHubEnabled(Boolean eventHubEnabled)"
|
|
desc: "Set the eventHubEnabled property: Option for enabling/disabling Event Hub."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection?alt=com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection&text=AciServiceCreateRequestDataCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
- uid: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.withStorageEnabled(java.lang.Boolean)"
|
|
fullName: "com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection.withStorageEnabled(Boolean storageEnabled)"
|
|
name: "withStorageEnabled(Boolean storageEnabled)"
|
|
nameWithType: "AciServiceCreateRequestDataCollection.withStorageEnabled(Boolean storageEnabled)"
|
|
summary: "Set the storage<wbr>Enabled property: Option for enabling/disabling storage."
|
|
overridden: "com.azure.resourcemanager.machinelearningservices.models.ModelDataCollection.withStorageEnabled(java.lang.Boolean)"
|
|
parameters:
|
|
- name: "storageEnabled"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Boolean.html\">Boolean</a>"
|
|
syntax: "public AciServiceCreateRequestDataCollection withStorageEnabled(Boolean storageEnabled)"
|
|
desc: "Set the storageEnabled property: Option for enabling/disabling storage."
|
|
returns:
|
|
type: "<xref href=\"com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection?alt=com.azure.resourcemanager.machinelearningservices.models.AciServiceCreateRequestDataCollection&text=AciServiceCreateRequestDataCollection\" data-throw-if-not-resolved=\"False\" />"
|
|
type: "class"
|
|
desc: "Details of the data collection options specified."
|
|
metadata: {}
|
|
package: "com.azure.resourcemanager.machinelearningservices.models"
|
|
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearningservices:1.0.0-beta.1
|