Cloud AI Platform v1 API - Class ListNasTrialDetailsRequest (2.26.0)

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

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

Request message for [JobService.ListNasTrialDetails][google.cloud.aiplatform.v1.JobService.ListNasTrialDetails].

Inheritance

object > ListNasTrialDetailsRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

ListNasTrialDetailsRequest()

public ListNasTrialDetailsRequest()

ListNasTrialDetailsRequest(ListNasTrialDetailsRequest)

public ListNasTrialDetailsRequest(ListNasTrialDetailsRequest other)
Parameter
NameDescription
otherListNasTrialDetailsRequest

Properties

PageSize

public int PageSize { get; set; }

The standard list page size.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

The standard list page token. Typically obtained via [ListNasTrialDetailsResponse.next_page_token][google.cloud.aiplatform.v1.ListNasTrialDetailsResponse.next_page_token] of the previous [JobService.ListNasTrialDetails][google.cloud.aiplatform.v1.JobService.ListNasTrialDetails] call.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}

Property Value
TypeDescription
string

ParentAsNasJobName

public NasJobName ParentAsNasJobName { get; set; }

NasJobName-typed view over the Parent resource name property.

Property Value
TypeDescription
NasJobName