Enum Model.ExportFormat.ExportableContent (2.8.9)

public enum Model.ExportFormat.ExportableContent extends Enum<Model.ExportFormat.ExportableContent> implements ProtocolMessageEnum

The Model content that can be exported.

Protobuf enum google.cloud.aiplatform.v1beta1.Model.ExportFormat.ExportableContent

Implements

ProtocolMessageEnum

Static 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 object.

ARTIFACT = 1;

ARTIFACT_VALUE

Model artifact and any of its supported files. Will be exported to the location specified by the artifactDestination field of the ExportModelRequest.output_config object.

ARTIFACT = 1;

EXPORTABLE_CONTENT_UNSPECIFIED

Should not be used.

EXPORTABLE_CONTENT_UNSPECIFIED = 0;

EXPORTABLE_CONTENT_UNSPECIFIED_VALUE

Should not be used.

EXPORTABLE_CONTENT_UNSPECIFIED = 0;

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 object.

IMAGE = 2;

IMAGE_VALUE

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 object.

IMAGE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()