public final class XPSImageSegmentationTrainResponse
extends com.google.api.client.json.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 Cloud Natural Language API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
XPSImageSegmentationTrainResponse() |
Modifier and Type | Method and Description |
---|---|
XPSImageSegmentationTrainResponse |
clone() |
List<XPSColorMap> |
getColorMaps()
Color map of the model.
|
XPSImageExportModelSpec |
getExportModelSpec()
NOTE: These fields are not used/needed in EAP but will be set later.
|
XPSImageModelArtifactSpec |
getModelArtifactSpec()
## The fields below are only populated under uCAIP request scope.
|
XPSImageModelServingSpec |
getModelServingSpec() |
String |
getStopReason()
Stop reason for training job, e.g.
|
Long |
getTrainCostNodeSeconds()
The actual train cost of creating this model, expressed in node seconds, i.e.
|
XPSImageSegmentationTrainResponse |
set(String fieldName,
Object value) |
XPSImageSegmentationTrainResponse |
setColorMaps(List<XPSColorMap> colorMaps)
Color map of the model.
|
XPSImageSegmentationTrainResponse |
setExportModelSpec(XPSImageExportModelSpec exportModelSpec)
NOTE: These fields are not used/needed in EAP but will be set later.
|
XPSImageSegmentationTrainResponse |
setModelArtifactSpec(XPSImageModelArtifactSpec modelArtifactSpec)
## The fields below are only populated under uCAIP request scope.
|
XPSImageSegmentationTrainResponse |
setModelServingSpec(XPSImageModelServingSpec modelServingSpec) |
XPSImageSegmentationTrainResponse |
setStopReason(String stopReason)
Stop reason for training job, e.g.
|
XPSImageSegmentationTrainResponse |
setTrainCostNodeSeconds(Long trainCostNodeSeconds)
The actual train cost of creating this model, expressed in node seconds, i.e.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<XPSColorMap> getColorMaps()
null
for nonepublic XPSImageSegmentationTrainResponse setColorMaps(List<XPSColorMap> colorMaps)
colorMaps
- colorMaps or null
for nonepublic XPSImageExportModelSpec getExportModelSpec()
null
for nonepublic XPSImageSegmentationTrainResponse setExportModelSpec(XPSImageExportModelSpec exportModelSpec)
exportModelSpec
- exportModelSpec or null
for nonepublic XPSImageModelArtifactSpec getModelArtifactSpec()
null
for nonepublic XPSImageSegmentationTrainResponse setModelArtifactSpec(XPSImageModelArtifactSpec modelArtifactSpec)
modelArtifactSpec
- modelArtifactSpec or null
for nonepublic XPSImageModelServingSpec getModelServingSpec()
null
for nonepublic XPSImageSegmentationTrainResponse setModelServingSpec(XPSImageModelServingSpec modelServingSpec)
modelServingSpec
- modelServingSpec or null
for nonepublic String getStopReason()
null
for nonepublic XPSImageSegmentationTrainResponse setStopReason(String stopReason)
stopReason
- stopReason or null
for nonepublic Long getTrainCostNodeSeconds()
null
for nonepublic XPSImageSegmentationTrainResponse setTrainCostNodeSeconds(Long trainCostNodeSeconds)
trainCostNodeSeconds
- trainCostNodeSeconds or null
for nonepublic XPSImageSegmentationTrainResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSImageSegmentationTrainResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.