Class: Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail

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 detail of a container execution. It contains the job names of the lifecycle of a container execution.

Instance Attribute Summary collapse

Instance Attribute Details

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



439
440
441
442
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 439

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

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



439
440
441
442
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 439

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

#main_job::String (readonly)



439
440
441
442
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 439

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

#pre_caching_check_job::String (readonly)



439
440
441
442
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 439

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