Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateRagMetadataRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1BatchCreateRagMetadataRequest
- 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.BatchCreateRagMetadata.
Instance Attribute Summary collapse
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCreateRagMetadataRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1BatchCreateRagMetadataRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1BatchCreateRagMetadataRequest
Returns a new instance of GoogleCloudAiplatformV1beta1BatchCreateRagMetadataRequest.
2632 2633 2634 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2632 def initialize(**args) update!(**args) end |
Instance Attribute Details
#requests ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1CreateRagMetadataRequest>
Required. The request messages for VertexRagDataService.CreateRagMetadata. A
maximum of 500 rag file metadata can be created in a batch.
Corresponds to the JSON property requests
2630 2631 2632 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2630 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2637 2638 2639 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 2637 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |