Google Cloud Ai Platform V1 Client - Class ListNasTrialDetailsRequest (0.29.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class ListNasTrialDetailsRequest.

Request message for JobService.ListNasTrialDetails.

Generated from protobuf message google.cloud.aiplatform.v1.ListNasTrialDetailsRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

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

↳ page_size int

The standard list page size.

↳ page_token string

The standard list page token. Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.

getParent

Required. The name of the NasJob resource.

Format: projects/{project}/locations/{location}/nasJobs/{nas_job}

Returns
TypeDescription
string

setParent

Required. The name of the NasJob resource.

Format: projects/{project}/locations/{location}/nasJobs/{nas_job}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The standard list page size.

Returns
TypeDescription
int

setPageSize

The standard list page size.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The standard list page token.

Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.

Returns
TypeDescription
string

setPageToken

The standard list page token.

Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The name of the NasJob resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job} Please see Google\Cloud\AIPlatform\V1\JobServiceClient::nasJobName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\ListNasTrialDetailsRequest