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.



67013
67014
67015
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 67013

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)


67011
67012
67013
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 67011

def dataset_name
  @dataset_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



67018
67019
67020
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 67018

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