Package com.google.cloud.aiplatform.v1
Interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineTaskExecutorDetail.ContainerDetail
,PipelineTaskExecutorDetail.ContainerDetail.Builder
- Enclosing class:
- PipelineTaskExecutorDetail
public static interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getFailedMainJobs(int index)
Output only.com.google.protobuf.ByteString
getFailedMainJobsBytes(int index)
Output only.int
getFailedMainJobsCount()
Output only.List<String>
getFailedMainJobsList()
Output only.String
getFailedPreCachingCheckJobs(int index)
Output only.com.google.protobuf.ByteString
getFailedPreCachingCheckJobsBytes(int index)
Output only.int
getFailedPreCachingCheckJobsCount()
Output only.List<String>
getFailedPreCachingCheckJobsList()
Output only.String
getMainJob()
Output only.com.google.protobuf.ByteString
getMainJobBytes()
Output only.String
getPreCachingCheckJob()
Output only.com.google.protobuf.ByteString
getPreCachingCheckJobBytes()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
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.
-
-