Package com.google.genai.types
Class VertexMultimodalDatasetDestination
-
- All Implemented Interfaces:
public abstract class VertexMultimodalDatasetDestination extends JsonSerializable
This class is experimental and may change in future versions.
The specification for an output Vertex AI multimodal dataset.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public abstract classVertexMultimodalDatasetDestination.BuilderBuilder for VertexMultimodalDatasetDestination.
-
Field Summary
Fields Modifier and Type Field Description public final static StringMAX_READ_LENGTH_PROPERTY
-
Constructor Summary
Constructors Constructor Description VertexMultimodalDatasetDestination()
-
Method Summary
Modifier and Type Method Description abstract Optional<String>bigqueryDestination()The BigQuery destination for the multimodal dataset. abstract Optional<String>displayName()The display name of the multimodal dataset. static VertexMultimodalDatasetDestination.Builderbuilder()Instantiates a builder for VertexMultimodalDatasetDestination. abstract VertexMultimodalDatasetDestination.BuildertoBuilder()Creates a builder with the same values as this instance. static VertexMultimodalDatasetDestinationfromJson(String jsonString)Deserializes a JSON string to a VertexMultimodalDatasetDestination object. -
Methods inherited from class com.google.genai.JsonSerializable
fromJsonNode, fromJsonString, objectMapper, setMaxReadLength, stringToJsonNode, toJson, toJsonNode, toJsonString -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
bigqueryDestination
abstract Optional<String> bigqueryDestination()
The BigQuery destination for the multimodal dataset.
-
displayName
abstract Optional<String> displayName()
The display name of the multimodal dataset.
-
builder
static VertexMultimodalDatasetDestination.Builder builder()
Instantiates a builder for VertexMultimodalDatasetDestination.
-
toBuilder
abstract VertexMultimodalDatasetDestination.Builder toBuilder()
Creates a builder with the same values as this instance.
-
fromJson
static VertexMultimodalDatasetDestination fromJson(String jsonString)
Deserializes a JSON string to a VertexMultimodalDatasetDestination object.
-
-
-
-