Package com.google.genai.types
Class EmbedContentMetadata
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.EmbedContentMetadata
Request-level metadata for the Vertex Embed Content API.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for EmbedContentMetadata. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVertex API only.static EmbedContentMetadata.Builderbuilder()Instantiates a builder for EmbedContentMetadata.static EmbedContentMetadataDeserializes a JSON string to a EmbedContentMetadata object.abstract EmbedContentMetadata.BuilderCreates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
stringToJsonNode, toJson
-
Constructor Details
-
EmbedContentMetadata
public EmbedContentMetadata()
-
-
Method Details
-
billableCharacterCount
Vertex API only. The total number of billable characters included in the request. -
builder
Instantiates a builder for EmbedContentMetadata. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a EmbedContentMetadata object.
-