Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ExecutionsResource

The "executions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ExecutionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AIPlatformNotebooks.v1
Assembly: Google.Apis.AIPlatformNotebooks.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ExecutionsResource

Constructors

ExecutionsResource(IClientService)

Constructs a new resource.

Declaration
public ExecutionsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(Execution, string)

Creates a new Execution in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.ExecutionsResource.CreateRequest Create(Execution body, string parent)
Parameters
Type Name Description
Execution body

The body of the request.

string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.ExecutionsResource.CreateRequest

Delete(string)

Deletes execution

Declaration
public virtual ProjectsResource.LocationsResource.ExecutionsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.ExecutionsResource.DeleteRequest

Get(string)

Gets details of executions

Declaration
public virtual ProjectsResource.LocationsResource.ExecutionsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

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

Returns
Type Description
ProjectsResource.LocationsResource.ExecutionsResource.GetRequest

List(string)

Lists executions in a given project and location

Declaration
public virtual ProjectsResource.LocationsResource.ExecutionsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

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

Returns
Type Description
ProjectsResource.LocationsResource.ExecutionsResource.ListRequest
In This Article
Back to top Generated by DocFX