Interface VertexMultimodalDatasetDestinationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VertexMultimodalDatasetDestination, VertexMultimodalDatasetDestination.Builder

@Generated public interface VertexMultimodalDatasetDestinationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasBigqueryDestination

      boolean hasBigqueryDestination()
       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.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      Whether the bigqueryDestination field is set.
    • getBigqueryDestination

      BigQueryDestination getBigqueryDestination()
       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.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bigqueryDestination.
    • getBigqueryDestinationOrBuilder

      BigQueryDestinationOrBuilder getBigqueryDestinationOrBuilder()
       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.
       
      .google.cloud.aiplatform.v1.BigQueryDestination bigquery_destination = 1 [(.google.api.field_behavior) = OPTIONAL];
    • getDisplayName

      String getDisplayName()
       Optional. Display name of the output dataset.
       
      string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The displayName.
    • getDisplayNameBytes

      com.google.protobuf.ByteString getDisplayNameBytes()
       Optional. Display name of the output dataset.
       
      string display_name = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for displayName.