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-04-09 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.AddTrialMeasurement` method."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, providing capabilities for message handling, equality checks, deep cloning, and buffer operations."],["It includes properties for `Measurement` (the measurement data to add), `TrialName` (the name of the trial), and `TrialNameAsTrialName` (a typed view over the `TrialName` resource)."],["The `AddTrialMeasurementRequest` class provides two constructors: a default parameterless one and one which takes another `AddTrialMeasurementRequest` object."],["The `TrialName` property is a string representing the resource name of the trial where the measurement will be added and uses a specific format to be valid."]]],[]]