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

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

Creates a new Execution in a given project and location. (executions.create)

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

Deletes execution (executions.delete)

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

Gets details of executions (executions.get)

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)

Parameters

string $parent

Required. Format: parent=projects/{project_id}/locations/{location}

Execution $postBody
array $optParams

Optional parameters.

Return Value

Operation

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

Deletes execution (executions.delete)

Parameters

string $name

Required. Format: projects/{project_id}/locations/{location}/executions/{execution_id}

array $optParams

Optional parameters.

Return Value

Operation

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

Gets details of executions (executions.get)

Parameters

string $name

Required. Format: projects/{project_id}/locations/{location}/executions/{execution_id}

array $optParams

Optional parameters.

Return Value

Execution

ListExecutionsResponse listProjectsLocationsExecutions(string $parent, array $optParams = [])

Lists executions in a given project and location (executions.listProjectsLocationsExecutions)

Parameters

string $parent

Required. Format: parent=projects/{project_id}/locations/{location}

array $optParams

Optional parameters.

Return Value

ListExecutionsResponse