public final class GoogleCloudMlV1Job 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 |
|---|
GoogleCloudMlV1Job() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1Job |
clone() |
byte[] |
decodeEtag()
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a job from overwriting each other.
|
GoogleCloudMlV1Job |
encodeEtag(byte[] etag)
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a job from overwriting each other.
|
String |
getCreateTime()
Output only.
|
String |
getEndTime()
Output only.
|
String |
getErrorMessage()
Output only.
|
String |
getEtag()
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a job from overwriting each other.
|
String |
getJobId()
Required.
|
Map<String,String> |
getLabels()
Optional.
|
GoogleCloudMlV1PredictionInput |
getPredictionInput()
Input parameters to create a prediction job.
|
GoogleCloudMlV1PredictionOutput |
getPredictionOutput()
The current prediction job result.
|
String |
getStartTime()
Output only.
|
String |
getState()
Output only.
|
GoogleCloudMlV1TrainingInput |
getTrainingInput()
Input parameters to create a training job.
|
GoogleCloudMlV1TrainingOutput |
getTrainingOutput()
The current training job result.
|
GoogleCloudMlV1Job |
set(String fieldName,
Object value) |
GoogleCloudMlV1Job |
setCreateTime(String createTime)
Output only.
|
GoogleCloudMlV1Job |
setEndTime(String endTime)
Output only.
|
GoogleCloudMlV1Job |
setErrorMessage(String errorMessage)
Output only.
|
GoogleCloudMlV1Job |
setEtag(String etag)
`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates
of a job from overwriting each other.
|
GoogleCloudMlV1Job |
setJobId(String jobId)
Required.
|
GoogleCloudMlV1Job |
setLabels(Map<String,String> labels)
Optional.
|
GoogleCloudMlV1Job |
setPredictionInput(GoogleCloudMlV1PredictionInput predictionInput)
Input parameters to create a prediction job.
|
GoogleCloudMlV1Job |
setPredictionOutput(GoogleCloudMlV1PredictionOutput predictionOutput)
The current prediction job result.
|
GoogleCloudMlV1Job |
setStartTime(String startTime)
Output only.
|
GoogleCloudMlV1Job |
setState(String state)
Output only.
|
GoogleCloudMlV1Job |
setTrainingInput(GoogleCloudMlV1TrainingInput trainingInput)
Input parameters to create a training job.
|
GoogleCloudMlV1Job |
setTrainingOutput(GoogleCloudMlV1TrainingOutput trainingOutput)
The current training job result.
|
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 getCreateTime()
null for nonepublic GoogleCloudMlV1Job setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getEndTime()
null for nonepublic GoogleCloudMlV1Job setEndTime(String endTime)
endTime - endTime or null for nonepublic String getErrorMessage()
null for nonepublic GoogleCloudMlV1Job setErrorMessage(String errorMessage)
errorMessage - errorMessage or null for nonepublic String getEtag()
null for nonedecodeEtag()public byte[] decodeEtag()
null for nonegetEtag()public GoogleCloudMlV1Job setEtag(String etag)
etag - etag or null for none#encodeEtag()public GoogleCloudMlV1Job encodeEtag(byte[] etag)
The value is encoded Base64 or {@code null} for none.
public String getJobId()
null for nonepublic GoogleCloudMlV1Job setJobId(String jobId)
jobId - jobId or null for nonepublic Map<String,String> getLabels()
null for nonepublic GoogleCloudMlV1Job setLabels(Map<String,String> labels)
labels - labels or null for nonepublic GoogleCloudMlV1PredictionInput getPredictionInput()
null for nonepublic GoogleCloudMlV1Job setPredictionInput(GoogleCloudMlV1PredictionInput predictionInput)
predictionInput - predictionInput or null for nonepublic GoogleCloudMlV1PredictionOutput getPredictionOutput()
null for nonepublic GoogleCloudMlV1Job setPredictionOutput(GoogleCloudMlV1PredictionOutput predictionOutput)
predictionOutput - predictionOutput or null for nonepublic String getStartTime()
null for nonepublic GoogleCloudMlV1Job setStartTime(String startTime)
startTime - startTime or null for nonepublic String getState()
null for nonepublic GoogleCloudMlV1Job setState(String state)
state - state or null for nonepublic GoogleCloudMlV1TrainingInput getTrainingInput()
null for nonepublic GoogleCloudMlV1Job setTrainingInput(GoogleCloudMlV1TrainingInput trainingInput)
trainingInput - trainingInput or null for nonepublic GoogleCloudMlV1TrainingOutput getTrainingOutput()
null for nonepublic GoogleCloudMlV1Job setTrainingOutput(GoogleCloudMlV1TrainingOutput trainingOutput)
trainingOutput - trainingOutput or null for nonepublic GoogleCloudMlV1Job set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudMlV1Job clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.