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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the NasJob resource. Format: |
↳ 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 | |
---|---|
Type | Description |
string |
setParent
Required. The name of the NasJob resource.
Format:
projects/{project}/locations/{location}/nasJobs/{nas_job}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
The standard list page size.
Returns | |
---|---|
Type | Description |
int |
setPageSize
The standard list page size.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
The standard list page token.
Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The standard list page token.
Typically obtained via ListNasTrialDetailsResponse.next_page_token of the previous JobService.ListNasTrialDetails call.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The name of the NasJob resource.
Format:
|
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\ListNasTrialDetailsRequest |