public interface UpsertExamplesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
UpsertExamplesResponse.UpsertResult |
getResults(int index)
A list of results for creating/updating.
|
int |
getResultsCount()
A list of results for creating/updating.
|
List<UpsertExamplesResponse.UpsertResult> |
getResultsList()
A list of results for creating/updating.
|
UpsertExamplesResponse.UpsertResultOrBuilder |
getResultsOrBuilder(int index)
A list of results for creating/updating.
|
List<? extends UpsertExamplesResponse.UpsertResultOrBuilder> |
getResultsOrBuilderList()
A list of results for creating/updating.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<UpsertExamplesResponse.UpsertResult> getResultsList()
A list of results for creating/updating. It's either a successfully created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
UpsertExamplesResponse.UpsertResult getResults(int index)
A list of results for creating/updating. It's either a successfully created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
int getResultsCount()
A list of results for creating/updating. It's either a successfully created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
List<? extends UpsertExamplesResponse.UpsertResultOrBuilder> getResultsOrBuilderList()
A list of results for creating/updating. It's either a successfully created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
UpsertExamplesResponse.UpsertResultOrBuilder getResultsOrBuilder(int index)
A list of results for creating/updating. It's either a successfully created/updated example or a status with an error message.
repeated .google.cloud.aiplatform.v1beta1.UpsertExamplesResponse.UpsertResult results = 1;
Copyright © 2025 Google LLC. All rights reserved.