public sealed class SuggestTrialsMetadata : IMessage<SuggestTrialsMetadata>, IEquatable<SuggestTrialsMetadata>, IDeepCloneable<SuggestTrialsMetadata>, IBufferMessage, IMessageDetails of operations that perform Trials suggestion.
Implements
IMessage<SuggestTrialsMetadata>, IEquatable<SuggestTrialsMetadata>, IDeepCloneable<SuggestTrialsMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
SuggestTrialsMetadata()
public SuggestTrialsMetadata()SuggestTrialsMetadata(SuggestTrialsMetadata)
public SuggestTrialsMetadata(SuggestTrialsMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
SuggestTrialsMetadata |
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 | |
|---|---|
| Type | Description |
String |
|
GenericMetadata
public GenericOperationMetadata GenericMetadata { get; set; }Operation metadata for suggesting Trials.
| Property Value | |
|---|---|
| Type | Description |
GenericOperationMetadata |
|