Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MetadataStoreMetadataStoreState
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1MetadataStoreMetadataStoreState
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
Represents state information for a MetadataStore.
Instance Attribute Summary collapse
-
#disk_utilization_bytes ⇒ Fixnum
The disk utilization of the MetadataStore in bytes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1MetadataStoreMetadataStoreState
constructor
A new instance of GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1MetadataStoreMetadataStoreState
Returns a new instance of GoogleCloudAiplatformV1MetadataStoreMetadataStoreState.
14189 14190 14191 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14189 def initialize(**args) update!(**args) end |
Instance Attribute Details
#disk_utilization_bytes ⇒ Fixnum
The disk utilization of the MetadataStore in bytes.
Corresponds to the JSON property diskUtilizationBytes
14187 14188 14189 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14187 def disk_utilization_bytes @disk_utilization_bytes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
14194 14195 14196 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 14194 def update!(**args) @disk_utilization_bytes = args[:disk_utilization_bytes] if args.key?(:disk_utilization_bytes) end |