Class: Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail
- 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
-
#failed_jobs ⇒ ::Array<::String>
readonly
Output only.
-
#job ⇒ ::String
readonly
Output only.
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.
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 |