Class: Google::Cloud::AIPlatform::V1::MetadataStore
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MetadataStore
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_store.rb
Overview
Instance of a metadata store. Contains a set of metadata that can be queried.
Defined Under Namespace
Classes: DataplexConfig, MetadataStoreState
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#dataplex_config ⇒ ::Google::Cloud::AIPlatform::V1::MetadataStore::DataplexConfig
Optional.
-
#description ⇒ ::String
Description of the MetadataStore.
-
#encryption_spec ⇒ ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Customer-managed encryption key spec for a Metadata Store.
-
#name ⇒ ::String
readonly
Output only.
-
#state ⇒ ::Google::Cloud::AIPlatform::V1::MetadataStore::MetadataStoreState
readonly
Output only.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this MetadataStore was created.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 49 class MetadataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents state information for a MetadataStore. # @!attribute [rw] disk_utilization_bytes # @return [::Integer] # The disk utilization of the MetadataStore in bytes. class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Represents Dataplex integration settings. # @!attribute [rw] enabled_pipelines_lineage # @return [::Boolean] # Optional. Whether or not Data Lineage synchronization is enabled for # Vertex Pipelines. class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#dataplex_config ⇒ ::Google::Cloud::AIPlatform::V1::MetadataStore::DataplexConfig
Returns Optional. Dataplex integration settings.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 49 class MetadataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents state information for a MetadataStore. # @!attribute [rw] disk_utilization_bytes # @return [::Integer] # The disk utilization of the MetadataStore in bytes. class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Represents Dataplex integration settings. # @!attribute [rw] enabled_pipelines_lineage # @return [::Boolean] # Optional. Whether or not Data Lineage synchronization is enabled for # Vertex Pipelines. class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#description ⇒ ::String
Returns Description of the MetadataStore.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 49 class MetadataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents state information for a MetadataStore. # @!attribute [rw] disk_utilization_bytes # @return [::Integer] # The disk utilization of the MetadataStore in bytes. class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Represents Dataplex integration settings. # @!attribute [rw] enabled_pipelines_lineage # @return [::Boolean] # Optional. Whether or not Data Lineage synchronization is enabled for # Vertex Pipelines. class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#encryption_spec ⇒ ::Google::Cloud::AIPlatform::V1::EncryptionSpec
Returns 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.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 49 class MetadataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents state information for a MetadataStore. # @!attribute [rw] disk_utilization_bytes # @return [::Integer] # The disk utilization of the MetadataStore in bytes. class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Represents Dataplex integration settings. # @!attribute [rw] enabled_pipelines_lineage # @return [::Boolean] # Optional. Whether or not Data Lineage synchronization is enabled for # Vertex Pipelines. class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name of the MetadataStore instance.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 49 class MetadataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents state information for a MetadataStore. # @!attribute [rw] disk_utilization_bytes # @return [::Integer] # The disk utilization of the MetadataStore in bytes. class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Represents Dataplex integration settings. # @!attribute [rw] enabled_pipelines_lineage # @return [::Boolean] # Optional. Whether or not Data Lineage synchronization is enabled for # Vertex Pipelines. class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#state ⇒ ::Google::Cloud::AIPlatform::V1::MetadataStore::MetadataStoreState (readonly)
Returns Output only. State information of the MetadataStore.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 49 class MetadataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents state information for a MetadataStore. # @!attribute [rw] disk_utilization_bytes # @return [::Integer] # The disk utilization of the MetadataStore in bytes. class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Represents Dataplex integration settings. # @!attribute [rw] enabled_pipelines_lineage # @return [::Boolean] # Optional. Whether or not Data Lineage synchronization is enabled for # Vertex Pipelines. class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this MetadataStore was last updated.
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 49 class MetadataStore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Represents state information for a MetadataStore. # @!attribute [rw] disk_utilization_bytes # @return [::Integer] # The disk utilization of the MetadataStore in bytes. class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # Represents Dataplex integration settings. # @!attribute [rw] enabled_pipelines_lineage # @return [::Boolean] # Optional. Whether or not Data Lineage synchronization is enabled for # Vertex Pipelines. class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |