Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ExportEvaluationsResponse.
Response message for EvaluationService.ExportEvaluations.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluations_content
def evaluations_content() -> ::String-
(::String) — The content of the exported Evaluations. This will be populated if
gcs_uri was not specified in the request.
Note: The following fields are mutually exclusive:
evaluations_content,evaluations_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#evaluations_content=
def evaluations_content=(value) -> ::String-
value (::String) — The content of the exported Evaluations. This will be populated if
gcs_uri was not specified in the request.
Note: The following fields are mutually exclusive:
evaluations_content,evaluations_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 Evaluations. This will be populated if
gcs_uri was not specified in the request.
Note: The following fields are mutually exclusive:
evaluations_content,evaluations_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.
#evaluations_uri
def evaluations_uri() -> ::String-
(::String) — The Google Cloud Storage URI folder where the exported evaluations were
written. This will be populated if gcs_uri was specified in the request.
Note: The following fields are mutually exclusive:
evaluations_uri,evaluations_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#evaluations_uri=
def evaluations_uri=(value) -> ::String-
value (::String) — The Google Cloud Storage URI folder where the exported evaluations were
written. This will be populated if gcs_uri was specified in the request.
Note: The following fields are mutually exclusive:
evaluations_uri,evaluations_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 evaluations were
written. This will be populated if gcs_uri was specified in the request.
Note: The following fields are mutually exclusive:
evaluations_uri,evaluations_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#failed_evaluations
def failed_evaluations() -> ::Google::Protobuf::Map{::String => ::String}- (::Google::Protobuf::Map{::String => ::String}) — Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.