public interface UploadRagFileRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
RagFile |
getRagFile()
Required.
|
RagFileOrBuilder |
getRagFileOrBuilder()
Required.
|
UploadRagFileConfig |
getUploadRagFileConfig()
Required.
|
UploadRagFileConfigOrBuilder |
getUploadRagFileConfigOrBuilder()
Required.
|
boolean |
hasRagFile()
Required.
|
boolean |
hasUploadRagFileConfig()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the RagCorpus resource into which to upload the file.
Format:
`projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The name of the RagCorpus resource into which to upload the file.
Format:
`projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasRagFile()
Required. The RagFile to upload.
.google.cloud.aiplatform.v1beta1.RagFile rag_file = 2 [(.google.api.field_behavior) = REQUIRED];
RagFile getRagFile()
Required. The RagFile to upload.
.google.cloud.aiplatform.v1beta1.RagFile rag_file = 2 [(.google.api.field_behavior) = REQUIRED];
RagFileOrBuilder getRagFileOrBuilder()
Required. The RagFile to upload.
.google.cloud.aiplatform.v1beta1.RagFile rag_file = 2 [(.google.api.field_behavior) = REQUIRED];
boolean hasUploadRagFileConfig()
Required. The config for the RagFiles to be uploaded into the RagCorpus. [VertexRagDataService.UploadRagFile][google.cloud.aiplatform.v1beta1.VertexRagDataService.UploadRagFile].
.google.cloud.aiplatform.v1beta1.UploadRagFileConfig upload_rag_file_config = 5 [(.google.api.field_behavior) = REQUIRED];
UploadRagFileConfig getUploadRagFileConfig()
Required. The config for the RagFiles to be uploaded into the RagCorpus. [VertexRagDataService.UploadRagFile][google.cloud.aiplatform.v1beta1.VertexRagDataService.UploadRagFile].
.google.cloud.aiplatform.v1beta1.UploadRagFileConfig upload_rag_file_config = 5 [(.google.api.field_behavior) = REQUIRED];
UploadRagFileConfigOrBuilder getUploadRagFileConfigOrBuilder()
Required. The config for the RagFiles to be uploaded into the RagCorpus. [VertexRagDataService.UploadRagFile][google.cloud.aiplatform.v1beta1.VertexRagDataService.UploadRagFile].
.google.cloud.aiplatform.v1beta1.UploadRagFileConfig upload_rag_file_config = 5 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2024 Google LLC. All rights reserved.