Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::VertexMultimodalDatasetDestination.
The details for a Vertex Multimodal Dataset output.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_destination
def bigquery_destination() -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
Returns
- (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset.
#bigquery_destination=
def bigquery_destination=(value) -> ::Google::Cloud::AIPlatform::V1::BigQueryDestination
Parameter
- value (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset.
Returns
- (::Google::Cloud::AIPlatform::V1::BigQueryDestination) — Optional. The destination of the underlying BigQuery table that will be created for the output Multimodal Dataset. If not specified, the BigQuery table will be created in a default BigQuery dataset.
#display_name
def display_name() -> ::String
Returns
- (::String) — Optional. Display name of the output dataset.
#display_name=
def display_name=(value) -> ::String
Parameter
- value (::String) — Optional. Display name of the output dataset.
Returns
- (::String) — Optional. Display name of the output dataset.