Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API class Google::Cloud::Ces::V1beta::CreateEvaluationExpectationRequest.
Request message for EvaluationService.CreateEvaluationExpectation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation_expectation
def evaluation_expectation() -> ::Google::Cloud::Ces::V1beta::EvaluationExpectation
Returns
- (::Google::Cloud::Ces::V1beta::EvaluationExpectation) — Required. The evaluation expectation to create.
#evaluation_expectation=
def evaluation_expectation=(value) -> ::Google::Cloud::Ces::V1beta::EvaluationExpectation
Parameter
- value (::Google::Cloud::Ces::V1beta::EvaluationExpectation) — Required. The evaluation expectation to create.
Returns
- (::Google::Cloud::Ces::V1beta::EvaluationExpectation) — Required. The evaluation expectation to create.
#evaluation_expectation_id
def evaluation_expectation_id() -> ::String
Returns
- (::String) — Optional. The ID to use for the evaluation expectation, which will become the final component of the evaluation expectation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation expectation.
#evaluation_expectation_id=
def evaluation_expectation_id=(value) -> ::String
Parameter
- value (::String) — Optional. The ID to use for the evaluation expectation, which will become the final component of the evaluation expectation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation expectation.
Returns
- (::String) — Optional. The ID to use for the evaluation expectation, which will become the final component of the evaluation expectation's resource name. If not provided, a unique ID will be automatically assigned for the evaluation expectation.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The app to create the evaluation expectation for.
Format:
projects/{project}/locations/{location}/apps/{app}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The app to create the evaluation expectation for.
Format:
projects/{project}/locations/{location}/apps/{app}
Returns
-
(::String) — Required. The app to create the evaluation expectation for.
Format:
projects/{project}/locations/{location}/apps/{app}