Builder

public abstract class Builder

Builder for EmbedContentParametersPrivate.

Constructors

Functions

Link copied to clipboard
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder clearConfig()
Clears the value of config field.
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder clearContent()
Clears the value of content field.
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder clearContents()
Clears the value of contents field.
Link copied to clipboard
Clears the value of embeddingApiType field.
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder clearModel()
Clears the value of model field.
Link copied to clipboard
Setter for config.
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder config(EmbedContentConfig.Builder configBuilder)
Setter for config builder.
Link copied to clipboard
Setter for content.
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder content(Content.Builder contentBuilder)
Setter for content builder.
Link copied to clipboard
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder contents(Array<Content> contents)
Setter for contents.
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder contents(Array<Content.Builder> contentsBuilders)
Setter for contents builder.
Link copied to clipboard
Setter for embeddingApiType.
Setter for embeddingApiType given a known enum.
@CanIgnoreReturnValue()
public EmbedContentParametersPrivate.Builder embeddingApiType(String embeddingApiType)
Setter for embeddingApiType given a string.
Link copied to clipboard
Setter for model.