Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail.
The runtime detail of a pipeline executor.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#container_detail
def container_detail() -> ::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail
-
(::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::ContainerDetail) — 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.
#custom_job_detail
def custom_job_detail() -> ::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail
-
(::Google::Cloud::AIPlatform::V1::PipelineTaskExecutorDetail::CustomJobDetail) — 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.