class ProjectsLocationsNotebookExecutionJobs extends Resource (View source)

The "notebookExecutionJobs" collection of methods.

Typical usage is:

 $aiplatformService = new Google\Service\Aiplatform(...);
 $notebookExecutionJobs = $aiplatformService->projects_locations_notebookExecutionJobs;

Methods

create(string $parent, GoogleCloudAiplatformV1NotebookExecutionJob $postBody, array $optParams = [])

Creates a NotebookExecutionJob. (notebookExecutionJobs.create)

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

Deletes a NotebookExecutionJob. (notebookExecutionJobs.delete)

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

Gets a NotebookExecutionJob. (notebookExecutionJobs.get)

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

Lists NotebookExecutionJobs in a Location.

Details

GoogleLongrunningOperation create(string $parent, GoogleCloudAiplatformV1NotebookExecutionJob $postBody, array $optParams = [])

Creates a NotebookExecutionJob. (notebookExecutionJobs.create)

Parameters

string $parent

Required. The resource name of the Location to create the NotebookExecutionJob. Format: projects/{project}/locations/{location}

GoogleCloudAiplatformV1NotebookExecutionJob $postBody
array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

GoogleLongrunningOperation delete(string $name, array $optParams = [])

Deletes a NotebookExecutionJob. (notebookExecutionJobs.delete)

Parameters

string $name

Required. The name of the NotebookExecutionJob resource to be deleted.

array $optParams

Optional parameters.

Return Value

GoogleLongrunningOperation

Exceptions

Exception

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

Gets a NotebookExecutionJob. (notebookExecutionJobs.get)

Parameters

string $name

Required. The name of the NotebookExecutionJob resource.

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1NotebookExecutionJob

Exceptions

Exception

GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse listProjectsLocationsNotebookExecutionJobs(string $parent, array $optParams = [])

Lists NotebookExecutionJobs in a Location.

(notebookExecutionJobs.listProjectsLocationsNotebookExecutionJobs)

Parameters

string $parent

Required. The resource name of the Location from which to list the NotebookExecutionJobs. Format: projects/{project}/locations/{location}

array $optParams

Optional parameters.

Return Value

GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse

Exceptions

Exception