GoogleCloudMlV1__ReplicaConfigArgs

data class GoogleCloudMlV1__ReplicaConfigArgs(val acceleratorConfig: Output<GoogleCloudMlV1__AcceleratorConfigArgs>? = null, val containerArgs: Output<List<String>>? = null, val containerCommand: Output<List<String>>? = null, val diskConfig: Output<GoogleCloudMlV1__DiskConfigArgs>? = null, val imageUri: Output<String>? = null, val tpuTfVersion: Output<String>? = null) : ConvertibleToJava<GoogleCloudMlV1__ReplicaConfigArgs>

Represents the configuration for a replica in a cluster.

Constructors

Link copied to clipboard
fun GoogleCloudMlV1__ReplicaConfigArgs(acceleratorConfig: Output<GoogleCloudMlV1__AcceleratorConfigArgs>? = null, containerArgs: Output<List<String>>? = null, containerCommand: Output<List<String>>? = null, diskConfig: Output<GoogleCloudMlV1__DiskConfigArgs>? = null, imageUri: Output<String>? = null, tpuTfVersion: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard

Represents the type and number of accelerators used by the replica. /ai-platform/training/docs/using-gpus#compute-engine-machine-types-with-gpu

Link copied to clipboard
val containerArgs: Output<List<String>>? = null

Arguments to the entrypoint command. The following rules apply for container_command and container_args: - If you do not supply command or args: The defaults defined in the Docker image are used. - If you supply a command but no args: The default EntryPoint and the default Cmd defined in the Docker image are ignored. Your command is run without any arguments. - If you supply only args: The default Entrypoint defined in the Docker image is run with the args that you supplied. - If you supply a command and args: The default Entrypoint and the default Cmd defined in the Docker image are ignored. Your command is run with your args. It cannot be set if custom container image is not provided. Note that this field and TrainingInput.args are mutually exclusive, i.e., both cannot be set at the same time.

Link copied to clipboard
val containerCommand: Output<List<String>>? = null

The command with which the replica's custom container is run. If provided, it will override default ENTRYPOINT of the docker image. If not provided, the docker image's ENTRYPOINT is used. It cannot be set if custom container image is not provided. Note that this field and TrainingInput.args are mutually exclusive, i.e., both cannot be set at the same time.

Link copied to clipboard

Represents the configuration of disk options.

Link copied to clipboard
val imageUri: Output<String>? = null

The Docker image to run on the replica. This image must be in Container Registry. Learn more about /ai-platform/training/docs/distributed-training-containers.

Link copied to clipboard
val tpuTfVersion: Output<String>? = null

The AI Platform runtime version that includes a TensorFlow version matching the one used in the custom container. This field is required if the replica is a TPU worker that uses a custom container. Otherwise, do not specify this field. This must be a /ml-engine/docs/tensorflow/runtime-version-list#tpu-support. Note that the version of TensorFlow included in a runtime version may differ from the numbering of the runtime version itself, because it may have a different patch version. In this field, you must specify the runtime version (TensorFlow minor version). For example, if your custom container runs TensorFlow 1.x.y, specify 1.x.