public static interface Model.ExportFormatOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExportableContents(int index)
public abstract Model.ExportFormat.ExportableContent getExportableContents(int index)Output only. The content of this Model that may be exported.
repeated .google.cloud.aiplatform.v1.Model.ExportFormat.ExportableContent exportable_contents = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
index |
intThe index of the element to return. |
| Type | Description |
Model.ExportFormat.ExportableContent |
The exportableContents at the given index. |
getExportableContentsCount()
public abstract int getExportableContentsCount()Output only. The content of this Model that may be exported.
repeated .google.cloud.aiplatform.v1.Model.ExportFormat.ExportableContent exportable_contents = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
int |
The count of exportableContents. |
getExportableContentsList()
public abstract List<Model.ExportFormat.ExportableContent> getExportableContentsList()Output only. The content of this Model that may be exported.
repeated .google.cloud.aiplatform.v1.Model.ExportFormat.ExportableContent exportable_contents = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
List<ExportableContent> |
A list containing the exportableContents. |
getExportableContentsValue(int index)
public abstract int getExportableContentsValue(int index)Output only. The content of this Model that may be exported.
repeated .google.cloud.aiplatform.v1.Model.ExportFormat.ExportableContent exportable_contents = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
index |
intThe index of the value to return. |
| Type | Description |
int |
The enum numeric value on the wire of exportableContents at the given index. |
getExportableContentsValueList()
public abstract List<Integer> getExportableContentsValueList()Output only. The content of this Model that may be exported.
repeated .google.cloud.aiplatform.v1.Model.ExportFormat.ExportableContent exportable_contents = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
List<Integer> |
A list containing the enum numeric values on the wire for exportableContents. |
getId()
public abstract String getId()Output only. The ID of the export format. The possible format IDs are:
tfliteUsed for Android mobile devices.edgetpu-tfliteUsed for Edge TPU devices.tf-saved-modelA tensorflow model in SavedModel format.tf-jsA TensorFlow.js model that can be used in the browser and in Node.js using JavaScript.core-mlUsed for iOS mobile devices.custom-trainedA Model that was uploaded or trained by custom code.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
String |
The id. |
getIdBytes()
public abstract ByteString getIdBytes()Output only. The ID of the export format. The possible format IDs are:
tfliteUsed for Android mobile devices.edgetpu-tfliteUsed for Edge TPU devices.tf-saved-modelA tensorflow model in SavedModel format.tf-jsA TensorFlow.js model that can be used in the browser and in Node.js using JavaScript.core-mlUsed for iOS mobile devices.custom-trainedA Model that was uploaded or trained by custom code.
string id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
ByteString |
The bytes for id. |