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

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

Request message for EvaluationService.CreateEvaluationDataset.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#evaluation_dataset

def evaluation_dataset() -> ::Google::Cloud::Ces::V1beta::EvaluationDataset
Returns

#evaluation_dataset=

def evaluation_dataset=(value) -> ::Google::Cloud::Ces::V1beta::EvaluationDataset
Parameter
Returns

#evaluation_dataset_id

def evaluation_dataset_id() -> ::String
Returns
  • (::String) — Optional. The ID to use for the evaluation dataset, which will become the final component of the evaluation dataset's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.

#evaluation_dataset_id=

def evaluation_dataset_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The ID to use for the evaluation dataset, which will become the final component of the evaluation dataset's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.
Returns
  • (::String) — Optional. The ID to use for the evaluation dataset, which will become the final component of the evaluation dataset's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.

#parent

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

#parent=

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