public sealed class CreateEvaluationRequest : IMessage<CreateEvaluationRequest>, IEquatable<CreateEvaluationRequest>, IDeepCloneable<CreateEvaluationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class CreateEvaluationRequest.
Request message for
[EvaluationService.CreateEvaluation][google.cloud.discoveryengine.v1beta.EvaluationService.CreateEvaluation]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eCreateEvaluationRequest\u003c/code\u003e class is part of the Google Cloud Discovery Engine v1beta API, and is used to represent a request for creating an evaluation.\u003c/p\u003e\n"],["\u003cp\u003eThis class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e interfaces.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties such as \u003ccode\u003eEvaluation\u003c/code\u003e, which represents the Evaluation to be created, and \u003ccode\u003eParent\u003c/code\u003e, which represents the parent resource location for this request.\u003c/p\u003e\n"],["\u003cp\u003eTwo constructors are available, one default constructor, and another that allows you to pass another \u003ccode\u003eCreateEvaluationRequest\u003c/code\u003e to instantiate a new object.\u003c/p\u003e\n"],["\u003cp\u003eThe request is used for the \u003ccode\u003eEvaluationService.CreateEvaluation\u003c/code\u003e method in Google Cloud Discovery Engine.\u003c/p\u003e\n"]]],[],null,["# Discovery Engine v1beta API - Class CreateEvaluationRequest (1.0.0-beta19)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta19 (latest)](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.CreateEvaluationRequest)\n- [1.0.0-beta18](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/1.0.0-beta18/Google.Cloud.DiscoveryEngine.V1Beta.CreateEvaluationRequest) \n\n public sealed class CreateEvaluationRequest : IMessage\u003cCreateEvaluationRequest\u003e, IEquatable\u003cCreateEvaluationRequest\u003e, IDeepCloneable\u003cCreateEvaluationRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Discovery Engine v1beta API class CreateEvaluationRequest.\n\nRequest message for\n\\[EvaluationService.CreateEvaluation\\]\\[google.cloud.discoveryengine.v1beta.EvaluationService.CreateEvaluation\\]\nmethod. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateEvaluationRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateEvaluationRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.CreateEvaluationRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateEvaluationRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.CreateEvaluationRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateEvaluationRequest](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.CreateEvaluationRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.DiscoveryEngine.V1Beta](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.DiscoveryEngine.V1Beta.dll\n\nConstructors\n------------\n\n### CreateEvaluationRequest()\n\n public CreateEvaluationRequest()\n\n### CreateEvaluationRequest(CreateEvaluationRequest)\n\n public CreateEvaluationRequest(CreateEvaluationRequest other)\n\nProperties\n----------\n\n### Evaluation\n\n public Evaluation Evaluation { get; set; }\n\nRequired. The \\[Evaluation\\]\\[google.cloud.discoveryengine.v1beta.Evaluation\\]\nto create.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. The parent resource name, such as\n`projects/{project}/locations/{location}`.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.LocationName)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.DiscoveryEngine.V1Beta/latest/Google.Cloud.DiscoveryEngine.V1Beta.CreateEvaluationRequest#Google_Cloud_DiscoveryEngine_V1Beta_CreateEvaluationRequest_Parent) resource name property."]]