Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateRagDataSchemasRequest

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

Request message for VertexRagDataService.BatchCreateRagDataSchemas.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCreateRagDataSchemasRequest

Returns a new instance of GoogleCloudAiplatformV1beta1BatchCreateRagDataSchemasRequest.



7376
7377
7378
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7376

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

Instance Attribute Details

#requestsArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateRagDataSchemaRequest>

Required. The request messages for VertexRagDataService.CreateRagDataSchema. A maximum of 500 schemas can be created in a batch. Corresponds to the JSON property requests



7374
7375
7376
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7374

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7381
7382
7383
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7381

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