Cloud AI Platform v1 API - Class ListTrialsRequest (2.27.0)

public sealed class ListTrialsRequest : IMessage<ListTrialsRequest>, IEquatable<ListTrialsRequest>, IDeepCloneable<ListTrialsRequest>, IBufferMessage, IMessage, IPageRequest

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

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

Inheritance

object > ListTrialsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListTrialsRequest()

public ListTrialsRequest()

ListTrialsRequest(ListTrialsRequest)

public ListTrialsRequest(ListTrialsRequest other)
Parameter
NameDescription
otherListTrialsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The number of Trials to retrieve per "page" of results. If unspecified, the service will pick an appropriate default.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A page token to request the next page of results. If unspecified, there are no subsequent pages.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the Study to list the Trial from. 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