GoogleCloudMlV1__TrainingInputScaleTier

enum GoogleCloudMlV1__TrainingInputScaleTier : Enum<GoogleCloudMlV1__TrainingInputScaleTier> , ConvertibleToJava<GoogleCloudMlV1__TrainingInputScaleTier>

Required. Specifies the machine types, the number of replicas for workers and parameter servers.

Entries

Link copied to clipboard

A single worker instance. This tier is suitable for learning how to use Cloud ML, and for experimenting with new models using small datasets.

Link copied to clipboard

Many workers and a few parameter servers.

Link copied to clipboard

A large number of workers with many parameter servers.

Link copied to clipboard

A single worker instance /ai-platform/training/docs/using-gpus.

Link copied to clipboard

A single worker instance with a /ml-engine/docs/tensorflow/using-tpus.

Link copied to clipboard

The CUSTOM tier is not a set tier, but rather enables you to use your own cluster specification. When you use this tier, set values to configure your processing cluster according to these guidelines: * You must set TrainingInput.masterType to specify the type of machine to use for your master node. This is the only required setting. * You may set TrainingInput.workerCount to specify the number of workers to use. If you specify one or more workers, you must also set TrainingInput.workerType to specify the type of machine to use for your worker nodes. * You may set TrainingInput.parameterServerCount to specify the number of parameter servers to use. If you specify one or more parameter servers, you must also set TrainingInput.parameterServerType to specify the type of machine to use for your parameter servers. Note that all of your workers must use the same machine type, which can be different from your parameter server type and master type. Your parameter servers must likewise use the same machine type, which can be different from your worker type and master type.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): GoogleCloudMlV1__TrainingInputScaleTier
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: GoogleCloudMlV1__TrainingInputScaleTier
Link copied to clipboard
Link copied to clipboard