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
- (::Google::Cloud::Ces::V1beta::EvaluationDataset) — Required. The evaluation dataset to create.
#evaluation_dataset=
def evaluation_dataset=(value) -> ::Google::Cloud::Ces::V1beta::EvaluationDataset
Parameter
- value (::Google::Cloud::Ces::V1beta::EvaluationDataset) — Required. The evaluation dataset to create.
Returns
- (::Google::Cloud::Ces::V1beta::EvaluationDataset) — Required. The evaluation dataset to create.
#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}