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 \ V1Methods
__construct
Constructor.
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}
string
setParent
Required. The name of the NasJob resource.
Format: projects/{project}/locations/{location}/nasJobs/{nas_job}
var
string
$this
getPageSize
The standard list page size.
int
setPageSize
The standard list page size.
var
int
$this
getPageToken
The standard list page token.
Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.
string
setPageToken
The standard list page token.
Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.
var
string
$this
static::build
parent
string
Required. The name of the NasJob resource.
Format: projects/{project}/locations/{location}/nasJobs/{nas_job}
Please see JobServiceClient::nasJobName()
for help formatting this field.

