public final class GoogleCloudMlV1OperationMetadata 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 |
|---|
GoogleCloudMlV1OperationMetadata() |
| Modifier and Type | Method and Description |
|---|---|
GoogleCloudMlV1OperationMetadata |
clone() |
String |
getCreateTime()
The time the operation was submitted.
|
String |
getEndTime()
The time operation processing completed.
|
Boolean |
getIsCancellationRequested()
Indicates whether a request to cancel this operation has been made.
|
Map<String,String> |
getLabels()
The user labels, inherited from the model or the model version being operated on.
|
String |
getModelName()
Contains the name of the model associated with the operation.
|
String |
getOperationType()
The operation type.
|
Long |
getProjectNumber()
Contains the project number associated with the operation.
|
String |
getStartTime()
The time operation processing started.
|
GoogleCloudMlV1Version |
getVersion()
Contains the version associated with the operation.
|
GoogleCloudMlV1OperationMetadata |
set(String fieldName,
Object value) |
GoogleCloudMlV1OperationMetadata |
setCreateTime(String createTime)
The time the operation was submitted.
|
GoogleCloudMlV1OperationMetadata |
setEndTime(String endTime)
The time operation processing completed.
|
GoogleCloudMlV1OperationMetadata |
setIsCancellationRequested(Boolean isCancellationRequested)
Indicates whether a request to cancel this operation has been made.
|
GoogleCloudMlV1OperationMetadata |
setLabels(Map<String,String> labels)
The user labels, inherited from the model or the model version being operated on.
|
GoogleCloudMlV1OperationMetadata |
setModelName(String modelName)
Contains the name of the model associated with the operation.
|
GoogleCloudMlV1OperationMetadata |
setOperationType(String operationType)
The operation type.
|
GoogleCloudMlV1OperationMetadata |
setProjectNumber(Long projectNumber)
Contains the project number associated with the operation.
|
GoogleCloudMlV1OperationMetadata |
setStartTime(String startTime)
The time operation processing started.
|
GoogleCloudMlV1OperationMetadata |
setVersion(GoogleCloudMlV1Version version)
Contains the version associated with the operation.
|
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 GoogleCloudMlV1OperationMetadata setCreateTime(String createTime)
createTime - createTime or null for nonepublic String getEndTime()
null for nonepublic GoogleCloudMlV1OperationMetadata setEndTime(String endTime)
endTime - endTime or null for nonepublic Boolean getIsCancellationRequested()
null for nonepublic GoogleCloudMlV1OperationMetadata setIsCancellationRequested(Boolean isCancellationRequested)
isCancellationRequested - isCancellationRequested or null for nonepublic Map<String,String> getLabels()
null for nonepublic GoogleCloudMlV1OperationMetadata setLabels(Map<String,String> labels)
labels - labels or null for nonepublic String getModelName()
null for nonepublic GoogleCloudMlV1OperationMetadata setModelName(String modelName)
modelName - modelName or null for nonepublic String getOperationType()
null for nonepublic GoogleCloudMlV1OperationMetadata setOperationType(String operationType)
operationType - operationType or null for nonepublic Long getProjectNumber()
null for nonepublic GoogleCloudMlV1OperationMetadata setProjectNumber(Long projectNumber)
projectNumber - projectNumber or null for nonepublic String getStartTime()
null for nonepublic GoogleCloudMlV1OperationMetadata setStartTime(String startTime)
startTime - startTime or null for nonepublic GoogleCloudMlV1Version getVersion()
null for nonepublic GoogleCloudMlV1OperationMetadata setVersion(GoogleCloudMlV1Version version)
version - version or null for nonepublic GoogleCloudMlV1OperationMetadata set(String fieldName, Object value)
set in class GenericJsonpublic GoogleCloudMlV1OperationMetadata clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.