Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
- 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 Vertex Multimodal Dataset for the input content.
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
constructor
A new instance of GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource
Returns a new instance of GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource.
57901 57902 57903 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57901 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataset_name ⇒ String
Required. The resource name of the Vertex Dataset. Format: projects/project/
locations/location/datasets/dataset`
Corresponds to the JSON propertydatasetName`
57899 57900 57901 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57899 def dataset_name @dataset_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
57906 57907 57908 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 57906 def update!(**args) @dataset_name = args[:dataset_name] if args.key?(:dataset_name) end |