ProjectsLocationsNotebookExecutionJobs
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)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a NotebookExecutionJob. (notebookExecutionJobs.delete)
GoogleCloudAiplatformV1NotebookExecutionJob
get(string $name, array $optParams = [])
Gets a NotebookExecutionJob. (notebookExecutionJobs.get)
GoogleCloudAiplatformV1ListNotebookExecutionJobsResponse
listProjectsLocationsNotebookExecutionJobs(string $parent, array $optParams = [])
Lists NotebookExecutionJobs in a Location.
(notebookExecutionJobs.listProjectsLocationsNotebookExecutionJobs)