Cloud AI Platform v1 API - Class CheckTrialEarlyStoppingStateMetatdata (3.0.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
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