Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::CreateEvaluationRequest.
Request message for EvaluationService.CreateEvaluation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation
def evaluation() -> ::Google::Cloud::Ces::V1beta::Evaluation
Returns
- (::Google::Cloud::Ces::V1beta::Evaluation) — Required. The evaluation to create.
#evaluation=
def evaluation=(value) -> ::Google::Cloud::Ces::V1beta::Evaluation
Parameter
- value (::Google::Cloud::Ces::V1beta::Evaluation) — Required. The evaluation to create.
Returns
- (::Google::Cloud::Ces::V1beta::Evaluation) — Required. The evaluation to create.
#evaluation_id
def evaluation_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the evaluation, which will become the final component of the evaluation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation.
#evaluation_id=
def evaluation_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the evaluation, which will become the final component of the evaluation'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, which will become the final component of the evaluation'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}