Class: Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail

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 a pipeline executor.

Defined Under Namespace

Classes: ContainerDetail, CustomJobDetail

Instance Attribute Summary collapse

Instance Attribute Details

#container_detail::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail (readonly)

Returns Output only. The detailed info for a container executor.

Returns:



404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
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
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 404

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.

Returns:



404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
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
# File 'proto_docs/google/cloud/aiplatform/v1/pipeline_job.rb', line 404

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