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

144 строки
11 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow"
name: "TensorFlow"
nameWithType: "TensorFlow"
summary: "Tensor<wbr>Flow distribution configuration."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration&text=DistributionConfiguration\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.distributionType()?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.distributionType&text=distributionType\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.fromJson(com.azure.json.JsonReader)?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.fromJson&text=fromJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.toJson(com.azure.json.JsonWriter)?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.toJson&text=toJson\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.validate()?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.validate&text=validate\" 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 **TensorFlow**</br> extends <xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionConfiguration?alt=com.azure.resourcemanager.machinelearning.models.DistributionConfiguration&text=DistributionConfiguration\" data-throw-if-not-resolved=\"False\" />"
constructors:
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.TensorFlow()"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.TensorFlow()"
name: "TensorFlow()"
nameWithType: "TensorFlow.TensorFlow()"
summary: "Creates an instance of Tensor<wbr>Flow class."
syntax: "public TensorFlow()"
desc: "Creates an instance of TensorFlow class."
methods:
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.distributionType()"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.distributionType()"
name: "distributionType()"
nameWithType: "TensorFlow.distributionType()"
summary: "Get the distribution<wbr>Type property: \\[Required\\] Specifies the type of distribution framework."
overridden: "com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.distributionType()"
syntax: "public DistributionType distributionType()"
desc: "Get the distributionType property: \\[Required\\] Specifies the type of distribution framework."
returns:
description: "the distributionType value."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.DistributionType?alt=com.azure.resourcemanager.machinelearning.models.DistributionType&text=DistributionType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.fromJson(com.azure.json.JsonReader)"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.fromJson(JsonReader jsonReader)"
name: "fromJson(JsonReader jsonReader)"
nameWithType: "TensorFlow.fromJson(JsonReader jsonReader)"
summary: "Reads an instance of Tensor<wbr>Flow 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 TensorFlow fromJson(JsonReader jsonReader)"
exceptions:
- description: "If an error occurs while reading the TensorFlow."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/io/IOException.html\">IOException</a>"
desc: "Reads an instance of TensorFlow from the JsonReader."
returns:
description: "An instance of TensorFlow if the JsonReader was pointing to an instance of it, or null if it was pointing\n to JSON null."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.TensorFlow?alt=com.azure.resourcemanager.machinelearning.models.TensorFlow&text=TensorFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.parameterServerCount()"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.parameterServerCount()"
name: "parameterServerCount()"
nameWithType: "TensorFlow.parameterServerCount()"
summary: "Get the parameter<wbr>Server<wbr>Count property: Number of parameter server tasks."
syntax: "public Integer parameterServerCount()"
desc: "Get the parameterServerCount property: Number of parameter server tasks."
returns:
description: "the parameterServerCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.toJson(com.azure.json.JsonWriter)"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.toJson(JsonWriter jsonWriter)"
name: "toJson(JsonWriter jsonWriter)"
nameWithType: "TensorFlow.toJson(JsonWriter jsonWriter)"
overridden: "com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.toJson(com.azure.json.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.TensorFlow.validate()"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.validate()"
name: "validate()"
nameWithType: "TensorFlow.validate()"
summary: "Validates the instance."
overridden: "com.azure.resourcemanager.machinelearning.models.DistributionConfiguration.validate()"
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.withParameterServerCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.withParameterServerCount(Integer parameterServerCount)"
name: "withParameterServerCount(Integer parameterServerCount)"
nameWithType: "TensorFlow.withParameterServerCount(Integer parameterServerCount)"
summary: "Set the parameter<wbr>Server<wbr>Count property: Number of parameter server tasks."
parameters:
- description: "the parameterServerCount value to set."
name: "parameterServerCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public TensorFlow withParameterServerCount(Integer parameterServerCount)"
desc: "Set the parameterServerCount property: Number of parameter server tasks."
returns:
description: "the TensorFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.TensorFlow?alt=com.azure.resourcemanager.machinelearning.models.TensorFlow&text=TensorFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.withWorkerCount(java.lang.Integer)"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.withWorkerCount(Integer workerCount)"
name: "withWorkerCount(Integer workerCount)"
nameWithType: "TensorFlow.withWorkerCount(Integer workerCount)"
summary: "Set the worker<wbr>Count property: Number of workers."
parameters:
- description: "the workerCount value to set."
name: "workerCount"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
syntax: "public TensorFlow withWorkerCount(Integer workerCount)"
desc: "Set the workerCount property: Number of workers. If not specified, will default to the instance count."
returns:
description: "the TensorFlow object itself."
type: "<xref href=\"com.azure.resourcemanager.machinelearning.models.TensorFlow?alt=com.azure.resourcemanager.machinelearning.models.TensorFlow&text=TensorFlow\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.machinelearning.models.TensorFlow.workerCount()"
fullName: "com.azure.resourcemanager.machinelearning.models.TensorFlow.workerCount()"
name: "workerCount()"
nameWithType: "TensorFlow.workerCount()"
summary: "Get the worker<wbr>Count property: Number of workers."
syntax: "public Integer workerCount()"
desc: "Get the workerCount property: Number of workers. If not specified, will default to the instance count."
returns:
description: "the workerCount value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Integer.html\">Integer</a>"
type: "class"
desc: "TensorFlow distribution configuration."
metadata: {}
package: "com.azure.resourcemanager.machinelearning.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-machinelearning:1.1.0