Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetSource
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetSource
- 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 Vertex Multimodal Dataset for the input content.
Instance Attribute Summary collapse
-
#dataset_name ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1VertexMultimodalDatasetSource
constructor
A new instance of GoogleCloudAiplatformV1VertexMultimodalDatasetSource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1VertexMultimodalDatasetSource
Returns a new instance of GoogleCloudAiplatformV1VertexMultimodalDatasetSource.
46908 46909 46910 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46908 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`
46906 46907 46908 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46906 def dataset_name @dataset_name end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
46913 46914 46915 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46913 def update!(**args) @dataset_name = args[:dataset_name] if args.key?(:dataset_name) end |