public interface UploadRagFileResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getError()
public abstract Status getError()The error that occurred while processing the RagFile.
.google.rpc.Status error = 4;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The error. |
getErrorOrBuilder()
public abstract StatusOrBuilder getErrorOrBuilder()The error that occurred while processing the RagFile.
.google.rpc.Status error = 4;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getRagFile()
public abstract RagFile getRagFile()The RagFile that had been uploaded into the RagCorpus.
.google.cloud.aiplatform.v1.RagFile rag_file = 1;
| Returns | |
|---|---|
| Type | Description |
RagFile |
The ragFile. |
getRagFileOrBuilder()
public abstract RagFileOrBuilder getRagFileOrBuilder()The RagFile that had been uploaded into the RagCorpus.
.google.cloud.aiplatform.v1.RagFile rag_file = 1;
| Returns | |
|---|---|
| Type | Description |
RagFileOrBuilder |
|
getResultCase()
public abstract UploadRagFileResponse.ResultCase getResultCase()| Returns | |
|---|---|
| Type | Description |
UploadRagFileResponse.ResultCase |
|
hasError()
public abstract boolean hasError()The error that occurred while processing the RagFile.
.google.rpc.Status error = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |
hasRagFile()
public abstract boolean hasRagFile()The RagFile that had been uploaded into the RagCorpus.
.google.cloud.aiplatform.v1.RagFile rag_file = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ragFile field is set. |