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 |
Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\ContainerDetail
Output only. The detailed info for a container executor. |
↳ custom_job_detail |
Google\Cloud\AIPlatform\V1\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 |
Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\ContainerDetail|null |
hasContainerDetail
setContainerDetail
Output only. The detailed info for a container executor.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\ContainerDetail
|
Returns | |
---|---|
Type | Description |
$this |
getCustomJobDetail
Output only. The detailed info for a custom job executor.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\CustomJobDetail|null |
hasCustomJobDetail
setCustomJobDetail
Output only. The detailed info for a custom job executor.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\CustomJobDetail
|
Returns | |
---|---|
Type | Description |
$this |
getDetails
Returns | |
---|---|
Type | Description |
string |