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.



58112
58113
58114
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 58112

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)


58110
58111
58112
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 58110

def dataset_name
  @dataset_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



58117
58118
58119
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 58117

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