Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
- 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
-
#bigquery_destination ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination
The BigQuery location for the output content.
-
#display_name ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
constructor
A new instance of GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination
Returns a new instance of GoogleCloudAiplatformV1beta1VertexMultimodalDatasetDestination.
63136 63137 63138 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63136 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_destination ⇒ Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BigQueryDestination
The BigQuery location for the output content.
Corresponds to the JSON property bigqueryDestination
63129 63130 63131 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63129 def bigquery_destination @bigquery_destination end |
#display_name ⇒ String
Optional. Display name of the output dataset.
Corresponds to the JSON property displayName
63134 63135 63136 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63134 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
63141 63142 63143 63144 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63141 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @display_name = args[:display_name] if args.key?(:display_name) end |