Package | Description |
---|---|
com.google.api.services.language.v2.model |
Modifier and Type | Method and Description |
---|---|
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.clone() |
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.set(String fieldName,
Object value) |
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setCoreMlFormat(XPSCoreMlFormat coreMlFormat) |
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setDockerFormat(XPSDockerFormat dockerFormat) |
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setEdgeTpuTfLiteFormat(XPSEdgeTpuTfLiteFormat edgeTpuTfLiteFormat) |
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setExportFirebaseAuxiliaryInfo(Boolean exportFirebaseAuxiliaryInfo)
For any model and format: If true, will additionally export FirebaseExportedModelInfo in a
firebase.txt file.
|
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setOutputGcrUri(String outputGcrUri)
The Google Contained Registry path the exported files to be pushed to.
|
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setOutputGcsUri(String outputGcsUri)
The Google Cloud Storage directory where XPS will output the exported models and related files.
|
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setTfJsFormat(XPSTfJsFormat tfJsFormat) |
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setTfLiteFormat(XPSTfLiteFormat tfLiteFormat) |
XPSExportModelOutputConfig |
XPSExportModelOutputConfig.setTfSavedModelFormat(XPSTfSavedModelFormat tfSavedModelFormat) |
Modifier and Type | Method and Description |
---|---|
List<XPSExportModelOutputConfig> |
XPSVideoExportModelSpec.getExportModelOutputConfig()
Contains the model format and internal location of the model files to be exported/downloaded.
|
List<XPSExportModelOutputConfig> |
XPSImageExportModelSpec.getExportModelOutputConfig()
Contains the model format and internal location of the model files to be exported/downloaded.
|
Modifier and Type | Method and Description |
---|---|
XPSVideoExportModelSpec |
XPSVideoExportModelSpec.setExportModelOutputConfig(List<XPSExportModelOutputConfig> exportModelOutputConfig)
Contains the model format and internal location of the model files to be exported/downloaded.
|
XPSImageExportModelSpec |
XPSImageExportModelSpec.setExportModelOutputConfig(List<XPSExportModelOutputConfig> exportModelOutputConfig)
Contains the model format and internal location of the model files to be exported/downloaded.
|
Copyright © 2011–2025 Google. All rights reserved.