Interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder

    • Method Detail

      • getMainJob

        String getMainJob()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container
         execution.
         
        string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The mainJob.
      • getMainJobBytes

        com.google.protobuf.ByteString getMainJobBytes()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container
         execution.
         
        string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for mainJob.
      • getPreCachingCheckJob

        String getPreCachingCheckJob()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the
         pre-caching-check container execution. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events.
         
        string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The preCachingCheckJob.
      • getPreCachingCheckJobBytes

        com.google.protobuf.ByteString getPreCachingCheckJobBytes()
         Output only. The name of the
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the
         pre-caching-check container execution. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events.
         
        string pre_caching_check_job = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for preCachingCheckJob.
      • getFailedMainJobsList

        List<String> getFailedMainJobsList()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container
         executions. The list includes the all attempts in chronological order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        A list containing the failedMainJobs.
      • getFailedMainJobsCount

        int getFailedMainJobsCount()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container
         executions. The list includes the all attempts in chronological order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The count of failedMainJobs.
      • getFailedMainJobs

        String getFailedMainJobs​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container
         executions. The list includes the all attempts in chronological order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index of the element to return.
        Returns:
        The failedMainJobs at the given index.
      • getFailedMainJobsBytes

        com.google.protobuf.ByteString getFailedMainJobsBytes​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the main container
         executions. The list includes the all attempts in chronological order.
         
        repeated string failed_main_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the failedMainJobs at the given index.
      • getFailedPreCachingCheckJobsList

        List<String> getFailedPreCachingCheckJobsList()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        A list containing the failedPreCachingCheckJobs.
      • getFailedPreCachingCheckJobsCount

        int getFailedPreCachingCheckJobsCount()
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        The count of failedPreCachingCheckJobs.
      • getFailedPreCachingCheckJobs

        String getFailedPreCachingCheckJobs​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index of the element to return.
        Returns:
        The failedPreCachingCheckJobs at the given index.
      • getFailedPreCachingCheckJobsBytes

        com.google.protobuf.ByteString getFailedPreCachingCheckJobsBytes​(int index)
         Output only. The names of the previously failed
         [CustomJob][google.cloud.aiplatform.v1.CustomJob] for the
         pre-caching-check container executions. This job will be available if the
         [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1.PipelineJob.pipeline_spec]
         specifies the `pre_caching_check` hook in the lifecycle events. The list
         includes the all attempts in chronological order.
         
        repeated string failed_pre_caching_check_jobs = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the failedPreCachingCheckJobs at the given index.