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.BatchJobDestination.Builder.clearBigqueryUri()Clears the value of bigqueryUri field.BatchJobDestination.Builder.clearFileName()Clears the value of fileName field.BatchJobDestination.Builder.clearFormat()Clears the value of format field.BatchJobDestination.Builder.clearGcsUri()Clears the value of gcsUri field.BatchJobDestination.Builder.clearInlinedEmbedContentResponses()Clears the value of inlinedEmbedContentResponses field.BatchJobDestination.Builder.clearInlinedResponses()Clears the value of inlinedResponses field.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.