public sealed class AddTrialMeasurementRequest : IMessage<AddTrialMeasurementRequest>, IEquatable<AddTrialMeasurementRequest>, IDeepCloneable<AddTrialMeasurementRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class AddTrialMeasurementRequest.
Request message for
[VizierService.AddTrialMeasurement][google.cloud.aiplatform.v1beta1.VizierService.AddTrialMeasurement].
[[["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-31 UTC."],[[["The `AddTrialMeasurementRequest` class is used to send a request to add a measurement to a trial in the Cloud AI Platform v1beta1 API, specifically for the VizierService."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message management."],["The class contains two constructors: a default one and another that takes an `AddTrialMeasurementRequest` object for creating a copy."],["It includes properties like `Measurement` to specify the measurement data and `TrialName` to identify the trial to which the measurement will be added, as well as `TrialNameAsTrialName` which provides a typed view for the trial name."],["The `AddTrialMeasurementRequest` is within the `Google.Cloud.AIPlatform.V1Beta1` namespace and is part of the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."]]],[]]