Builder

public abstract class Builder

Builder for ComputeTokensParameters.

Constructors

Link copied to clipboard

Functions

Link copied to clipboard
public abstract ComputeTokensParameters build()
Link copied to clipboard
@CanIgnoreReturnValue()
public ComputeTokensParameters.Builder clearConfig()
Clears the value of config field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ComputeTokensParameters.Builder clearContents()
Clears the value of contents field.
Link copied to clipboard
@CanIgnoreReturnValue()
public ComputeTokensParameters.Builder clearModel()
Clears the value of model field.
Link copied to clipboard
Setter for config.
@CanIgnoreReturnValue()
public ComputeTokensParameters.Builder config(ComputeTokensConfig.Builder configBuilder)
Setter for config builder.
Link copied to clipboard
@CanIgnoreReturnValue()
public ComputeTokensParameters.Builder contents(Array<Content> contents)
Setter for contents.
@CanIgnoreReturnValue()
public ComputeTokensParameters.Builder contents(Array<Content.Builder> contentsBuilders)
Setter for contents builder.
Link copied to clipboard
Setter for model.