Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.clone() |
XPSImageModelArtifactSpec |
XPSImageSegmentationTrainResponse.getModelArtifactSpec()
## The fields below are only populated under uCAIP request scope.
|
XPSImageModelArtifactSpec |
XPSImageClassificationTrainResponse.getModelArtifactSpec()
## The fields below are only populated under uCAIP request scope.
|
XPSImageModelArtifactSpec |
XPSImageObjectDetectionModelSpec.getModelArtifactSpec()
## The fields below are only populated under uCAIP request scope.
|
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.set(String fieldName,
Object value) |
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.setCheckpointArtifact(XPSModelArtifactItem checkpointArtifact)
The Tensorflow checkpoint files.
|
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.setExportArtifact(List<XPSModelArtifactItem> exportArtifact)
The model binary files in different formats for model export.
|
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.setLabelGcsUri(String labelGcsUri)
Google Cloud Storage URI of decoded labels file for model export 'dict.txt'.
|
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.setServingArtifact(XPSModelArtifactItem servingArtifact)
The default model binary file used for serving (e.g.
|
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.setTfJsBinaryGcsPrefix(String tfJsBinaryGcsPrefix)
Google Cloud Storage URI prefix of Tensorflow JavaScript binary files 'groupX-shardXofX.bin'.
|
XPSImageModelArtifactSpec |
XPSImageModelArtifactSpec.setTfLiteMetadataGcsUri(String tfLiteMetadataGcsUri)
Google Cloud Storage URI of Tensorflow Lite metadata 'tflite_metadata.json'.
|
Modifier and Type | Method and Description |
---|---|
XPSImageSegmentationTrainResponse |
XPSImageSegmentationTrainResponse.setModelArtifactSpec(XPSImageModelArtifactSpec modelArtifactSpec)
## The fields below are only populated under uCAIP request scope.
|
XPSImageClassificationTrainResponse |
XPSImageClassificationTrainResponse.setModelArtifactSpec(XPSImageModelArtifactSpec modelArtifactSpec)
## The fields below are only populated under uCAIP request scope.
|
XPSImageObjectDetectionModelSpec |
XPSImageObjectDetectionModelSpec.setModelArtifactSpec(XPSImageModelArtifactSpec modelArtifactSpec)
## The fields below are only populated under uCAIP request scope.
|
Copyright © 2011–2025 Google. All rights reserved.