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

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::ImportEvaluationsRequest.

Request message for EvaluationService.ImportEvaluations.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#conversation_list

def conversation_list() -> ::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ConversationList
Returns

#conversation_list=

def conversation_list=(value) -> ::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ConversationList
Parameter
Returns

#csv_content

def csv_content() -> ::String
Returns
  • (::String) — Raw bytes representing the csv file with the evaluations structure.

    Note: The following fields are mutually exclusive: csv_content, conversation_list, gcs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#csv_content=

def csv_content=(value) -> ::String
Parameter
  • value (::String) — Raw bytes representing the csv file with the evaluations structure.

    Note: The following fields are mutually exclusive: csv_content, conversation_list, gcs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::String) — Raw bytes representing the csv file with the evaluations structure.

    Note: The following fields are mutually exclusive: csv_content, conversation_list, gcs_uri. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_uri

def gcs_uri() -> ::String
Returns
  • (::String) — The Google Cloud Storage URI from which to import evaluations. The format of this URI must be gs://<bucket-name>/<object-name>.

    Note: The following fields are mutually exclusive: gcs_uri, conversation_list, csv_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_uri=

def gcs_uri=(value) -> ::String
Parameter
  • value (::String) — The Google Cloud Storage URI from which to import evaluations. The format of this URI must be gs://<bucket-name>/<object-name>.

    Note: The following fields are mutually exclusive: gcs_uri, conversation_list, csv_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 from which to import evaluations. The format of this URI must be gs://<bucket-name>/<object-name>.

    Note: The following fields are mutually exclusive: gcs_uri, conversation_list, csv_content. If a field in that set is populated, all other fields in the set will automatically be cleared.

#import_options

def import_options() -> ::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ImportOptions
Returns

#import_options=

def import_options=(value) -> ::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ImportOptions
Parameter
Returns

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The app to import the evaluations into. Format: projects/{project}/locations/{location}/apps/{app}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The app to import the evaluations into. Format: projects/{project}/locations/{location}/apps/{app}
Returns
  • (::String) — Required. The app to import the evaluations into. Format: projects/{project}/locations/{location}/apps/{app}