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 documentation for the `CreateEvaluationJobRequest` class within the Google Cloud Data Labeling v1beta1 API, detailing its structure and functionality."],["The `CreateEvaluationJobRequest` class is used to create evaluation jobs and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the class is `2.0.0-beta05`, and it inherits from `object`, while also providing methods like `GetHashCode`, `GetType`, and `ToString` from the base class."],["The `CreateEvaluationJobRequest` class has two constructors, a default one, and another that accepts an instance of itself to clone, and two properties `Job` and `Parent`, and a `ParentAsProjectName` property."],["The `Job` property represents the evaluation job to create and is required, while the `Parent` property is also required, representing the parent resource name, and `ParentAsProjectName` represents a typed view of the `Parent` property."]]],[]]