public interface BatchCreateRagMetadataRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParent()
public abstract String getParent() Required. The parent resource where the RagMetadata will be created.
Format:
projects/{project_number}/locations/{location_id}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}
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 parent resource where the RagMetadata will be created.
Format:
projects/{project_number}/locations/{location_id}/ragCorpora/{rag_corpus}/ragFiles/{rag_file}
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 CreateRagMetadataRequest getRequests(int index)Required. The request messages for VertexRagDataService.CreateRagMetadata. A maximum of 500 rag file metadata can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagMetadataRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRagMetadataRequest |
|
getRequestsCount()
public abstract int getRequestsCount()Required. The request messages for VertexRagDataService.CreateRagMetadata. A maximum of 500 rag file metadata can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagMetadataRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
|
getRequestsList()
public abstract List<CreateRagMetadataRequest> getRequestsList()Required. The request messages for VertexRagDataService.CreateRagMetadata. A maximum of 500 rag file metadata can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagMetadataRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<CreateRagMetadataRequest> |
|
getRequestsOrBuilder(int index)
public abstract CreateRagMetadataRequestOrBuilder getRequestsOrBuilder(int index)Required. The request messages for VertexRagDataService.CreateRagMetadata. A maximum of 500 rag file metadata can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagMetadataRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
CreateRagMetadataRequestOrBuilder |
|
getRequestsOrBuilderList()
public abstract List<? extends CreateRagMetadataRequestOrBuilder> getRequestsOrBuilderList()Required. The request messages for VertexRagDataService.CreateRagMetadata. A maximum of 500 rag file metadata can be created in a batch.
repeated .google.cloud.aiplatform.v1beta1.CreateRagMetadataRequest requests = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.CreateRagMetadataRequestOrBuilder> |
|