Method: projects.locations.nasJobs.nasTrialDetails.list

List top NasTrialDetails of a NasJob.

HTTP request

GET https://{service-endpoint}/v1/{parent}/nasTrialDetails

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

Parameters
parent

string

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

Query parameters

Parameters
pageSize

integer

The standard list page size.

pageToken

string

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

Request body

The request body must be empty.

Response body

Response message for JobService.ListNasTrialDetails

If successful, the response body contains data with the following structure:

JSON representation
{
  "nasTrialDetails": [
    {
      object (NasTrialDetail)
    }
  ],
  "nextPageToken": string
}
Fields
nasTrialDetails[]

object (NasTrialDetail)

List of top NasTrials in the requested page.

nextPageToken

string

A token to retrieve the next page of results. Pass to ListNasTrialDetailsRequest.page_token to obtain that page.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • aiplatform.nasTrialDetails.list

For more information, see the IAM documentation.