Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.clone() |
XPSImageClassificationTrainResponse |
XPSTrainResponse.getImageClassificationTrainResp() |
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.set(String fieldName,
Object value) |
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setClassCount(Long classCount)
Total number of classes.
|
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setExportModelSpec(XPSImageExportModelSpec exportModelSpec)
Information of downloadable models that are pre-generated as part of training flow and will be
persisted in AutoMl backend.
|
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setModelArtifactSpec(XPSImageModelArtifactSpec modelArtifactSpec)
## The fields below are only populated under uCAIP request scope.
|
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setModelServingSpec(XPSImageModelServingSpec modelServingSpec) |
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setStopReason(String stopReason)
Stop reason for training job, e.g.
|
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setTrainCostInNodeTime(String trainCostInNodeTime)
The actual cost to create this model.
|
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setTrainCostNodeSeconds(Long trainCostNodeSeconds)
The actual training cost, expressed in node seconds.
|
Modifier and Type | Method and Description |
---|---|
XPSTrainResponse |
XPSTrainResponse.setImageClassificationTrainResp(XPSImageClassificationTrainResponse imageClassificationTrainResp) |
Copyright © 2011–2025 Google. All rights reserved.