public final class GoogleCloudMlV1TrainingInput extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the AI Platform Training & Prediction API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
GoogleCloudMlV1TrainingInput() |
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<String> getArgs()
null for nonepublic GoogleCloudMlV1TrainingInput setArgs(List<String> args)
args - args or null for nonepublic GoogleCloudMlV1EncryptionConfig getEncryptionConfig()
null for nonepublic GoogleCloudMlV1TrainingInput setEncryptionConfig(GoogleCloudMlV1EncryptionConfig encryptionConfig)
encryptionConfig - encryptionConfig or null for nonepublic GoogleCloudMlV1ReplicaConfig getEvaluatorConfig()
null for nonepublic GoogleCloudMlV1TrainingInput setEvaluatorConfig(GoogleCloudMlV1ReplicaConfig evaluatorConfig)
evaluatorConfig - evaluatorConfig or null for nonepublic Long getEvaluatorCount()
null for nonepublic GoogleCloudMlV1TrainingInput setEvaluatorCount(Long evaluatorCount)
evaluatorCount - evaluatorCount or null for nonepublic String getEvaluatorType()
null for nonepublic GoogleCloudMlV1TrainingInput setEvaluatorType(String evaluatorType)
evaluatorType - evaluatorType or null for nonepublic GoogleCloudMlV1HyperparameterSpec getHyperparameters()
null for nonepublic GoogleCloudMlV1TrainingInput setHyperparameters(GoogleCloudMlV1HyperparameterSpec hyperparameters)
hyperparameters - hyperparameters or null for nonepublic String getJobDir()
null for nonepublic GoogleCloudMlV1TrainingInput setJobDir(String jobDir)
jobDir - jobDir or null for nonepublic GoogleCloudMlV1ReplicaConfig getMasterConfig()
null for nonepublic GoogleCloudMlV1TrainingInput setMasterConfig(GoogleCloudMlV1ReplicaConfig masterConfig)
masterConfig - masterConfig or null for nonepublic String getMasterType()
null for nonepublic GoogleCloudMlV1TrainingInput setMasterType(String masterType)
masterType - masterType or null for nonepublic String getNetwork()
null for nonepublic GoogleCloudMlV1TrainingInput setNetwork(String network)
network - network or null for nonepublic List<String> getPackageUris()
null for nonepublic GoogleCloudMlV1TrainingInput setPackageUris(List<String> packageUris)
packageUris - packageUris or null for nonepublic GoogleCloudMlV1ReplicaConfig getParameterServerConfig()
null for nonepublic GoogleCloudMlV1TrainingInput setParameterServerConfig(GoogleCloudMlV1ReplicaConfig parameterServerConfig)
parameterServerConfig - parameterServerConfig or null for nonepublic Long getParameterServerCount()
null for nonepublic GoogleCloudMlV1TrainingInput setParameterServerCount(Long parameterServerCount)
parameterServerCount - parameterServerCount or null for nonepublic String getParameterServerType()
null for nonepublic GoogleCloudMlV1TrainingInput setParameterServerType(String parameterServerType)
parameterServerType - parameterServerType or null for nonepublic String getPythonModule()
null for nonepublic GoogleCloudMlV1TrainingInput setPythonModule(String pythonModule)
pythonModule - pythonModule or null for nonepublic String getPythonVersion()
null for nonepublic GoogleCloudMlV1TrainingInput setPythonVersion(String pythonVersion)
pythonVersion - pythonVersion or null for nonepublic String getRegion()
null for nonepublic GoogleCloudMlV1TrainingInput setRegion(String region)
region - region or null for nonepublic String getRuntimeVersion()
null for nonepublic GoogleCloudMlV1TrainingInput setRuntimeVersion(String runtimeVersion)
runtimeVersion - runtimeVersion or null for nonepublic String getScaleTier()
null for nonepublic GoogleCloudMlV1TrainingInput setScaleTier(String scaleTier)
scaleTier - scaleTier or null for nonepublic GoogleCloudMlV1Scheduling getScheduling()
null for nonepublic GoogleCloudMlV1TrainingInput setScheduling(GoogleCloudMlV1Scheduling scheduling)
scheduling - scheduling or null for nonepublic String getServiceAccount()
null for nonepublic GoogleCloudMlV1TrainingInput setServiceAccount(String serviceAccount)
serviceAccount - serviceAccount or null for nonepublic Boolean getUseChiefInTfConfig()
null for nonepublic GoogleCloudMlV1TrainingInput setUseChiefInTfConfig(Boolean useChiefInTfConfig)
useChiefInTfConfig - useChiefInTfConfig or null for nonepublic GoogleCloudMlV1ReplicaConfig getWorkerConfig()
null for nonepublic GoogleCloudMlV1TrainingInput setWorkerConfig(GoogleCloudMlV1ReplicaConfig workerConfig)
workerConfig - workerConfig or null for nonepublic Long getWorkerCount()
null for nonepublic GoogleCloudMlV1TrainingInput setWorkerCount(Long workerCount)
workerCount - workerCount or null for nonepublic String getWorkerType()
null for nonepublic GoogleCloudMlV1TrainingInput setWorkerType(String workerType)
workerType - workerType or null for nonepublic GoogleCloudMlV1TrainingInput set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudMlV1TrainingInput clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.