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-
(::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ConversationList) — The conversations to import the evaluations from.
Note: The following fields are mutually exclusive:
conversation_list,gcs_uri,csv_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#conversation_list=
def conversation_list=(value) -> ::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ConversationList-
value (::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ConversationList) — The conversations to import the evaluations from.
Note: The following fields are mutually exclusive:
conversation_list,gcs_uri,csv_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ConversationList) — The conversations to import the evaluations from.
Note: The following fields are mutually exclusive:
conversation_list,gcs_uri,csv_content. If a field in that set is populated, all other fields in the set will automatically be cleared.
#csv_content
def csv_content() -> ::String-
(::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-
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.
-
(::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-
(::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-
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.
-
(::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- (::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ImportOptions) — Optional. Options governing the import process for the evaluations.
#import_options=
def import_options=(value) -> ::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ImportOptions- value (::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ImportOptions) — Optional. Options governing the import process for the evaluations.
- (::Google::Cloud::Ces::V1beta::ImportEvaluationsRequest::ImportOptions) — Optional. Options governing the import process for the evaluations.
#parent
def parent() -> ::String-
(::String) — Required. The app to import the evaluations into.
Format:
projects/{project}/locations/{location}/apps/{app}
#parent=
def parent=(value) -> ::String-
value (::String) — Required. The app to import the evaluations into.
Format:
projects/{project}/locations/{location}/apps/{app}
-
(::String) — Required. The app to import the evaluations into.
Format:
projects/{project}/locations/{location}/apps/{app}