class ProjectsLocationsNasJobsNasTrialDetails extends Resource (View source)

The "nasTrialDetails" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $nasTrialDetails = $aiplatformService->projects_locations_nasJobs_nasTrialDetails;

Methods

get(string $name, array $optParams = [])

Gets a NasTrialDetail. (nasTrialDetails.get)

listProjectsLocationsNasJobsNasTrialDetails(string $parent, array $optParams = [])

List top NasTrialDetails of a NasJob.

Details

GoogleCloudAiplatformV1NasTrialDetail get(string $name, array $optParams = [])

Gets a NasTrialDetail. (nasTrialDetails.get)

Parameters

string $name

Required. The name of the NasTrialDetail resource. Format: projects/{project}/locations/{location}/nasJobs/{nas_job}/nasTrialDe tails/{nas_trial_detail}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1NasTrialDetail

Exceptions

Exception

GoogleCloudAiplatformV1ListNasTrialDetailsResponse listProjectsLocationsNasJobsNasTrialDetails(string $parent, array $optParams = [])

List top NasTrialDetails of a NasJob.

(nasTrialDetails.listProjectsLocationsNasJobsNasTrialDetails)

Parameters

string $parent

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

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListNasTrialDetailsResponse

Exceptions

Exception