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.



2612
2613
2614
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2612

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



2610
2611
2612
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2610

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2617
2618
2619
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2617

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