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

public enum Model.Types.ExportFormat.Types.ExportableContent

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

The Model content that can be exported.

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Fields

NameDescription
Artifact

Model artifact and any of its supported files. Will be exported to the location specified by the artifactDestination field of the [ExportModelRequest.output_config][google.cloud.aiplatform.v1.ExportModelRequest.output_config] object.

Image

The container image that is to be used when deploying this Model. Will be exported to the location specified by the imageDestination field of the [ExportModelRequest.output_config][google.cloud.aiplatform.v1.ExportModelRequest.output_config] object.

Unspecified

Should not be used.