Class: Google::Cloud::AIPlatform::V1::PipelineJobDetail

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 runtime detail of PipelineJob.

Instance Attribute Summary collapse

Instance Attribute Details

#pipeline_context::Google::Cloud::AIPlatform::V1::Context (readonly)

Returns Output only. The context of the pipeline.

Returns:



261
262
263
264
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 261

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

#pipeline_run_context::Google::Cloud::AIPlatform::V1::Context (readonly)

Returns Output only. The context of the current pipeline run.

Returns:



261
262
263
264
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 261

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

#task_details::Array<::Google::Cloud::AIPlatform::V1::PipelineTaskDetail> (readonly)

Returns Output only. The runtime details of the tasks under the pipeline.

Returns:



261
262
263
264
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 261

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