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.



48758
48759
48760
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 48758

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)


48756
48757
48758
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 48756

def dataset_name
  @dataset_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



48763
48764
48765
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 48763

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