Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class Status.
Runtime status of the deployed model.
Generated from protobuf message google.cloud.aiplatform.v1.DeployedModel.Status
Namespace
Google \ Cloud \ AIPlatform \ V1 \ DeployedModelMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ message |
string
Output only. The latest deployed model's status message (if any). |
↳ last_update_time |
Google\Protobuf\Timestamp
Output only. The time at which the status was last updated. |
↳ available_replica_count |
int
Output only. The number of available replicas of the deployed model. |
getMessage
Output only. The latest deployed model's status message (if any).
| Returns | |
|---|---|
| Type | Description |
string |
|
setMessage
Output only. The latest deployed model's status message (if any).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLastUpdateTime
Output only. The time at which the status was last updated.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasLastUpdateTime
clearLastUpdateTime
setLastUpdateTime
Output only. The time at which the status was last updated.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAvailableReplicaCount
Output only. The number of available replicas of the deployed model.
| Returns | |
|---|---|
| Type | Description |
int |
|
setAvailableReplicaCount
Output only. The number of available replicas of the deployed model.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|