public sealed class SuggestTrialsResponse : IMessage<SuggestTrialsResponse>, IEquatable<SuggestTrialsResponse>, IDeepCloneable<SuggestTrialsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class SuggestTrialsResponse.
Response message for
[VizierService.SuggestTrials][google.cloud.aiplatform.v1beta1.VizierService.SuggestTrials].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-14 UTC."],[[["\u003cp\u003eThis documentation is for the \u003ccode\u003eSuggestTrialsResponse\u003c/code\u003e class, which is part of the Vertex AI v1beta1 API.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eSuggestTrialsResponse\u003c/code\u003e class is a response message for the \u003ccode\u003eVizierService.SuggestTrials\u003c/code\u003e method within the Google Cloud AI Platform.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the \u003ccode\u003eobject\u003c/code\u003e class and implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class provides properties such as \u003ccode\u003eEndTime\u003c/code\u003e, \u003ccode\u003eStartTime\u003c/code\u003e, \u003ccode\u003eStudyState\u003c/code\u003e, and \u003ccode\u003eTrials\u003c/code\u003e, which provide information about the operation's completion time, start time, study state, and a list of trials.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version of the \u003ccode\u003eSuggestTrialsResponse\u003c/code\u003e class is \u003ccode\u003e1.0.0-beta21\u003c/code\u003e, with a previous version being \u003ccode\u003e1.0.0-beta20\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Vertex AI v1beta1 API - Class SuggestTrialsResponse (1.0.0-beta47)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta47 (latest)](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SuggestTrialsResponse)\n- [1.0.0-beta46](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/1.0.0-beta46/Google.Cloud.AIPlatform.V1Beta1.SuggestTrialsResponse) \n\n public sealed class SuggestTrialsResponse : IMessage\u003cSuggestTrialsResponse\u003e, IEquatable\u003cSuggestTrialsResponse\u003e, IDeepCloneable\u003cSuggestTrialsResponse\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Vertex AI v1beta1 API class SuggestTrialsResponse.\n\nResponse message for\n\\[VizierService.SuggestTrials\\]\\[google.cloud.aiplatform.v1beta1.VizierService.SuggestTrials\\]. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e SuggestTrialsResponse \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[SuggestTrialsResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SuggestTrialsResponse), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[SuggestTrialsResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SuggestTrialsResponse), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[SuggestTrialsResponse](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1.SuggestTrialsResponse), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.AIPlatform.V1Beta1](/dotnet/docs/reference/Google.Cloud.AIPlatform.V1Beta1/latest/Google.Cloud.AIPlatform.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.AIPlatform.V1Beta1.dll\n\nConstructors\n------------\n\n### SuggestTrialsResponse()\n\n public SuggestTrialsResponse()\n\n### SuggestTrialsResponse(SuggestTrialsResponse)\n\n public SuggestTrialsResponse(SuggestTrialsResponse other)\n\nProperties\n----------\n\n### EndTime\n\n public Timestamp EndTime { get; set; }\n\nThe time at which operation processing completed.\n\n### StartTime\n\n public Timestamp StartTime { get; set; }\n\nThe time at which the operation was started.\n\n### StudyState\n\n public Study.Types.State StudyState { get; set; }\n\nThe state of the Study.\n\n### Trials\n\n public RepeatedField\u003cTrial\u003e Trials { get; }\n\nA list of Trials."]]