public sealed class CheckTrialEarlyStoppingStateMetatdata : IMessage<CheckTrialEarlyStoppingStateMetatdata>, IEquatable<CheckTrialEarlyStoppingStateMetatdata>, IDeepCloneable<CheckTrialEarlyStoppingStateMetatdata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class CheckTrialEarlyStoppingStateMetatdata.
This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.
Implements
IMessageCheckTrialEarlyStoppingStateMetatdata, IEquatableCheckTrialEarlyStoppingStateMetatdata, IDeepCloneableCheckTrialEarlyStoppingStateMetatdata, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
CheckTrialEarlyStoppingStateMetatdata()
public CheckTrialEarlyStoppingStateMetatdata()
CheckTrialEarlyStoppingStateMetatdata(CheckTrialEarlyStoppingStateMetatdata)
public CheckTrialEarlyStoppingStateMetatdata(CheckTrialEarlyStoppingStateMetatdata other)
Parameter | |
---|---|
Name | Description |
other |
CheckTrialEarlyStoppingStateMetatdata |
Properties
GenericMetadata
public GenericOperationMetadata GenericMetadata { get; set; }
Operation metadata for suggesting Trials.
Property Value | |
---|---|
Type | Description |
GenericOperationMetadata |
Study
public string Study { get; set; }
The name of the Study that the Trial belongs to.
Property Value | |
---|---|
Type | Description |
string |
Trial
public string Trial { get; set; }
The Trial name.
Property Value | |
---|---|
Type | Description |
string |