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

#job::String (readonly)

Returns Output only. The name of the CustomJob.

Returns:

  • (::String)

    Output only. The name of the CustomJob.



408
409
410
411
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 408

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