Enum MetadataSchema.MetadataSchemaType (3.42.0)

public enum MetadataSchema.MetadataSchemaType extends Enum<MetadataSchema.MetadataSchemaType> implements ProtocolMessageEnum

Describes the type of the MetadataSchema.

Protobuf enum google.cloud.aiplatform.v1beta1.MetadataSchema.MetadataSchemaType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARTIFACT_TYPE

A type indicating that the MetadataSchema will be used by Artifacts.

ARTIFACT_TYPE = 1;

ARTIFACT_TYPE_VALUE

A type indicating that the MetadataSchema will be used by Artifacts.

ARTIFACT_TYPE = 1;

CONTEXT_TYPE

A state indicating that the MetadataSchema will be used by Contexts.

CONTEXT_TYPE = 3;

CONTEXT_TYPE_VALUE

A state indicating that the MetadataSchema will be used by Contexts.

CONTEXT_TYPE = 3;

EXECUTION_TYPE

A typee indicating that the MetadataSchema will be used by Executions.

EXECUTION_TYPE = 2;

EXECUTION_TYPE_VALUE

A typee indicating that the MetadataSchema will be used by Executions.

EXECUTION_TYPE = 2;

METADATA_SCHEMA_TYPE_UNSPECIFIED

Unspecified type for the MetadataSchema.

METADATA_SCHEMA_TYPE_UNSPECIFIED = 0;

METADATA_SCHEMA_TYPE_UNSPECIFIED_VALUE

Unspecified type for the MetadataSchema.

METADATA_SCHEMA_TYPE_UNSPECIFIED = 0;

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()