Class SuggestTrialsMetadata (1.1.0)

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

Details of operations that perform Trials suggestion.

Inheritance

Object > SuggestTrialsMetadata

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SuggestTrialsMetadata()

public SuggestTrialsMetadata()

SuggestTrialsMetadata(SuggestTrialsMetadata)

public SuggestTrialsMetadata(SuggestTrialsMetadata other)
Parameter
NameDescription
otherSuggestTrialsMetadata

Properties

ClientId

public string ClientId { get; set; }

The identifier of the client that is requesting the suggestion.

If multiple SuggestTrialsRequests have the same client_id, the service will return the identical suggested Trial if the Trial is pending, and provide a new Trial if the last suggested Trial was completed.

Property Value
TypeDescription
String

GenericMetadata

public GenericOperationMetadata GenericMetadata { get; set; }

Operation metadata for suggesting Trials.

Property Value
TypeDescription
GenericOperationMetadata