Google Cloud Ai Platform V1 Client - Class CustomJobDetail (0.29.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class CustomJobDetail.

The detailed info for a custom job executor.

Generated from protobuf message google.cloud.aiplatform.v1.PipelineTaskExecutorDetail.CustomJobDetail

Namespace

Google \ Cloud \ AIPlatform \ V1 \ PipelineTaskExecutorDetail

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ job string

Output only. The name of the CustomJob.

↳ failed_jobs array

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

getJob

Output only. The name of the CustomJob.

Returns
TypeDescription
string

setJob

Output only. The name of the CustomJob.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFailedJobs

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setFailedJobs

Output only. The names of the previously failed CustomJob. The list includes the all attempts in chronological order.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this