Google Cloud Ai Platform V1 Client - Class PipelineTaskExecutorDetail (0.24.0)

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 \ V1

Methods

__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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.