View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataStore (google_api_ai_platform v0.18.1)
Instance of a metadata store. Contains a set of metadata that can be queried.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. Timestamp when this MetadataStore was created. -
dataplexConfig(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataStoreDataplexConfig.t, default:nil) - Optional. Dataplex integration settings. -
description(type:String.t, default:nil) - Description of the MetadataStore. -
encryptionSpec(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t, default:nil) - Customer-managed encryption key spec for a Metadata Store. If set, this Metadata Store and all sub-resources of this Metadata Store are secured using this key. -
name(type:String.t, default:nil) - Output only. The resource name of the MetadataStore instance. -
state(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.t, default:nil) - Output only. State information of the MetadataStore. -
updateTime(type:DateTime.t, default:nil) - Output only. Timestamp when this MetadataStore was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataStore{ createTime: DateTime.t() | nil, dataplexConfig: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataStoreDataplexConfig.t() | nil, description: String.t() | nil, encryptionSpec: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EncryptionSpec.t() | nil, name: String.t() | nil, state: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.