public interface ImportRagFilesRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getImportRagFilesConfig()
public abstract ImportRagFilesConfig getImportRagFilesConfig()
Required. The config for the RagFiles to be synced and imported into the RagCorpus. VertexRagDataService.ImportRagFiles.
.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig import_rag_files_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ImportRagFilesConfig |
The importRagFilesConfig. |
getImportRagFilesConfigOrBuilder()
public abstract ImportRagFilesConfigOrBuilder getImportRagFilesConfigOrBuilder()
Required. The config for the RagFiles to be synced and imported into the RagCorpus. VertexRagDataService.ImportRagFiles.
.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig import_rag_files_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ImportRagFilesConfigOrBuilder |
getParent()
public abstract String getParent()
Required. The name of the RagCorpus resource into which to import files.
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 name of the RagCorpus resource into which to import files.
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. |
hasImportRagFilesConfig()
public abstract boolean hasImportRagFilesConfig()
Required. The config for the RagFiles to be synced and imported into the RagCorpus. VertexRagDataService.ImportRagFiles.
.google.cloud.aiplatform.v1beta1.ImportRagFilesConfig import_rag_files_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the importRagFilesConfig field is set. |