public final class GoogleCloudMlV1TrainingOutput 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 |
|---|
GoogleCloudMlV1TrainingOutput() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1TrainingOutput |
clone() |
GoogleCloudMlV1BuiltInAlgorithmOutput |
getBuiltInAlgorithmOutput()
Details related to built-in algorithms jobs.
|
Long |
getCompletedTrialCount()
The number of hyperparameter tuning trials that completed successfully.
|
Double |
getConsumedMLUnits()
The amount of ML units consumed by the job.
|
String |
getHyperparameterMetricTag()
The TensorFlow summary tag name used for optimizing hyperparameter tuning trials.
|
Boolean |
getIsBuiltInAlgorithmJob()
Whether this job is a built-in Algorithm job.
|
Boolean |
getIsHyperparameterTuningJob()
Whether this job is a hyperparameter tuning job.
|
List<GoogleCloudMlV1HyperparameterOutput> |
getTrials()
Results for individual Hyperparameter trials.
|
GoogleCloudMlV1TrainingOutput |
set(String fieldName,
Object value) |
GoogleCloudMlV1TrainingOutput |
setBuiltInAlgorithmOutput(GoogleCloudMlV1BuiltInAlgorithmOutput builtInAlgorithmOutput)
Details related to built-in algorithms jobs.
|
GoogleCloudMlV1TrainingOutput |
setCompletedTrialCount(Long completedTrialCount)
The number of hyperparameter tuning trials that completed successfully.
|
GoogleCloudMlV1TrainingOutput |
setConsumedMLUnits(Double consumedMLUnits)
The amount of ML units consumed by the job.
|
GoogleCloudMlV1TrainingOutput |
setHyperparameterMetricTag(String hyperparameterMetricTag)
The TensorFlow summary tag name used for optimizing hyperparameter tuning trials.
|
GoogleCloudMlV1TrainingOutput |
setIsBuiltInAlgorithmJob(Boolean isBuiltInAlgorithmJob)
Whether this job is a built-in Algorithm job.
|
GoogleCloudMlV1TrainingOutput |
setIsHyperparameterTuningJob(Boolean isHyperparameterTuningJob)
Whether this job is a hyperparameter tuning job.
|
GoogleCloudMlV1TrainingOutput |
setTrials(List<GoogleCloudMlV1HyperparameterOutput> trials)
Results for individual Hyperparameter trials.
|
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 GoogleCloudMlV1BuiltInAlgorithmOutput getBuiltInAlgorithmOutput()
null for nonepublic GoogleCloudMlV1TrainingOutput setBuiltInAlgorithmOutput(GoogleCloudMlV1BuiltInAlgorithmOutput builtInAlgorithmOutput)
builtInAlgorithmOutput - builtInAlgorithmOutput or null for nonepublic Long getCompletedTrialCount()
null for nonepublic GoogleCloudMlV1TrainingOutput setCompletedTrialCount(Long completedTrialCount)
completedTrialCount - completedTrialCount or null for nonepublic Double getConsumedMLUnits()
null for nonepublic GoogleCloudMlV1TrainingOutput setConsumedMLUnits(Double consumedMLUnits)
consumedMLUnits - consumedMLUnits or null for nonepublic String getHyperparameterMetricTag()
null for nonepublic GoogleCloudMlV1TrainingOutput setHyperparameterMetricTag(String hyperparameterMetricTag)
hyperparameterMetricTag - hyperparameterMetricTag or null for nonepublic Boolean getIsBuiltInAlgorithmJob()
null for nonepublic GoogleCloudMlV1TrainingOutput setIsBuiltInAlgorithmJob(Boolean isBuiltInAlgorithmJob)
isBuiltInAlgorithmJob - isBuiltInAlgorithmJob or null for nonepublic Boolean getIsHyperparameterTuningJob()
null for nonepublic GoogleCloudMlV1TrainingOutput setIsHyperparameterTuningJob(Boolean isHyperparameterTuningJob)
isHyperparameterTuningJob - isHyperparameterTuningJob or null for nonepublic List<GoogleCloudMlV1HyperparameterOutput> getTrials()
null for nonepublic GoogleCloudMlV1TrainingOutput setTrials(List<GoogleCloudMlV1HyperparameterOutput> trials)
trials - trials or null for nonepublic GoogleCloudMlV1TrainingOutput set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudMlV1TrainingOutput clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.