Cloud AI Platform v1 API - Class ListOptimalTrialsRequest (2.27.0)

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

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

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

Inheritance

object > ListOptimalTrialsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListOptimalTrialsRequest()

public ListOptimalTrialsRequest()

ListOptimalTrialsRequest(ListOptimalTrialsRequest)

public ListOptimalTrialsRequest(ListOptimalTrialsRequest other)
Parameter
NameDescription
otherListOptimalTrialsRequest

Properties

Parent

public string Parent { get; set; }

Required. The name of the Study that the optimal Trial belongs to.

Property Value
TypeDescription
string

ParentAsStudyName

public StudyName ParentAsStudyName { get; set; }

StudyName-typed view over the Parent resource name property.

Property Value
TypeDescription
StudyName