public sealed class SuggestTrialsMetadata : IMessage<SuggestTrialsMetadata>, IEquatable<SuggestTrialsMetadata>, IDeepCloneable<SuggestTrialsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-04-09 UTC."],[[["This document provides reference documentation for the `SuggestTrialsMetadata` class within the Google Cloud AI Platform v1beta1 API, specifically for .NET developers."],["`SuggestTrialsMetadata` is a sealed class used for managing details of trial suggestion operations, implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, one default and another accepting a `SuggestTrialsMetadata` object for duplication."],["Key properties include `ClientId`, which identifies the client requesting the trial suggestion, and `GenericMetadata`, providing operation metadata for suggesting trials."],["This class belongs to the `Google.Cloud.AIPlatform.V1Beta1` namespace, within the `Google.Cloud.AIPlatform.V1Beta1.dll` assembly, and inherits from the base `object` class."]]],[]]