Class Model.Types.ExportFormat (2.1.0)

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

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(Model.Types.ExportFormat)

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

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
RepeatedField<Model.Types.ExportFormat.Types.ExportableContent>

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