Gemini Enterprise for Customer Experience V1BETA API - Class Google::Cloud::Ces::V1beta::ExportEvaluationsResponse (v0.1.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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}
Returns
  • (::Google::Protobuf::Map{::String => ::String}) — Output only. A map of evaluation resource names that could not be exported, to the reason why they failed.