public sealed class SuggestTrialsMetadata : IMessage<SuggestTrialsMetadata>, IEquatable<SuggestTrialsMetadata>, IDeepCloneable<SuggestTrialsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SuggestTrialsMetadata.
Details of operations that perform Trials suggestion.
The identifier of the client that is requesting the suggestion.
If multiple SuggestTrialsRequests have the same client_id,
the service will return the identical suggested Trial if the Trial is
pending, and provide a new Trial if the last suggested Trial was completed.
[[["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."],[[["The `SuggestTrialsMetadata` class in the Vertex AI v1beta1 API provides details for operations that suggest Trials."],["It is part of the `Google.Cloud.AIPlatform.V1Beta1` namespace and is available in the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly."],["`SuggestTrialsMetadata` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class includes properties `ClientId`, which is a string identifier for the requesting client, and `GenericMetadata`, which is of type `GenericOperationMetadata` and provides operation metadata for suggesting trials."],["It includes two constructors that allow to instantiate the class either as a new object, or by cloning an existing `SuggestTrialsMetadata` object."]]],[]]