Package com.google.genai.types
Class VertexMultimodalDatasetDestination.Builder
java.lang.Object
com.google.genai.types.VertexMultimodalDatasetDestination.Builder
- Enclosing class:
- VertexMultimodalDatasetDestination
Builder for VertexMultimodalDatasetDestination.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbigqueryDestination(String bigqueryDestination) Setter for bigqueryDestination.abstract VertexMultimodalDatasetDestinationbuild()Clears the value of bigqueryDestination field.Clears the value of displayName field.displayName(String displayName) Setter for displayName.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bigqueryDestination
public abstract VertexMultimodalDatasetDestination.Builder bigqueryDestination(String bigqueryDestination) Setter for bigqueryDestination.bigqueryDestination: The BigQuery destination for the multimodal dataset.
-
clearBigqueryDestination
Clears the value of bigqueryDestination field. -
displayName
Setter for displayName.displayName: The display name of the multimodal dataset.
-
clearDisplayName
Clears the value of displayName field. -
build
-