public interface UpsertExamplesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Example |
getExamples(int index)
Required.
|
int |
getExamplesCount()
Required.
|
List<Example> |
getExamplesList()
Required.
|
ExampleOrBuilder |
getExamplesOrBuilder(int index)
Required.
|
List<? extends ExampleOrBuilder> |
getExamplesOrBuilderList()
Required.
|
String |
getExampleStore()
Required.
|
com.google.protobuf.ByteString |
getExampleStoreBytes()
Required.
|
boolean |
getOverwrite()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getExampleStore()
Required. The name of the ExampleStore resource that examples are added to
or updated in. Format:
`projects/{project}/locations/{location}/exampleStores/{example_store}`
string example_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getExampleStoreBytes()
Required. The name of the ExampleStore resource that examples are added to
or updated in. Format:
`projects/{project}/locations/{location}/exampleStores/{example_store}`
string example_store = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<Example> getExamplesList()
Required. A list of examples to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 2 [(.google.api.field_behavior) = REQUIRED];
Example getExamples(int index)
Required. A list of examples to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 2 [(.google.api.field_behavior) = REQUIRED];
int getExamplesCount()
Required. A list of examples to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends ExampleOrBuilder> getExamplesOrBuilderList()
Required. A list of examples to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 2 [(.google.api.field_behavior) = REQUIRED];
ExampleOrBuilder getExamplesOrBuilder(int index)
Required. A list of examples to be created/updated.
repeated .google.cloud.aiplatform.v1beta1.Example examples = 2 [(.google.api.field_behavior) = REQUIRED];
boolean getOverwrite()
Optional. A flag indicating whether an example can be overwritten if it already exists. If False (default) and the example already exists, the example will not be updated. This does not affect behavior if the example does not exist already.
bool overwrite = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.