Uses of Class
com.google.cloud.aiplatform.v1beta1.Example
Packages that use Example
-
Uses of Example in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ExampleModifier and TypeMethodDescriptionExample.Builder.build()Example.Builder.buildPartial()static ExampleExample.getDefaultInstance()Example.Builder.getDefaultInstanceForType()Example.getDefaultInstanceForType()SearchExamplesResponse.SimilarExample.Builder.getExample()The example that is similar to the searched query.SearchExamplesResponse.SimilarExample.getExample()The example that is similar to the searched query.SearchExamplesResponse.SimilarExampleOrBuilder.getExample()The example that is similar to the searched query.UpsertExamplesResponse.UpsertResult.Builder.getExample()The example created/updated successfully.UpsertExamplesResponse.UpsertResult.getExample()The example created/updated successfully.UpsertExamplesResponse.UpsertResultOrBuilder.getExample()The example created/updated successfully.FetchExamplesResponse.Builder.getExamples(int index) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.getExamples(int index) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponseOrBuilder.getExamples(int index) The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.getExamples(int index) Required.UpsertExamplesRequest.getExamples(int index) Required.UpsertExamplesRequestOrBuilder.getExamples(int index) Required.static ExampleExample.parseDelimitedFrom(InputStream input) static ExampleExample.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(byte[] data) static ExampleExample.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(com.google.protobuf.ByteString data) static ExampleExample.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(com.google.protobuf.CodedInputStream input) static ExampleExample.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(InputStream input) static ExampleExample.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static ExampleExample.parseFrom(ByteBuffer data) static ExampleExample.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ExampleModifier and TypeMethodDescriptionFetchExamplesResponse.Builder.getExamplesList()The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.getExamplesList()The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponseOrBuilder.getExamplesList()The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.getExamplesList()Required.UpsertExamplesRequest.getExamplesList()Required.UpsertExamplesRequestOrBuilder.getExamplesList()Required.com.google.protobuf.Parser<Example>Example.getParserForType()static com.google.protobuf.Parser<Example>Example.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ExampleModifier and TypeMethodDescriptionFetchExamplesResponse.Builder.addExamples(int index, Example value) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.addExamples(Example value) The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.addExamples(int index, Example value) Required.UpsertExamplesRequest.Builder.addExamples(Example value) Required.SearchExamplesResponse.SimilarExample.Builder.mergeExample(Example value) The example that is similar to the searched query.UpsertExamplesResponse.UpsertResult.Builder.mergeExample(Example value) The example created/updated successfully.static Example.BuilderExample.newBuilder(Example prototype) SearchExamplesResponse.SimilarExample.Builder.setExample(Example value) The example that is similar to the searched query.UpsertExamplesResponse.UpsertResult.Builder.setExample(Example value) The example created/updated successfully.FetchExamplesResponse.Builder.setExamples(int index, Example value) The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.setExamples(int index, Example value) Required.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ExampleModifier and TypeMethodDescriptionFetchExamplesResponse.Builder.addAllExamples(Iterable<? extends Example> values) The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.addAllExamples(Iterable<? extends Example> values) Required.