public sealed class CreateEvaluationJobRequest : IMessage<CreateEvaluationJobRequest>, IEquatable<CreateEvaluationJobRequest>, IDeepCloneable<CreateEvaluationJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class CreateEvaluationJobRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document provides reference information for the `CreateEvaluationJobRequest` class within the Data Labeling v1beta1 API, specifically for the .NET environment, with the latest version being 2.0.0-beta05."],["The `CreateEvaluationJobRequest` class is used to create a request message for creating a new evaluation job, as part of the Google Cloud Data Labeling API."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, with the constructor allowing for creating a new instance or cloning from an existing `CreateEvaluationJobRequest` object."],["The `CreateEvaluationJobRequest` class requires properties like `Job`, which is the evaluation job to create, and `Parent`, which specifies the parent resource (project) for the evaluation job, along with `ParentAsProjectName` which is the project name typed view of the `Parent` property."],["The class is found within the `Google.Cloud.DataLabeling.V1Beta1` namespace and is included in the `Google.Cloud.DataLabeling.V1Beta1.dll` assembly."]]],[]]