Cloud AI Platform v1 API - Class ListStudiesRequest (2.27.0)

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

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

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

Inheritance

object > ListStudiesRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListStudiesRequest()

public ListStudiesRequest()

ListStudiesRequest(ListStudiesRequest)

public ListStudiesRequest(ListStudiesRequest other)
Parameter
NameDescription
otherListStudiesRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of studies to return per "page" of results. If unspecified, 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 Location to list the Study from. Format: projects/{project}/locations/{location}

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName