Class: Google::Cloud::AIPlatform::V1::MetadataStore::MetadataStoreState
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::MetadataStore::MetadataStoreState
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/metadata_store.rb
Overview
Represents state information for a MetadataStore.
Instance Attribute Summary collapse
-
#disk_utilization_bytes ⇒ ::Integer
The disk utilization of the MetadataStore in bytes.
Instance Attribute Details
#disk_utilization_bytes ⇒ ::Integer
Returns The disk utilization of the MetadataStore in bytes.
57 58 59 60 |
# File 'proto_docs/google/cloud/aiplatform/v1/metadata_store.rb', line 57 class MetadataStoreState include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |