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.
7772 7773 7774 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7772 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
7770 7771 7772 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7770 def requests @requests end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7777 7778 7779 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 7777 def update!(**args) @requests = args[:requests] if args.key?(:requests) end |