| Package | Description |
|---|---|
| com.google.api.services.ml.v1.model |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.clone() |
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1Job.getTrainingInput()
Input parameters to create a training job.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.set(String fieldName,
Object value) |
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setArgs(List<String> args)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setEncryptionConfig(GoogleCloudMlV1EncryptionConfig encryptionConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setEvaluatorConfig(GoogleCloudMlV1ReplicaConfig evaluatorConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setEvaluatorCount(Long evaluatorCount)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setEvaluatorType(String evaluatorType)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setHyperparameters(GoogleCloudMlV1HyperparameterSpec hyperparameters)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setJobDir(String jobDir)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setMasterConfig(GoogleCloudMlV1ReplicaConfig masterConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setMasterType(String masterType)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setNetwork(String network)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setPackageUris(List<String> packageUris)
Required.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setParameterServerConfig(GoogleCloudMlV1ReplicaConfig parameterServerConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setParameterServerCount(Long parameterServerCount)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setParameterServerType(String parameterServerType)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setPythonModule(String pythonModule)
Required.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setPythonVersion(String pythonVersion)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setRegion(String region)
Required.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setRuntimeVersion(String runtimeVersion)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setScaleTier(String scaleTier)
Required.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setScheduling(GoogleCloudMlV1Scheduling scheduling)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setServiceAccount(String serviceAccount)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setUseChiefInTfConfig(Boolean useChiefInTfConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setWorkerConfig(GoogleCloudMlV1ReplicaConfig workerConfig)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setWorkerCount(Long workerCount)
Optional.
|
GoogleCloudMlV1TrainingInput |
GoogleCloudMlV1TrainingInput.setWorkerType(String workerType)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Job |
GoogleCloudMlV1Job.setTrainingInput(GoogleCloudMlV1TrainingInput trainingInput)
Input parameters to create a training job.
|
Copyright © 2011–2021 Google. All rights reserved.