Class: Google::Cloud::AIPlatform::V1::PipelineJobDetail
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PipelineJobDetail
- 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
-
#pipeline_context ⇒ ::Google::Cloud::AIPlatform::V1::Context
readonly
Output only.
-
#pipeline_run_context ⇒ ::Google::Cloud::AIPlatform::V1::Context
readonly
Output only.
-
#task_details ⇒ ::Array<::Google::Cloud::AIPlatform::V1::PipelineTaskDetail>
readonly
Output only.
Instance Attribute Details
#pipeline_context ⇒ ::Google::Cloud::AIPlatform::V1::Context (readonly)
Returns Output only. The context of the pipeline.
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.
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.
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 |