Cloud AI Platform v1 API - Class Model.Types.ExportFormat (2.27.0)

public sealed class Model.Types.ExportFormat : IMessage<Model.Types.ExportFormat>, IEquatable<Model.Types.ExportFormat>, IDeepCloneable<Model.Types.ExportFormat>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class Model.Types.ExportFormat.

Represents export format supported by the Model. All formats export to Google Cloud Storage.

Inheritance

object > Model.Types.ExportFormat

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ExportFormat()

public ExportFormat()

ExportFormat(ExportFormat)

public ExportFormat(Model.Types.ExportFormat other)
Parameter
NameDescription
otherModelTypesExportFormat

Properties

ExportableContents

public RepeatedField<Model.Types.ExportFormat.Types.ExportableContent> ExportableContents { get; }

Output only. The content of this Model that may be exported.

Property Value
TypeDescription
RepeatedFieldModelTypesExportFormatTypesExportableContent

Id

public string Id { get; set; }

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.

Property Value
TypeDescription
string