public sealed class Model.Types.ExportFormat : IMessage<Model.Types.ExportFormat>, IEquatable<Model.Types.ExportFormat>, IDeepCloneable<Model.Types.ExportFormat>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class Model.Types.ExportFormat.
Represents export format supported by the Model. All formats export to Google Cloud Storage.
Implements
IMessageModelTypesExportFormat, IEquatableModelTypesExportFormat, IDeepCloneableModelTypesExportFormat, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ExportFormat()
public ExportFormat()ExportFormat(ExportFormat)
public ExportFormat(Model.Types.ExportFormat other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelTypesExportFormat |
Properties
ExportableContents
public RepeatedField<Model.Types.ExportFormat.Types.ExportableContent> ExportableContents { get; }Output only. The content of this Model that may be exported.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldModelTypesExportFormatTypesExportableContent |
|
Id
public string Id { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|