public interface ExportEvaluationRunsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEvaluationRunsCase()
public abstract ExportEvaluationRunsResponse.EvaluationRunsCase getEvaluationRunsCase()| Returns | |
|---|---|
| Type | Description |
ExportEvaluationRunsResponse.EvaluationRunsCase |
|
getEvaluationRunsContent()
public abstract ByteString getEvaluationRunsContent()The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.
bytes evaluation_runs_content = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The evaluationRunsContent. |
getEvaluationRunsUri()
public abstract String getEvaluationRunsUri()The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.
string evaluation_runs_uri = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The evaluationRunsUri. |
getEvaluationRunsUriBytes()
public abstract ByteString getEvaluationRunsUriBytes()The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.
string evaluation_runs_uri = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for evaluationRunsUri. |
hasEvaluationRunsContent()
public abstract boolean hasEvaluationRunsContent()The content of the exported Evaluation Runs. This will be populated if gcs_uri was not specified in the request.
bytes evaluation_runs_content = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluationRunsContent field is set. |
hasEvaluationRunsUri()
public abstract boolean hasEvaluationRunsUri()The Google Cloud Storage URI folder where the exported Evaluation Runs were written. This will be populated if gcs_uri was specified in the request.
string evaluation_runs_uri = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the evaluationRunsUri field is set. |