Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateRagDataSchemasRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateRagDataSchemasRequest
- 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
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCreateRagDataSchemasRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1BatchCreateRagDataSchemasRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#requests ⇒ Array<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 |