public interface ExportEvaluationResultsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluationResultsCase()
public abstract ExportEvaluationResultsResponse.EvaluationResultsCase getEvaluationResultsCase()| Returns | |
|---|---|
| Type | Description |
ExportEvaluationResultsResponse.EvaluationResultsCase |
|
getEvaluationResultsContent()
public abstract ByteString getEvaluationResultsContent()The content of the exported Evaluation Results. This will be populated if gcs_uri was not specified in the request.
bytes evaluation_results_content = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The evaluationResultsContent. |
getEvaluationResultsUri()
public abstract String getEvaluationResultsUri()The Google Cloud Storage URI folder where the exported Evaluation Results were written. This will be populated if gcs_uri was specified in the request.
string evaluation_results_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The evaluationResultsUri. |
getEvaluationResultsUriBytes()
public abstract ByteString getEvaluationResultsUriBytes()The Google Cloud Storage URI folder where the exported Evaluation Results were written. This will be populated if gcs_uri was specified in the request.
string evaluation_results_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluationResultsUri. |
hasEvaluationResultsContent()
public abstract boolean hasEvaluationResultsContent()The content of the exported Evaluation Results. This will be populated if gcs_uri was not specified in the request.
bytes evaluation_results_content = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluationResultsContent field is set. |
hasEvaluationResultsUri()
public abstract boolean hasEvaluationResultsUri()The Google Cloud Storage URI folder where the exported Evaluation Results were written. This will be populated if gcs_uri was specified in the request.
string evaluation_results_uri = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluationResultsUri field is set. |