View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataSchema (google_api_ai_platform v0.13.0)

Instance of a general MetadataSchema.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. Timestamp when this MetadataSchema was created.
  • description (type: String.t, default: nil) - Description of the Metadata Schema
  • name (type: String.t, default: nil) - Output only. The resource name of the MetadataSchema.
  • schema (type: String.t, default: nil) - 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
  • schemaType (type: String.t, default: nil) - The type of the MetadataSchema. This is a property that identifies which metadata types will use the MetadataSchema.
  • schemaVersion (type: String.t, default: nil) - The version of the MetadataSchema. The version's format must match the following regular expression: ^[0-9]+.+.+$, which would allow to order/compare different versions. Example: 1.0.0, 1.0.1, etc.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataSchema{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  name: String.t() | nil,
  schema: String.t() | nil,
  schemaType: String.t() | nil,
  schemaVersion: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.