public final class GoogleCloudMlV1Trial 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 |
|---|
GoogleCloudMlV1Trial() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Trial |
clone() |
String |
getClientId()
Output only.
|
String |
getEndTime()
Output only.
|
GoogleCloudMlV1Measurement |
getFinalMeasurement()
The final measurement containing the objective value.
|
String |
getInfeasibleReason()
Output only.
|
List<GoogleCloudMlV1Measurement> |
getMeasurements()
A list of measurements that are strictly lexicographically ordered by their induced tuples
(steps, elapsed_time).
|
String |
getName()
Output only.
|
List<GoogleCloudMlV1TrialParameter> |
getParameters()
The parameters of the trial.
|
String |
getStartTime()
Output only.
|
String |
getState()
The detailed state of a trial.
|
Boolean |
getTrialInfeasible()
Output only.
|
GoogleCloudMlV1Trial |
set(String fieldName,
Object value) |
GoogleCloudMlV1Trial |
setClientId(String clientId)
Output only.
|
GoogleCloudMlV1Trial |
setEndTime(String endTime)
Output only.
|
GoogleCloudMlV1Trial |
setFinalMeasurement(GoogleCloudMlV1Measurement finalMeasurement)
The final measurement containing the objective value.
|
GoogleCloudMlV1Trial |
setInfeasibleReason(String infeasibleReason)
Output only.
|
GoogleCloudMlV1Trial |
setMeasurements(List<GoogleCloudMlV1Measurement> measurements)
A list of measurements that are strictly lexicographically ordered by their induced tuples
(steps, elapsed_time).
|
GoogleCloudMlV1Trial |
setName(String name)
Output only.
|
GoogleCloudMlV1Trial |
setParameters(List<GoogleCloudMlV1TrialParameter> parameters)
The parameters of the trial.
|
GoogleCloudMlV1Trial |
setStartTime(String startTime)
Output only.
|
GoogleCloudMlV1Trial |
setState(String state)
The detailed state of a trial.
|
GoogleCloudMlV1Trial |
setTrialInfeasible(Boolean trialInfeasible)
Output only.
|
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 String getClientId()
null for nonepublic GoogleCloudMlV1Trial setClientId(String clientId)
clientId - clientId or null for nonepublic String getEndTime()
null for nonepublic GoogleCloudMlV1Trial setEndTime(String endTime)
endTime - endTime or null for nonepublic GoogleCloudMlV1Measurement getFinalMeasurement()
null for nonepublic GoogleCloudMlV1Trial setFinalMeasurement(GoogleCloudMlV1Measurement finalMeasurement)
finalMeasurement - finalMeasurement or null for nonepublic String getInfeasibleReason()
null for nonepublic GoogleCloudMlV1Trial setInfeasibleReason(String infeasibleReason)
infeasibleReason - infeasibleReason or null for nonepublic List<GoogleCloudMlV1Measurement> getMeasurements()
null for nonepublic GoogleCloudMlV1Trial setMeasurements(List<GoogleCloudMlV1Measurement> measurements)
measurements - measurements or null for nonepublic String getName()
null for nonepublic GoogleCloudMlV1Trial setName(String name)
name - name or null for nonepublic List<GoogleCloudMlV1TrialParameter> getParameters()
null for nonepublic GoogleCloudMlV1Trial setParameters(List<GoogleCloudMlV1TrialParameter> parameters)
parameters - parameters or null for nonepublic String getStartTime()
null for nonepublic GoogleCloudMlV1Trial setStartTime(String startTime)
startTime - startTime or null for nonepublic String getState()
null for nonepublic GoogleCloudMlV1Trial setState(String state)
state - state or null for nonepublic Boolean getTrialInfeasible()
null for nonepublic GoogleCloudMlV1Trial setTrialInfeasible(Boolean trialInfeasible)
trialInfeasible - trialInfeasible or null for nonepublic GoogleCloudMlV1Trial set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudMlV1Trial clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.