public interface BatchCreateRagDataSchemasRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |
getRequests(int index)
public abstract CreateRagDataSchemaRequest getRequests(int index)Required. The request messages for 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRagDataSchemaRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. The request messages for 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];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<CreateRagDataSchemaRequest> getRequestsList()Required. The request messages for 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];
| Returns | |
|---|---|
| Type | Description |
List<CreateRagDataSchemaRequest> |
|
getRequestsOrBuilder(int index)
public abstract CreateRagDataSchemaRequestOrBuilder getRequestsOrBuilder(int index)Required. The request messages for 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];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRagDataSchemaRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends CreateRagDataSchemaRequestOrBuilder> getRequestsOrBuilderList()Required. The request messages for 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];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.CreateRagDataSchemaRequestOrBuilder> |
|