Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class MetadataStoreState.
Represents state information for a MetadataStore.
Generated from protobuf message google.cloud.aiplatform.v1.MetadataStore.MetadataStoreState
Namespace
Google \ Cloud \ AIPlatform \ V1 \ MetadataStoreMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ disk_utilization_bytes |
int|string
The disk utilization of the MetadataStore in bytes. |
getDiskUtilizationBytes
The disk utilization of the MetadataStore in bytes.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setDiskUtilizationBytes
The disk utilization of the MetadataStore in bytes.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|