public sealed class SuggestTrialsResponse : IMessage<SuggestTrialsResponse>, IEquatable<SuggestTrialsResponse>, IDeepCloneable<SuggestTrialsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class SuggestTrialsResponse.
Response message for [VizierService.SuggestTrials][google.cloud.aiplatform.v1beta1.VizierService.SuggestTrials].
Implements
IMessageSuggestTrialsResponse, IEquatableSuggestTrialsResponse, IDeepCloneableSuggestTrialsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
SuggestTrialsResponse()
public SuggestTrialsResponse()
SuggestTrialsResponse(SuggestTrialsResponse)
public SuggestTrialsResponse(SuggestTrialsResponse other)
Parameter | |
---|---|
Name | Description |
other |
SuggestTrialsResponse |
Properties
EndTime
public Timestamp EndTime { get; set; }
The time at which operation processing completed.
Property Value | |
---|---|
Type | Description |
Timestamp |
StartTime
public Timestamp StartTime { get; set; }
The time at which the operation was started.
Property Value | |
---|---|
Type | Description |
Timestamp |
StudyState
public Study.Types.State StudyState { get; set; }
The state of the Study.
Property Value | |
---|---|
Type | Description |
StudyTypesState |
Trials
public RepeatedField<Trial> Trials { get; }
A list of Trials.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTrial |