Class: Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb
Overview
The runtime detail of a pipeline executor.
Defined Under Namespace
Classes: ContainerDetail, CustomJobDetail
Instance Attribute Summary collapse
-
#container_detail ⇒ ::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail
readonly
Output only.
-
#custom_job_detail ⇒ ::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail
readonly
Output only.
Instance Attribute Details
#container_detail ⇒ ::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail (readonly)
Returns Output only. The detailed info for a container executor.
Note: The following fields are mutually exclusive: container_detail, custom_job_detail. If a field in that set is populated, all other fields in the set will automatically be cleared.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 421 class PipelineTaskExecutorDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The detail of a container execution. It contains the job names of the # lifecycle of a container execution. # @!attribute [r] main_job # @return [::String] # Output only. The name of the # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the main container # execution. # @!attribute [r] pre_caching_check_job # @return [::String] # Output only. The name of the # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the # pre-caching-check container execution. This job will be available if the # {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} # specifies the `pre_caching_check` hook in the lifecycle events. # @!attribute [r] failed_main_jobs # @return [::Array<::String>] # Output only. The names of the previously failed # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the main container # executions. The list includes the all attempts in chronological order. # @!attribute [r] failed_pre_caching_check_jobs # @return [::Array<::String>] # Output only. The names of the previously failed # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the # pre-caching-check container executions. This job will be available if the # {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} # specifies the `pre_caching_check` hook in the lifecycle events. The list # includes the all attempts in chronological order. class ContainerDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The detailed info for a custom job executor. # @!attribute [r] job # @return [::String] # Output only. The name of the # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob}. # @!attribute [r] failed_jobs # @return [::Array<::String>] # Output only. The names of the previously failed # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob}. The list includes the # all attempts in chronological order. class CustomJobDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#custom_job_detail ⇒ ::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail (readonly)
Returns Output only. The detailed info for a custom job executor.
Note: The following fields are mutually exclusive: custom_job_detail, container_detail. If a field in that set is populated, all other fields in the set will automatically be cleared.
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 421 class PipelineTaskExecutorDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The detail of a container execution. It contains the job names of the # lifecycle of a container execution. # @!attribute [r] main_job # @return [::String] # Output only. The name of the # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the main container # execution. # @!attribute [r] pre_caching_check_job # @return [::String] # Output only. The name of the # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the # pre-caching-check container execution. This job will be available if the # {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} # specifies the `pre_caching_check` hook in the lifecycle events. # @!attribute [r] failed_main_jobs # @return [::Array<::String>] # Output only. The names of the previously failed # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the main container # executions. The list includes the all attempts in chronological order. # @!attribute [r] failed_pre_caching_check_jobs # @return [::Array<::String>] # Output only. The names of the previously failed # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob} for the # pre-caching-check container executions. This job will be available if the # {::Google::Cloud::AIPlatform::V1::PipelineJob#pipeline_spec PipelineJob.pipeline_spec} # specifies the `pre_caching_check` hook in the lifecycle events. The list # includes the all attempts in chronological order. class ContainerDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end # The detailed info for a custom job executor. # @!attribute [r] job # @return [::String] # Output only. The name of the # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob}. # @!attribute [r] failed_jobs # @return [::Array<::String>] # Output only. The names of the previously failed # {::Google::Cloud::AIPlatform::V1::CustomJob CustomJob}. The list includes the # all attempts in chronological order. class CustomJobDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |