Class: Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb

Overview

The detailed info for a custom job executor.

Instance Attribute Summary collapse

Instance Attribute Details

#failed_jobs::Array<::String> (readonly)

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

Returns:

  • (::Array<::String>)

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



450
451
452
453
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 450

class CustomJobDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#job::String (readonly)

Returns Output only. The name of the CustomJob.

Returns:

  • (::String)

    Output only. The name of the CustomJob.



450
451
452
453
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 450

class CustomJobDetail
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end