ProjectsLocationsHyperparameterTuningJobs
class ProjectsLocationsHyperparameterTuningJobs extends Resource (View source)
The "hyperparameterTuningJobs" collection of methods.
Typical usage is:
$aiplatformService = new Google\Service\Aiplatform(...);
$hyperparameterTuningJobs = $aiplatformService->projects_locations_hyperparameterTuningJobs;
Methods
Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the
HyperparameterTuningJob. The server makes a best effort to cancel the job,
but success is not guaranteed. Clients can use
JobService.GetHyperparameterTuningJob or other methods to check whether the
cancellation succeeded or whether the job completed despite cancellation. On
successful cancellation, the HyperparameterTuningJob is not deleted; instead
it becomes a job with a HyperparameterTuningJob.error value with a
google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and
HyperparameterTuningJob.state is set to CANCELLED
.
Creates a HyperparameterTuningJob (hyperparameterTuningJobs.create)
Deletes a HyperparameterTuningJob. (hyperparameterTuningJobs.delete)
Gets a HyperparameterTuningJob (hyperparameterTuningJobs.get)
Lists HyperparameterTuningJobs in a Location.
Details
GoogleProtobufEmpty
cancel(string $name, GoogleCloudAiplatformV1CancelHyperparameterTuningJobRequest $postBody, array $optParams = [])
Cancels a HyperparameterTuningJob. Starts asynchronous cancellation on the
HyperparameterTuningJob. The server makes a best effort to cancel the job,
but success is not guaranteed. Clients can use
JobService.GetHyperparameterTuningJob or other methods to check whether the
cancellation succeeded or whether the job completed despite cancellation. On
successful cancellation, the HyperparameterTuningJob is not deleted; instead
it becomes a job with a HyperparameterTuningJob.error value with a
google.rpc.Status.code of 1, corresponding to Code.CANCELLED
, and
HyperparameterTuningJob.state is set to CANCELLED
.
(hyperparameterTuningJobs.cancel)
GoogleCloudAiplatformV1HyperparameterTuningJob
create(string $parent, GoogleCloudAiplatformV1HyperparameterTuningJob $postBody, array $optParams = [])
Creates a HyperparameterTuningJob (hyperparameterTuningJobs.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a HyperparameterTuningJob. (hyperparameterTuningJobs.delete)
GoogleCloudAiplatformV1HyperparameterTuningJob
get(string $name, array $optParams = [])
Gets a HyperparameterTuningJob (hyperparameterTuningJobs.get)
GoogleCloudAiplatformV1ListHyperparameterTuningJobsResponse
listProjectsLocationsHyperparameterTuningJobs(string $parent, array $optParams = [])
Lists HyperparameterTuningJobs in a Location.
(hyperparameterTuningJobs.listProjectsLocationsHyperparameterTuningJobs)