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: MetadataStoreState
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#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.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 46 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 end |
#description ⇒ ::String
Returns Description of the MetadataStore.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 46 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 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.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 46 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 end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name of the MetadataStore instance.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 46 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 end |
#state ⇒ ::Google::Cloud::AIPlatform::V1::MetadataStore::MetadataStoreState (readonly)
Returns Output only. State information of the MetadataStore.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 46 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 end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when this MetadataStore was last updated.
46 47 48 49 50 51 52 53 54 55 56 57 58 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 46 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 end |