Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1VertexMultimodalDatasetSource

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1VertexMultimodalDatasetSource

Returns a new instance of GoogleCloudAiplatformV1VertexMultimodalDatasetSource.



46624
46625
46626
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46624

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)


46622
46623
46624
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46622

def dataset_name
  @dataset_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



46629
46630
46631
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 46629

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