Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::CreateEvaluationRequest.
Request message for EvaluationService.CreateEvaluation method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#evaluation
def evaluation() -> ::Google::Cloud::DiscoveryEngine::V1beta::Evaluation
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Evaluation) — Required. The Evaluation to create.
#evaluation=
def evaluation=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::Evaluation
Parameter
- value (::Google::Cloud::DiscoveryEngine::V1beta::Evaluation) — Required. The Evaluation to create.
Returns
- (::Google::Cloud::DiscoveryEngine::V1beta::Evaluation) — Required. The Evaluation to create.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}
.
Returns
-
(::String) — Required. The parent resource name, such as
projects/{project}/locations/{location}
.