Cloud AI Platform v1 API - Class ExportModelRequest.Types.OutputConfig (2.27.0)

public sealed class ExportModelRequest.Types.OutputConfig : IMessage<ExportModelRequest.Types.OutputConfig>, IEquatable<ExportModelRequest.Types.OutputConfig>, IDeepCloneable<ExportModelRequest.Types.OutputConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class ExportModelRequest.Types.OutputConfig.

Output configuration for the Model export.

Inheritance

object > ExportModelRequest.Types.OutputConfig

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

OutputConfig()

public OutputConfig()

OutputConfig(OutputConfig)

public OutputConfig(ExportModelRequest.Types.OutputConfig other)
Parameter
NameDescription
otherExportModelRequestTypesOutputConfig

Properties

ArtifactDestination

public GcsDestination ArtifactDestination { get; set; }

The Cloud Storage location where the Model artifact is to be written to. Under the directory given as the destination a new one with name "model-export-<model-display-name>-<timestamp-of-export-call>", where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format, will be created. Inside, the Model and any of its supporting files will be written. This field should only be set when the exportableContent field of the [Model.supported_export_formats] object contains ARTIFACT.

Property Value
TypeDescription
GcsDestination

ExportFormatId

public string ExportFormatId { get; set; }

The ID of the format in which the Model must be exported. Each Model lists the [export formats it supports][google.cloud.aiplatform.v1.Model.supported_export_formats]. If no value is provided here, then the first from the list of the Model's supported formats is used by default.

Property Value
TypeDescription
string

ImageDestination

public ContainerRegistryDestination ImageDestination { get; set; }

The Google Container Registry or Artifact Registry uri where the Model container image will be copied to. This field should only be set when the exportableContent field of the [Model.supported_export_formats] object contains IMAGE.

Property Value
TypeDescription
ContainerRegistryDestination