| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.clone() |
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1TrainingInput.getEvaluatorConfig()
Optional.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1TrainingInput.getMasterConfig()
Optional.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1TrainingInput.getParameterServerConfig()
Optional.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1TrainingInput.getWorkerConfig()
Optional.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.set(String fieldName,
Object value) |
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.setAcceleratorConfig(GoogleCloudMlV1AcceleratorConfig acceleratorConfig)
Represents the type and number of accelerators used by the replica.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.setContainerArgs(List<String> containerArgs)
Arguments to the entrypoint command.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.setContainerCommand(List<String> containerCommand)
The command with which the replica's custom container is run.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.setDiskConfig(GoogleCloudMlV1DiskConfig diskConfig)
Represents the configuration of disk options.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.setImageUri(String imageUri)
The Docker image to run on the replica.
|
GoogleCloudMlV1ReplicaConfig |
GoogleCloudMlV1ReplicaConfig.setTpuTfVersion(String tpuTfVersion)
The AI Platform runtime version that includes a TensorFlow version matching the one used in the
custom container.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setEvaluatorConfig(GoogleCloudMlV1ReplicaConfig evaluatorConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setMasterConfig(GoogleCloudMlV1ReplicaConfig masterConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setParameterServerConfig(GoogleCloudMlV1ReplicaConfig parameterServerConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setWorkerConfig(GoogleCloudMlV1ReplicaConfig workerConfig)
Optional.
|
Copyright © 2011–2021 Google. All rights reserved.