Interface BatchCreateRagDataSchemasRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchCreateRagDataSchemasRequest,BatchCreateRagDataSchemasRequest.Builder
@Generated
public interface BatchCreateRagDataSchemasRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequired.com.google.protobuf.ByteStringRequired.getRequests(int index) Required.intRequired.Required.getRequestsOrBuilder(int index) Required.List<? extends CreateRagDataSchemaRequestOrBuilder>Required.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getParent
String getParent()Required. The resource name of the RagCorpus to create the RagDataSchemas in. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The parent.
-
getParentBytes
com.google.protobuf.ByteString getParentBytes()Required. The resource name of the RagCorpus to create the RagDataSchemas in. Format: `projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }- Returns:
- The bytes for parent.
-
getRequestsList
List<CreateRagDataSchemaRequest> getRequestsList()Required. The request messages for [VertexRagDataService.CreateRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagDataSchema]. A maximum of 500 schemas can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagDataSchemaRequest requests = 2 [(.google.api.field_behavior) = REQUIRED]; -
getRequests
Required. The request messages for [VertexRagDataService.CreateRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagDataSchema]. A maximum of 500 schemas can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagDataSchemaRequest requests = 2 [(.google.api.field_behavior) = REQUIRED]; -
getRequestsCount
int getRequestsCount()Required. The request messages for [VertexRagDataService.CreateRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagDataSchema]. A maximum of 500 schemas can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagDataSchemaRequest requests = 2 [(.google.api.field_behavior) = REQUIRED]; -
getRequestsOrBuilderList
List<? extends CreateRagDataSchemaRequestOrBuilder> getRequestsOrBuilderList()Required. The request messages for [VertexRagDataService.CreateRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagDataSchema]. A maximum of 500 schemas can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagDataSchemaRequest requests = 2 [(.google.api.field_behavior) = REQUIRED]; -
getRequestsOrBuilder
Required. The request messages for [VertexRagDataService.CreateRagDataSchema][google.cloud.aiplatform.v1beta1.VertexRagDataService.CreateRagDataSchema]. A maximum of 500 schemas can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagDataSchemaRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
-