Builder

public abstract class Builder

Builder for BatchJobDestination.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract BatchJobDestination.Builder bigqueryUri(String bigqueryUri)
Setter for bigqueryUri.
Link copied to clipboard
public abstract BatchJobDestination build()
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder clearBigqueryUri()
Clears the value of bigqueryUri field.
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder clearFileName()
Clears the value of fileName field.
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder clearFormat()
Clears the value of format field.
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder clearGcsUri()
Clears the value of gcsUri field.
Link copied to clipboard
Clears the value of inlinedEmbedContentResponses field.
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder clearInlinedResponses()
Clears the value of inlinedResponses field.
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder clearVertexDataset()
Clears the value of vertexDataset field.
Link copied to clipboard
public abstract BatchJobDestination.Builder fileName(String fileName)
Setter for fileName.
Link copied to clipboard
public abstract BatchJobDestination.Builder format(String format)
Setter for format.
Link copied to clipboard
public abstract BatchJobDestination.Builder gcsUri(String gcsUri)
Setter for gcsUri.
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedEmbedContentResponses(Array<InlinedEmbedContentResponse> inlinedEmbedContentResponses)
Setter for inlinedEmbedContentResponses.
@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedEmbedContentResponses(Array<InlinedEmbedContentResponse.Builder> inlinedEmbedContentResponsesBuilders)
Setter for inlinedEmbedContentResponses builder.
Link copied to clipboard
@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedResponses(Array<InlinedResponse> inlinedResponses)
Setter for inlinedResponses.
@CanIgnoreReturnValue()
public BatchJobDestination.Builder inlinedResponses(Array<InlinedResponse.Builder> inlinedResponsesBuilders)
Setter for inlinedResponses builder.
Link copied to clipboard
Setter for vertexDataset.
@CanIgnoreReturnValue()
public BatchJobDestination.Builder vertexDataset(VertexMultimodalDatasetDestination.Builder vertexDatasetBuilder)
Setter for vertexDataset builder.