public static interface PipelineTaskExecutorDetail.CustomJobDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFailedJobs(int index)
Output only.
|
com.google.protobuf.ByteString |
getFailedJobsBytes(int index)
Output only.
|
int |
getFailedJobsCount()
Output only.
|
List<String> |
getFailedJobsList()
Output only.
|
String |
getJob()
Output only.
|
com.google.protobuf.ByteString |
getJobBytes()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJob()
Output only. The name of the [CustomJob][google.cloud.aiplatform.v1.CustomJob].
string job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getJobBytes()
Output only. The name of the [CustomJob][google.cloud.aiplatform.v1.CustomJob].
string job = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
List<String> getFailedJobsList()
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1.CustomJob]. The list includes the all attempts in chronological order.
repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];int getFailedJobsCount()
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1.CustomJob]. The list includes the all attempts in chronological order.
repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];String getFailedJobs(int index)
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1.CustomJob]. The list includes the all attempts in chronological order.
repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the element to return.com.google.protobuf.ByteString getFailedJobsBytes(int index)
Output only. The names of the previously failed [CustomJob][google.cloud.aiplatform.v1.CustomJob]. The list includes the all attempts in chronological order.
repeated string failed_jobs = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.