GroundingToolCount

public final class GroundingToolCount

The number of grounding tool counts.

Types

Link copied to clipboard
public final class Builder

A builder for GroundingToolCount.

Link copied to clipboard
public final class Type implements Enum

The grounding tool type associated with the count.

Functions

Link copied to clipboard
public final Map<String, JsonValue> _additionalProperties()
Link copied to clipboard
public final JsonField<Integer> _count()

Returns the raw JSON value of count.

Link copied to clipboard
public final JsonField<Usage.GroundingToolCount.Type> _type()

Returns the raw JSON value of type.

Link copied to clipboard

Returns a mutable builder for constructing an instance of GroundingToolCount.

Link copied to clipboard
public final Optional<Integer> count()

The number of grounding tool counts.

Link copied to clipboard
public Boolean equals(Object other)
Link copied to clipboard
public Integer hashCode()
Link copied to clipboard
public final Boolean isValid()
Link copied to clipboard
Link copied to clipboard
public String toString()
Link copied to clipboard

The grounding tool type associated with the count.

Link copied to clipboard