public static interface PipelineTaskExecutorDetail.ContainerDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMainJob()
Output only. The name of the [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main container execution.
string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getMainJobBytes()
Output only. The name of the [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the main container execution.
string main_job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
String getPreCachingCheckJob()
Output only. The name of the [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the pre-caching-check container execution. This job will be available if the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.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) = { ... }
com.google.protobuf.ByteString getPreCachingCheckJobBytes()
Output only. The name of the [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the pre-caching-check container execution. This job will be available if the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.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) = { ... }
List<String> getFailedMainJobsList()
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.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];
int getFailedMainJobsCount()
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.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];
String getFailedMainJobs(int index)
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.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];
index - The index of the element to return.com.google.protobuf.ByteString getFailedMainJobsBytes(int index)
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.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];
index - The index of the value to return.List<String> getFailedPreCachingCheckJobsList()
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the pre-caching-check container executions. This job will be available if the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.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];
int getFailedPreCachingCheckJobsCount()
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the pre-caching-check container executions. This job will be available if the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.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];
String getFailedPreCachingCheckJobs(int index)
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the pre-caching-check container executions. This job will be available if the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.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];
index - The index of the element to return.com.google.protobuf.ByteString getFailedPreCachingCheckJobsBytes(int index)
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1beta1.CustomJob] for the pre-caching-check container executions. This job will be available if the [PipelineJob.pipeline_spec][google.cloud.aiplatform.v1beta1.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];
index - The index of the value to return.Copyright © 2024 Google LLC. All rights reserved.