Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::MetadataSchema (v0.22.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::MetadataSchema.

Instance of a general MetadataSchema.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#description

def description() -> ::String
Returns
  • (::String) — Description of the Metadata Schema

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Description of the Metadata Schema
Returns
  • (::String) — Description of the Metadata Schema

#name

def name() -> ::String
Returns
  • (::String) — Output only. The resource name of the MetadataSchema.

#schema

def schema() -> ::String
Returns
  • (::String) — Required. The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by title in [MetadataSchema.schema] must be unique within a MetadataStore.

    The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object

#schema=

def schema=(value) -> ::String
Parameter
  • value (::String) — Required. The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by title in [MetadataSchema.schema] must be unique within a MetadataStore.

    The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object

Returns
  • (::String) — Required. The raw YAML string representation of the MetadataSchema. The combination of [MetadataSchema.version] and the schema name given by title in [MetadataSchema.schema] must be unique within a MetadataStore.

    The schema is defined as an OpenAPI 3.0.2 MetadataSchema Object

#schema_type

def schema_type() -> ::Google::Cloud::AIPlatform::V1::MetadataSchema::MetadataSchemaType
Returns

#schema_type=

def schema_type=(value) -> ::Google::Cloud::AIPlatform::V1::MetadataSchema::MetadataSchemaType
Parameter
Returns

#schema_version

def schema_version() -> ::String
Returns
  • (::String) — The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+[.][0-9]+[.][0-9]+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.

#schema_version=

def schema_version=(value) -> ::String
Parameter
  • value (::String) — The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+[.][0-9]+[.][0-9]+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.
Returns
  • (::String) — The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+[.][0-9]+[.][0-9]+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.