Package com.google.genai.types
Class VertexMultimodalDatasetDestination
java.lang.Object
com.google.genai.JsonSerializable
com.google.genai.types.VertexMultimodalDatasetDestination
This class is experimental and may change in future versions.
The specification for an output Vertex AI multimodal dataset.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classBuilder for VertexMultimodalDatasetDestination. -
Field Summary
Fields inherited from class com.google.genai.JsonSerializable
MAX_READ_LENGTH_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe BigQuery destination for the multimodal dataset.builder()Instantiates a builder for VertexMultimodalDatasetDestination.The display name of the multimodal dataset.Deserializes a JSON string to a VertexMultimodalDatasetDestination object.Creates a builder with the same values as this instance.Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString
-
Constructor Details
-
VertexMultimodalDatasetDestination
public VertexMultimodalDatasetDestination()
-
-
Method Details
-
bigqueryDestination
The BigQuery destination for the multimodal dataset. -
displayName
The display name of the multimodal dataset. -
builder
Instantiates a builder for VertexMultimodalDatasetDestination. -
toBuilder
Creates a builder with the same values as this instance. -
fromJson
Deserializes a JSON string to a VertexMultimodalDatasetDestination object.
-