Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ExportEvaluationRunsResponse.
Response message for [EvaluationService.ExportEvaluationRuns][google.cloud.ces.v1beta.EvaluationService.ExportEvaluationRuns].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation_runs_content
def evaluation_runs_content() -> ::String-
(::String) — The content of the exported Evaluation Runs. This will be populated if
gcs_uri was not specified in the request.
Note: The following fields are mutually exclusive:
evaluation_runs_content,evaluation_runs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#evaluation_runs_content=
def evaluation_runs_content=(value) -> ::String-
value (::String) — The content of the exported Evaluation Runs. This will be populated if
gcs_uri was not specified in the request.
Note: The following fields are mutually exclusive:
evaluation_runs_content,evaluation_runs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — The content of the exported Evaluation Runs. This will be populated if
gcs_uri was not specified in the request.
Note: The following fields are mutually exclusive:
evaluation_runs_content,evaluation_runs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#evaluation_runs_uri
def evaluation_runs_uri() -> ::String-
(::String) — 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.
Note: The following fields are mutually exclusive:
evaluation_runs_uri,evaluation_runs_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#evaluation_runs_uri=
def evaluation_runs_uri=(value) -> ::String-
value (::String) — 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.
Note: The following fields are mutually exclusive:
evaluation_runs_uri,evaluation_runs_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — 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.
Note: The following fields are mutually exclusive:
evaluation_runs_uri,evaluation_runs_content. If a field in that set is populated, all other fields in the set will automatically be cleared.