Class MetadataSchemaType (1.22.1)

MetadataSchemaType(value)

Describes the type of the MetadataSchema.

Values: METADATA_SCHEMA_TYPE_UNSPECIFIED (0): Unspecified type for the MetadataSchema. ARTIFACT_TYPE (1): A type indicating that the MetadataSchema will be used by Artifacts. EXECUTION_TYPE (2): A typee indicating that the MetadataSchema will be used by Executions. CONTEXT_TYPE (3): A state indicating that the MetadataSchema will be used by Contexts.

Inheritance

builtins.object > builtins.int > builtins.object > enum.Enum > enum.IntEnum > proto.enums.Enum > MetadataSchemaType