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.



8721
8722
8723
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8721

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



8719
8720
8721
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8719

def requests
  @requests
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8726
8727
8728
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 8726

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