Uses of Class
com.google.genai.types.BatchJobDestination.Builder
Packages that use BatchJobDestination.Builder
-
Uses of BatchJobDestination.Builder in com.google.genai.types
Methods in com.google.genai.types that return BatchJobDestination.BuilderModifier and TypeMethodDescriptionabstract BatchJobDestination.BuilderBatchJobDestination.Builder.bigqueryUri(String bigqueryUri) Setter for bigqueryUri.static BatchJobDestination.BuilderBatchJobDestination.builder()Instantiates a builder for BatchJobDestination.abstract BatchJobDestination.BuilderSetter for fileName.abstract BatchJobDestination.BuilderSetter for format.abstract BatchJobDestination.BuilderSetter for gcsUri.BatchJobDestination.Builder.inlinedEmbedContentResponses(InlinedEmbedContentResponse... inlinedEmbedContentResponses) Setter for inlinedEmbedContentResponses.BatchJobDestination.Builder.inlinedEmbedContentResponses(InlinedEmbedContentResponse.Builder... inlinedEmbedContentResponsesBuilders) Setter for inlinedEmbedContentResponses builder.abstract BatchJobDestination.BuilderBatchJobDestination.Builder.inlinedEmbedContentResponses(List<InlinedEmbedContentResponse> inlinedEmbedContentResponses) Setter for inlinedEmbedContentResponses.BatchJobDestination.Builder.inlinedResponses(InlinedResponse... inlinedResponses) Setter for inlinedResponses.BatchJobDestination.Builder.inlinedResponses(InlinedResponse.Builder... inlinedResponsesBuilders) Setter for inlinedResponses builder.abstract BatchJobDestination.BuilderBatchJobDestination.Builder.inlinedResponses(List<InlinedResponse> inlinedResponses) Setter for inlinedResponses.abstract BatchJobDestination.BuilderBatchJobDestination.toBuilder()Creates a builder with the same values as this instance.Methods in com.google.genai.types with parameters of type BatchJobDestination.BuilderModifier and TypeMethodDescriptionBatchJob.Builder.dest(BatchJobDestination.Builder destBuilder) Setter for dest builder.CreateBatchJobConfig.Builder.dest(BatchJobDestination.Builder destBuilder) Setter for dest builder.