public final class GoogleCloudMlV1HyperparameterOutput 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 |
|---|
GoogleCloudMlV1HyperparameterOutput() |
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<GoogleCloudMlV1HyperparameterOutputHyperparameterMetric> getAllMetrics()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setAllMetrics(List<GoogleCloudMlV1HyperparameterOutputHyperparameterMetric> allMetrics)
allMetrics - allMetrics or null for nonepublic GoogleCloudMlV1BuiltInAlgorithmOutput getBuiltInAlgorithmOutput()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setBuiltInAlgorithmOutput(GoogleCloudMlV1BuiltInAlgorithmOutput builtInAlgorithmOutput)
builtInAlgorithmOutput - builtInAlgorithmOutput or null for nonepublic String getEndTime()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setEndTime(String endTime)
endTime - endTime or null for nonepublic GoogleCloudMlV1HyperparameterOutputHyperparameterMetric getFinalMetric()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setFinalMetric(GoogleCloudMlV1HyperparameterOutputHyperparameterMetric finalMetric)
finalMetric - finalMetric or null for nonepublic Map<String,String> getHyperparameters()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setHyperparameters(Map<String,String> hyperparameters)
hyperparameters - hyperparameters or null for nonepublic Boolean getIsTrialStoppedEarly()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setIsTrialStoppedEarly(Boolean isTrialStoppedEarly)
isTrialStoppedEarly - isTrialStoppedEarly or null for nonepublic String getStartTime()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setStartTime(String startTime)
startTime - startTime or null for nonepublic String getState()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setState(String state)
state - state or null for nonepublic String getTrialId()
null for nonepublic GoogleCloudMlV1HyperparameterOutput setTrialId(String trialId)
trialId - trialId or null for nonepublic GoogleCloudMlV1HyperparameterOutput set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudMlV1HyperparameterOutput clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.