Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb

Overview

The details for a Vertex Multimodal Dataset output.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination

Returns a new instance of GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination.



57880
57881
57882
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57880

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#bigquery_destinationGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination

The BigQuery location for the output content. Corresponds to the JSON property bigqueryDestination



57873
57874
57875
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57873

def bigquery_destination
  @bigquery_destination
end

#display_nameString

Optional. Display name of the output dataset. Corresponds to the JSON property displayName

Returns:

  • (String)


57878
57879
57880
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57878

def display_name
  @display_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



57885
57886
57887
57888
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57885

def update!(**args)
  @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination)
  @display_name = args[:display_name] if args.key?(:display_name)
end