Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1/classes.rb,
lib/google/apis/aiplatform_v1/representations.rb,
lib/google/apis/aiplatform_v1/representations.rb
Overview
The details for a Vertex Multimodal Dataset output.
Instance Attribute Summary collapse
-
#bigquery_destination ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryDestination
The BigQuery location for the output content.
-
#display_name ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
constructor
A new instance of GoogleCloudAiplatformV1VertexMultimodalDatasetDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1VertexMultimodalDatasetDestination
Returns a new instance of GoogleCloudAiplatformV1VertexMultimodalDatasetDestination.
46603 46604 46605 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46603 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bigquery_destination ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1BigQueryDestination
The BigQuery location for the output content.
Corresponds to the JSON property bigqueryDestination
46596 46597 46598 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46596 def bigquery_destination @bigquery_destination end |
#display_name ⇒ String
Optional. Display name of the output dataset.
Corresponds to the JSON property displayName
46601 46602 46603 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46601 def display_name @display_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
46608 46609 46610 46611 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46608 def update!(**args) @bigquery_destination = args[:bigquery_destination] if args.key?(:bigquery_destination) @display_name = args[:display_name] if args.key?(:display_name) end |