Uses of Class
com.google.cloud.aiplatform.v1beta1.FetchExamplesResponse.Builder
Packages that use FetchExamplesResponse.Builder
-
Uses of FetchExamplesResponse.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return FetchExamplesResponse.BuilderModifier and TypeMethodDescriptionFetchExamplesResponse.Builder.addAllExamples(Iterable<? extends Example> values) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.addExamples(int index, Example value) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.addExamples(int index, Example.Builder builderForValue) 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.FetchExamplesResponse.Builder.addExamples(Example.Builder builderForValue) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.clear()FetchExamplesResponse.Builder.clearExamples()The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.clearNextPageToken()A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page.FetchExamplesResponse.Builder.mergeFrom(FetchExamplesResponse other) FetchExamplesResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) FetchExamplesResponse.Builder.mergeFrom(com.google.protobuf.Message other) FetchExamplesResponse.newBuilder()FetchExamplesResponse.newBuilder(FetchExamplesResponse prototype) FetchExamplesResponse.newBuilderForType()protected FetchExamplesResponse.BuilderFetchExamplesResponse.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) FetchExamplesResponse.Builder.removeExamples(int index) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.setExamples(int index, Example value) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.setExamples(int index, Example.Builder builderForValue) The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.setNextPageToken(String value) A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page.FetchExamplesResponse.Builder.setNextPageTokenBytes(com.google.protobuf.ByteString value) A token, which can be sent as [FetchExamplesRequest.page_token][] to retrieve the next page.FetchExamplesResponse.toBuilder()