Interface PipelineTaskExecutorDetailOrBuilder

    • Method Detail

      • hasContainerDetail

        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];
        Returns:
        Whether the containerDetail field is set.
      • getContainerDetail

        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];
        Returns:
        The containerDetail.
      • getContainerDetailOrBuilder

        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];
      • hasCustomJobDetail

        boolean hasCustomJobDetail()
         Output only. The detailed info for a custom job executor.
         
        .google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        Whether the customJobDetail field is set.
      • getCustomJobDetail

        PipelineTaskExecutorDetail.CustomJobDetail getCustomJobDetail()
         Output only. The detailed info for a custom job executor.
         
        .google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The customJobDetail.
      • getCustomJobDetailOrBuilder

        PipelineTaskExecutorDetail.CustomJobDetailOrBuilder getCustomJobDetailOrBuilder()
         Output only. The detailed info for a custom job executor.
         
        .google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail.CustomJobDetail custom_job_detail = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];