Class GoogleCloudAiplatformV1beta1ModelExportFormat
Represents export format supported by the Model. All formats export to Google Cloud Storage.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1ModelExportFormat : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ExportableContents
Output only. The content of this Model that may be exported.
Declaration
[JsonProperty("exportableContents")]
public virtual IList<string> ExportableContents { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Id
Output only. The ID of the export format. The possible format IDs are: * tflite
Used for Android mobile
devices. * edgetpu-tflite
Used for Edge TPU devices. *
tf-saved-model
A tensorflow model in SavedModel format. * tf-js
A
TensorFlow.js model that can be used in the browser and in Node.js using
JavaScript. * core-ml
Used for iOS mobile devices. * custom-trained
A Model that was uploaded or trained
by custom code.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |