ProjectsLocationsExecutions
class ProjectsLocationsExecutions extends Resource (View source)
The "executions" collection of methods.
Typical usage is:
$notebooksService = new Google\Service\AIPlatformNotebooks(...);
$executions = $notebooksService->projects_locations_executions;
Methods
listProjectsLocationsExecutions(string $parent, array $optParams = [])
Lists executions in a given project and location (executions.listProjectsLocationsExecutions)
Details
Operation
create(string $parent, Execution $postBody, array $optParams = [])
Creates a new Execution in a given project and location. (executions.create)
Operation
delete(string $name, array $optParams = [])
Deletes execution (executions.delete)
Execution
get(string $name, array $optParams = [])
Gets details of executions (executions.get)
ListExecutionsResponse
listProjectsLocationsExecutions(string $parent, array $optParams = [])
Lists executions in a given project and location (executions.listProjectsLocationsExecutions)