Google Cloud Ai Platform V1 Client - Class PipelineTaskExecutorDetail (0.10.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

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.

Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

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

hasContainerDetail

setContainerDetail

Output only. The detailed info for a container executor.

Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

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

getCustomJobDetail

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

Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

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

hasCustomJobDetail

setCustomJobDetail

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

Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];

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

getDetails

Returns
TypeDescription
string