Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class GenericOperationMetadata.
Generic Metadata shared by all operations.
Generated from protobuf message google.cloud.aiplatform.v1.GenericOperationMetadata
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ partial_failures |
array<Google\Rpc\Status>
Output only. Partial failures encountered. E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details. |
↳ create_time |
Google\Protobuf\Timestamp
Output only. Time when the operation was created. |
↳ update_time |
Google\Protobuf\Timestamp
Output only. Time when the operation was updated for the last time. If the operation has finished (successfully or not), this is the finish time. |
getPartialFailures
Output only. Partial failures encountered.
E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Google\Rpc\Status> |
|
setPartialFailures
Output only. Partial failures encountered.
E.g. single files that couldn't be read. This field should never exceed 20 entries. Status details field will contain standard Google Cloud error details.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Rpc\Status>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCreateTime
Output only. Time when the operation was created.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasCreateTime
clearCreateTime
setCreateTime
Output only. Time when the operation was created.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpdateTime
Output only. Time when the operation was updated for the last time.
If the operation has finished (successfully or not), this is the finish time.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Timestamp|null |
|
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. Time when the operation was updated for the last time.
If the operation has finished (successfully or not), this is the finish time.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Protobuf\Timestamp
|
| Returns | |
|---|---|
| Type | Description |
$this |
|