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.
373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 373 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}. 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.
373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 |
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 373 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}. class CustomJobDetail include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |