Cloud AI Platform v1 API - Class CheckTrialEarlyStoppingStateMetatdata (2.27.0)

public sealed class CheckTrialEarlyStoppingStateMetatdata : IMessage<CheckTrialEarlyStoppingStateMetatdata>, IEquatable<CheckTrialEarlyStoppingStateMetatdata>, IDeepCloneable<CheckTrialEarlyStoppingStateMetatdata>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class CheckTrialEarlyStoppingStateMetatdata.

This message will be placed in the metadata field of a google.longrunning.Operation associated with a CheckTrialEarlyStoppingState request.

Inheritance

object > CheckTrialEarlyStoppingStateMetatdata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

CheckTrialEarlyStoppingStateMetatdata()

public CheckTrialEarlyStoppingStateMetatdata()

CheckTrialEarlyStoppingStateMetatdata(CheckTrialEarlyStoppingStateMetatdata)

public CheckTrialEarlyStoppingStateMetatdata(CheckTrialEarlyStoppingStateMetatdata other)
Parameter
NameDescription
otherCheckTrialEarlyStoppingStateMetatdata

Properties

GenericMetadata

public GenericOperationMetadata GenericMetadata { get; set; }

Operation metadata for suggesting Trials.

Property Value
TypeDescription
GenericOperationMetadata

Study

public string Study { get; set; }

The name of the Study that the Trial belongs to.

Property Value
TypeDescription
string

Trial

public string Trial { get; set; }

The Trial name.

Property Value
TypeDescription
string