public enum MetadataSchema.MetadataSchemaType extends Enum<MetadataSchema.MetadataSchemaType> implements ProtocolMessageEnum
Describes the type of the MetadataSchema.
Protobuf enum google.cloud.aiplatform.v1.MetadataSchema.MetadataSchemaType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ARTIFACT_TYPE |
A type indicating that the MetadataSchema will be used by Artifacts. |
ARTIFACT_TYPE_VALUE |
A type indicating that the MetadataSchema will be used by Artifacts. |
CONTEXT_TYPE |
A state indicating that the MetadataSchema will be used by Contexts. |
CONTEXT_TYPE_VALUE |
A state indicating that the MetadataSchema will be used by Contexts. |
EXECUTION_TYPE |
A typee indicating that the MetadataSchema will be used by Executions. |
EXECUTION_TYPE_VALUE |
A typee indicating that the MetadataSchema will be used by Executions. |
METADATA_SCHEMA_TYPE_UNSPECIFIED |
Unspecified type for the MetadataSchema. |
METADATA_SCHEMA_TYPE_UNSPECIFIED_VALUE |
Unspecified type for the MetadataSchema. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |