| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1 |
| Modifier and Type | Method and Description |
|---|---|
Example |
Example.Builder.build() |
Example |
Example.Builder.buildPartial() |
static Example |
Example.getDefaultInstance() |
Example |
Example.getDefaultInstanceForType() |
Example |
Example.Builder.getDefaultInstanceForType() |
Example |
UpsertExamplesResponse.UpsertResultOrBuilder.getExample()
The example created/updated successfully.
|
Example |
UpsertExamplesResponse.UpsertResult.getExample()
The example created/updated successfully.
|
Example |
UpsertExamplesResponse.UpsertResult.Builder.getExample()
The example created/updated successfully.
|
Example |
SearchExamplesResponse.SimilarExampleOrBuilder.getExample()
The example that is similar to the searched query.
|
Example |
SearchExamplesResponse.SimilarExample.getExample()
The example that is similar to the searched query.
|
Example |
SearchExamplesResponse.SimilarExample.Builder.getExample()
The example that is similar to the searched query.
|
Example |
UpsertExamplesRequest.getExamples(int index)
Required.
|
Example |
UpsertExamplesRequest.Builder.getExamples(int index)
Required.
|
Example |
FetchExamplesResponseOrBuilder.getExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
|
Example |
UpsertExamplesRequestOrBuilder.getExamples(int index)
Required.
|
Example |
FetchExamplesResponse.getExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
|
Example |
FetchExamplesResponse.Builder.getExamples(int index)
The examples in the Example Store that satisfy the metadata filters.
|
static Example |
Example.parseDelimitedFrom(InputStream input) |
static Example |
Example.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(byte[] data) |
static Example |
Example.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(ByteBuffer data) |
static Example |
Example.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(com.google.protobuf.ByteString data) |
static Example |
Example.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(com.google.protobuf.CodedInputStream input) |
static Example |
Example.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(InputStream input) |
static Example |
Example.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Example> |
UpsertExamplesRequest.getExamplesList()
Required.
|
List<Example> |
UpsertExamplesRequest.Builder.getExamplesList()
Required.
|
List<Example> |
FetchExamplesResponseOrBuilder.getExamplesList()
The examples in the Example Store that satisfy the metadata filters.
|
List<Example> |
UpsertExamplesRequestOrBuilder.getExamplesList()
Required.
|
List<Example> |
FetchExamplesResponse.getExamplesList()
The examples in the Example Store that satisfy the metadata filters.
|
List<Example> |
FetchExamplesResponse.Builder.getExamplesList()
The examples in the Example Store that satisfy the metadata filters.
|
com.google.protobuf.Parser<Example> |
Example.getParserForType() |
static com.google.protobuf.Parser<Example> |
Example.parser() |
| Modifier and Type | Method and Description |
|---|---|
UpsertExamplesRequest.Builder |
UpsertExamplesRequest.Builder.addExamples(Example value)
Required.
|
FetchExamplesResponse.Builder |
FetchExamplesResponse.Builder.addExamples(Example value)
The examples in the Example Store that satisfy the metadata filters.
|
UpsertExamplesRequest.Builder |
UpsertExamplesRequest.Builder.addExamples(int index,
Example value)
Required.
|
FetchExamplesResponse.Builder |
FetchExamplesResponse.Builder.addExamples(int index,
Example value)
The examples in the Example Store that satisfy the metadata filters.
|
UpsertExamplesResponse.UpsertResult.Builder |
UpsertExamplesResponse.UpsertResult.Builder.mergeExample(Example value)
The example created/updated successfully.
|
SearchExamplesResponse.SimilarExample.Builder |
SearchExamplesResponse.SimilarExample.Builder.mergeExample(Example value)
The example that is similar to the searched query.
|
Example.Builder |
Example.Builder.mergeFrom(Example other) |
static Example.Builder |
Example.newBuilder(Example prototype) |
UpsertExamplesResponse.UpsertResult.Builder |
UpsertExamplesResponse.UpsertResult.Builder.setExample(Example value)
The example created/updated successfully.
|
SearchExamplesResponse.SimilarExample.Builder |
SearchExamplesResponse.SimilarExample.Builder.setExample(Example value)
The example that is similar to the searched query.
|
UpsertExamplesRequest.Builder |
UpsertExamplesRequest.Builder.setExamples(int index,
Example value)
Required.
|
FetchExamplesResponse.Builder |
FetchExamplesResponse.Builder.setExamples(int index,
Example value)
The examples in the Example Store that satisfy the metadata filters.
|
| Modifier and Type | Method and Description |
|---|---|
UpsertExamplesRequest.Builder |
UpsertExamplesRequest.Builder.addAllExamples(Iterable<? extends Example> values)
Required.
|
FetchExamplesResponse.Builder |
FetchExamplesResponse.Builder.addAllExamples(Iterable<? extends Example> values)
The examples in the Example Store that satisfy the metadata filters.
|
Copyright © 2025 Google LLC. All rights reserved.