Show / Hide Table of Contents

Class GoogleCloudAiplatformV1ExportModelRequestOutputConfig

Output configuration for the Model export.

Inheritance
object
GoogleCloudAiplatformV1ExportModelRequestOutputConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1ExportModelRequestOutputConfig : IDirectResponseSchema

Properties

ArtifactDestination

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--", 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.

Declaration
[JsonProperty("artifactDestination")]
public virtual GoogleCloudAiplatformV1GcsDestination ArtifactDestination { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1GcsDestination

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ExportFormatId

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

Declaration
[JsonProperty("exportFormatId")]
public virtual string ExportFormatId { get; set; }
Property Value
Type Description
string

ImageDestination

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.

Declaration
[JsonProperty("imageDestination")]
public virtual GoogleCloudAiplatformV1ContainerRegistryDestination ImageDestination { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1ContainerRegistryDestination

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX