Google Cloud Ai Platform V1 Client - Class PipelineTaskExecutorDetail (0.30.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
NameDescription
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
TypeDescription
Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\ContainerDetail|null

hasContainerDetail

setContainerDetail

Output only. The detailed info for a container executor.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\ContainerDetail
Returns
TypeDescription
$this

getCustomJobDetail

Output only. The detailed info for a custom job executor.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\CustomJobDetail|null

hasCustomJobDetail

setCustomJobDetail

Output only. The detailed info for a custom job executor.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\PipelineTaskExecutorDetail\CustomJobDetail
Returns
TypeDescription
$this

getDetails

Returns
TypeDescription
string