Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSTrainResponse |
XPSTrainResponse.clone() |
XPSTrainResponse |
XPSTrainResponse.encodeModelToken(byte[] modelToken)
Token that represents the trained model.
|
XPSTrainResponse |
XPSTrainResponse.set(String fieldName,
Object value) |
XPSTrainResponse |
XPSTrainResponse.setDeployedModelSizeBytes(Long deployedModelSizeBytes)
Estimated model size in bytes once deployed.
|
XPSTrainResponse |
XPSTrainResponse.setErrorAnalysisConfigs(List<XPSVisionErrorAnalysisConfig> errorAnalysisConfigs)
Optional vision model error analysis configuration.
|
XPSTrainResponse |
XPSTrainResponse.setEvaluatedExampleSet(XPSExampleSet evaluatedExampleSet)
Examples used to evaluate the model (usually the test set), with the predicted annotations.
|
XPSTrainResponse |
XPSTrainResponse.setEvaluationMetricsSet(XPSEvaluationMetricsSet evaluationMetricsSet)
The trained model evaluation metrics.
|
XPSTrainResponse |
XPSTrainResponse.setExplanationConfigs(List<XPSResponseExplanationSpec> explanationConfigs)
VisionExplanationConfig for XAI on test set.
|
XPSTrainResponse |
XPSTrainResponse.setImageClassificationTrainResp(XPSImageClassificationTrainResponse imageClassificationTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setImageObjectDetectionTrainResp(XPSImageObjectDetectionModelSpec imageObjectDetectionTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setImageSegmentationTrainResp(XPSImageSegmentationTrainResponse imageSegmentationTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setModelToken(String modelToken)
Token that represents the trained model.
|
XPSTrainResponse |
XPSTrainResponse.setSpeechTrainResp(XPSSpeechModelSpec speechTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setTablesTrainResp(XPSTablesTrainResponse tablesTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setTextToSpeechTrainResp(XPSTextToSpeechTrainResponse textToSpeechTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setTextTrainResp(XPSTextTrainResponse textTrainResp)
Will only be needed for uCAIP from Beta.
|
XPSTrainResponse |
XPSTrainResponse.setTranslationTrainResp(XPSTranslationTrainResponse translationTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setVideoActionRecognitionTrainResp(XPSVideoActionRecognitionTrainResponse videoActionRecognitionTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setVideoClassificationTrainResp(XPSVideoClassificationTrainResponse videoClassificationTrainResp) |
XPSTrainResponse |
XPSTrainResponse.setVideoObjectTrackingTrainResp(XPSVideoObjectTrackingTrainResponse videoObjectTrackingTrainResp) |
Copyright © 2011–2025 Google. All rights reserved.