Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PipelineTaskExecutorDetail.
The runtime detail of a pipeline executor.
Generated from protobuf message google.cloud.aiplatform.v1.PipelineTaskExecutorDetail
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ container_detail |
PipelineTaskExecutorDetail\ContainerDetail
Output only. The detailed info for a container executor. |
↳ custom_job_detail |
PipelineTaskExecutorDetail\CustomJobDetail
Output only. The detailed info for a custom job executor. |
getContainerDetail
Output only. The detailed info for a container executor.
| Returns | |
|---|---|
| Type | Description |
PipelineTaskExecutorDetail\ContainerDetail|null |
|
hasContainerDetail
setContainerDetail
Output only. The detailed info for a container executor.
| Parameter | |
|---|---|
| Name | Description |
var |
PipelineTaskExecutorDetail\ContainerDetail
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomJobDetail
Output only. The detailed info for a custom job executor.
| Returns | |
|---|---|
| Type | Description |
PipelineTaskExecutorDetail\CustomJobDetail|null |
|
hasCustomJobDetail
setCustomJobDetail
Output only. The detailed info for a custom job executor.
| Parameter | |
|---|---|
| Name | Description |
var |
PipelineTaskExecutorDetail\CustomJobDetail
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDetails
| Returns | |
|---|---|
| Type | Description |
string |
|