Cloud AI Platform v1 API - Class PipelineTaskExecutorDetail.Types.CustomJobDetail (2.27.0)

public sealed class PipelineTaskExecutorDetail.Types.CustomJobDetail : IMessage<PipelineTaskExecutorDetail.Types.CustomJobDetail>, IEquatable<PipelineTaskExecutorDetail.Types.CustomJobDetail>, IDeepCloneable<PipelineTaskExecutorDetail.Types.CustomJobDetail>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class PipelineTaskExecutorDetail.Types.CustomJobDetail.

The detailed info for a custom job executor.

Inheritance

object > PipelineTaskExecutorDetail.Types.CustomJobDetail

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CustomJobDetail()

public CustomJobDetail()

CustomJobDetail(CustomJobDetail)

public CustomJobDetail(PipelineTaskExecutorDetail.Types.CustomJobDetail other)
Parameter
NameDescription
otherPipelineTaskExecutorDetailTypesCustomJobDetail

Properties

FailedJobs

public RepeatedField<string> FailedJobs { get; }

Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1.CustomJob]. The list includes the all attempts in chronological order.

Property Value
TypeDescription
RepeatedFieldstring

Job

public string Job { get; set; }

Output only. The name of the [CustomJob][google.cloud.aiplatform.v1.CustomJob].

Property Value
TypeDescription
string