public final class XPSTrainResponse
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 |
---|
XPSTrainResponse() |
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 Long getDeployedModelSizeBytes()
null
for nonepublic XPSTrainResponse setDeployedModelSizeBytes(Long deployedModelSizeBytes)
deployedModelSizeBytes
- deployedModelSizeBytes or null
for nonepublic List<XPSVisionErrorAnalysisConfig> getErrorAnalysisConfigs()
null
for nonepublic XPSTrainResponse setErrorAnalysisConfigs(List<XPSVisionErrorAnalysisConfig> errorAnalysisConfigs)
errorAnalysisConfigs
- errorAnalysisConfigs or null
for nonepublic XPSExampleSet getEvaluatedExampleSet()
null
for nonepublic XPSTrainResponse setEvaluatedExampleSet(XPSExampleSet evaluatedExampleSet)
evaluatedExampleSet
- evaluatedExampleSet or null
for nonepublic XPSEvaluationMetricsSet getEvaluationMetricsSet()
null
for nonepublic XPSTrainResponse setEvaluationMetricsSet(XPSEvaluationMetricsSet evaluationMetricsSet)
evaluationMetricsSet
- evaluationMetricsSet or null
for nonepublic List<XPSResponseExplanationSpec> getExplanationConfigs()
null
for nonepublic XPSTrainResponse setExplanationConfigs(List<XPSResponseExplanationSpec> explanationConfigs)
explanationConfigs
- explanationConfigs or null
for nonepublic XPSImageClassificationTrainResponse getImageClassificationTrainResp()
null
for nonepublic XPSTrainResponse setImageClassificationTrainResp(XPSImageClassificationTrainResponse imageClassificationTrainResp)
imageClassificationTrainResp
- imageClassificationTrainResp or null
for nonepublic XPSImageObjectDetectionModelSpec getImageObjectDetectionTrainResp()
null
for nonepublic XPSTrainResponse setImageObjectDetectionTrainResp(XPSImageObjectDetectionModelSpec imageObjectDetectionTrainResp)
imageObjectDetectionTrainResp
- imageObjectDetectionTrainResp or null
for nonepublic XPSImageSegmentationTrainResponse getImageSegmentationTrainResp()
null
for nonepublic XPSTrainResponse setImageSegmentationTrainResp(XPSImageSegmentationTrainResponse imageSegmentationTrainResp)
imageSegmentationTrainResp
- imageSegmentationTrainResp or null
for nonepublic String getModelToken()
null
for nonedecodeModelToken()
public byte[] decodeModelToken()
null
for nonegetModelToken()
public XPSTrainResponse setModelToken(String modelToken)
modelToken
- modelToken or null
for none#encodeModelToken()
public XPSTrainResponse encodeModelToken(byte[] modelToken)
The value is encoded Base64 or {@code null} for none.
public XPSSpeechModelSpec getSpeechTrainResp()
null
for nonepublic XPSTrainResponse setSpeechTrainResp(XPSSpeechModelSpec speechTrainResp)
speechTrainResp
- speechTrainResp or null
for nonepublic XPSTablesTrainResponse getTablesTrainResp()
null
for nonepublic XPSTrainResponse setTablesTrainResp(XPSTablesTrainResponse tablesTrainResp)
tablesTrainResp
- tablesTrainResp or null
for nonepublic XPSTextToSpeechTrainResponse getTextToSpeechTrainResp()
null
for nonepublic XPSTrainResponse setTextToSpeechTrainResp(XPSTextToSpeechTrainResponse textToSpeechTrainResp)
textToSpeechTrainResp
- textToSpeechTrainResp or null
for nonepublic XPSTextTrainResponse getTextTrainResp()
null
for nonepublic XPSTrainResponse setTextTrainResp(XPSTextTrainResponse textTrainResp)
textTrainResp
- textTrainResp or null
for nonepublic XPSTranslationTrainResponse getTranslationTrainResp()
null
for nonepublic XPSTrainResponse setTranslationTrainResp(XPSTranslationTrainResponse translationTrainResp)
translationTrainResp
- translationTrainResp or null
for nonepublic XPSVideoActionRecognitionTrainResponse getVideoActionRecognitionTrainResp()
null
for nonepublic XPSTrainResponse setVideoActionRecognitionTrainResp(XPSVideoActionRecognitionTrainResponse videoActionRecognitionTrainResp)
videoActionRecognitionTrainResp
- videoActionRecognitionTrainResp or null
for nonepublic XPSVideoClassificationTrainResponse getVideoClassificationTrainResp()
null
for nonepublic XPSTrainResponse setVideoClassificationTrainResp(XPSVideoClassificationTrainResponse videoClassificationTrainResp)
videoClassificationTrainResp
- videoClassificationTrainResp or null
for nonepublic XPSVideoObjectTrackingTrainResponse getVideoObjectTrackingTrainResp()
null
for nonepublic XPSTrainResponse setVideoObjectTrackingTrainResp(XPSVideoObjectTrackingTrainResponse videoObjectTrackingTrainResp)
videoObjectTrackingTrainResp
- videoObjectTrackingTrainResp or null
for nonepublic XPSTrainResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public XPSTrainResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.