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 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

      CreateRagDataSchemaRequest getRequests(int index)
       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

      CreateRagDataSchemaRequestOrBuilder getRequestsOrBuilder(int index)
       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];