public interface PipelineTaskExecutorDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getContainerDetail()
public abstract PipelineTaskExecutorDetail.ContainerDetail getContainerDetail()Output only. The detailed info for a container executor.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| PipelineTaskExecutorDetail.ContainerDetail | The containerDetail. |
getContainerDetailOrBuilder()
public abstract PipelineTaskExecutorDetail.ContainerDetailOrBuilder getContainerDetailOrBuilder()Output only. The detailed info for a container executor.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| PipelineTaskExecutorDetail.ContainerDetailOrBuilder |
getCustomJobDetail() (deprecated)
public abstract PipelineTaskExecutorDetail.CustomJobDetail getCustomJobDetail()Deprecated. google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.custom_job_detail is deprecated. See google/cloud/aiplatform/v1beta1/pipeline_job.proto;l=359
Output only. The detailed info for a custom job executor.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| PipelineTaskExecutorDetail.CustomJobDetail | The customJobDetail. |
getCustomJobDetailOrBuilder()
public abstract PipelineTaskExecutorDetail.CustomJobDetailOrBuilder getCustomJobDetailOrBuilder()Output only. The detailed info for a custom job executor.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| PipelineTaskExecutorDetail.CustomJobDetailOrBuilder |
getDetailsCase()
public abstract PipelineTaskExecutorDetail.DetailsCase getDetailsCase()| Type | Description |
| PipelineTaskExecutorDetail.DetailsCase |
hasContainerDetail()
public abstract boolean hasContainerDetail()Output only. The detailed info for a container executor.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.ContainerDetail container_detail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the containerDetail field is set. |
hasCustomJobDetail() (deprecated)
public abstract boolean hasCustomJobDetail()Deprecated. google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.custom_job_detail is deprecated. See google/cloud/aiplatform/v1beta1/pipeline_job.proto;l=359
Output only. The detailed info for a custom job executor.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [deprecated = true, (.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the customJobDetail field is set. |