Uses of Class
com.google.cloud.aiplatform.v1beta1.Example.Builder
Packages that use Example.Builder
-
Uses of Example.Builder in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Example.BuilderModifier and TypeMethodDescriptionFetchExamplesResponse.Builder.addExamplesBuilder()The examples in the Example Store that satisfy the metadata filters.FetchExamplesResponse.Builder.addExamplesBuilder(int index) The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.addExamplesBuilder()Required.UpsertExamplesRequest.Builder.addExamplesBuilder(int index) Required.Example.Builder.clear()Example.Builder.clearCreateTime()Output only.Example.Builder.clearDisplayName()Optional.Example.Builder.clearExampleId()Optional.Example.Builder.clearExampleType()Example.Builder.clearStoredContentsExample()An example of chat history and its expected outcome to be used with GenerateContent.SearchExamplesResponse.SimilarExample.Builder.getExampleBuilder()The example that is similar to the searched query.UpsertExamplesResponse.UpsertResult.Builder.getExampleBuilder()The example created/updated successfully.FetchExamplesResponse.Builder.getExamplesBuilder(int index) The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.getExamplesBuilder(int index) Required.Example.Builder.mergeCreateTime(com.google.protobuf.Timestamp value) Output only.Example.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Example.Builder.mergeFrom(com.google.protobuf.Message other) Example.Builder.mergeStoredContentsExample(StoredContentsExample value) An example of chat history and its expected outcome to be used with GenerateContent.static Example.BuilderExample.newBuilder()static Example.BuilderExample.newBuilder(Example prototype) Example.newBuilderForType()protected Example.BuilderExample.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Example.Builder.setCreateTime(com.google.protobuf.Timestamp value) Output only.Example.Builder.setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue) Output only.Example.Builder.setDisplayName(String value) Optional.Example.Builder.setDisplayNameBytes(com.google.protobuf.ByteString value) Optional.Example.Builder.setExampleId(String value) Optional.Example.Builder.setExampleIdBytes(com.google.protobuf.ByteString value) Optional.Example.Builder.setStoredContentsExample(StoredContentsExample value) An example of chat history and its expected outcome to be used with GenerateContent.Example.Builder.setStoredContentsExample(StoredContentsExample.Builder builderForValue) An example of chat history and its expected outcome to be used with GenerateContent.Example.toBuilder()Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Example.BuilderModifier and TypeMethodDescriptionFetchExamplesResponse.Builder.getExamplesBuilderList()The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.getExamplesBuilderList()Required.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Example.BuilderModifier and TypeMethodDescriptionFetchExamplesResponse.Builder.addExamples(int index, Example.Builder builderForValue) 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.UpsertExamplesRequest.Builder.addExamples(int index, Example.Builder builderForValue) Required.UpsertExamplesRequest.Builder.addExamples(Example.Builder builderForValue) Required.SearchExamplesResponse.SimilarExample.Builder.setExample(Example.Builder builderForValue) The example that is similar to the searched query.UpsertExamplesResponse.UpsertResult.Builder.setExample(Example.Builder builderForValue) The example created/updated successfully.FetchExamplesResponse.Builder.setExamples(int index, Example.Builder builderForValue) The examples in the Example Store that satisfy the metadata filters.UpsertExamplesRequest.Builder.setExamples(int index, Example.Builder builderForValue) Required.