Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource

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 Vertex Multimodal Dataset for the input content.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource

Returns a new instance of GoogleCloudAiplatformV1beta1VertexMultimodalDatasetSource.



63157
63158
63159
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63157

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

Instance Attribute Details

#dataset_nameString

Required. The resource name of the Vertex Dataset. Format: projects/project/ locations/location/datasets/dataset` Corresponds to the JSON propertydatasetName`

Returns:

  • (String)


63155
63156
63157
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63155

def dataset_name
  @dataset_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



63162
63163
63164
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 63162

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