Cloud AI Platform v1 API - Class SuggestTrialsRequest (2.8.0)

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

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

Request message for [VizierService.SuggestTrials][google.cloud.aiplatform.v1.VizierService.SuggestTrials].

Inheritance

Object > SuggestTrialsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SuggestTrialsRequest()

public SuggestTrialsRequest()

SuggestTrialsRequest(SuggestTrialsRequest)

public SuggestTrialsRequest(SuggestTrialsRequest other)
Parameter
NameDescription
otherSuggestTrialsRequest

Properties

ClientId

public string ClientId { get; set; }

Required. 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

Parent

public string Parent { get; set; }

Required. The project and location that the Study belongs to. Format: projects/{project}/locations/{location}/studies/{study}

Property Value
TypeDescription
String

ParentAsStudyName

public StudyName ParentAsStudyName { get; set; }

StudyName-typed view over the Parent resource name property.

Property Value
TypeDescription
StudyName

SuggestionCount

public int SuggestionCount { get; set; }

Required. The number of suggestions requested. It must be positive.

Property Value
TypeDescription
Int32