public sealed class ListStudiesRequest : IMessage<ListStudiesRequest>, IEquatable<ListStudiesRequest>, IDeepCloneable<ListStudiesRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ListStudiesRequest.
Request message for [VizierService.ListStudies][google.cloud.aiplatform.v1beta1.VizierService.ListStudies].
Implements
IMessageListStudiesRequest, IEquatableListStudiesRequest, IDeepCloneableListStudiesRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
ListStudiesRequest()
public ListStudiesRequest()
ListStudiesRequest(ListStudiesRequest)
public ListStudiesRequest(ListStudiesRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListStudiesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |