public class AIPlatformNotebooks.Projects.Locations.Executions extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
AIPlatformNotebooks.Projects.Locations.Executions.Create |
class |
AIPlatformNotebooks.Projects.Locations.Executions.Delete |
class |
AIPlatformNotebooks.Projects.Locations.Executions.Get |
class |
AIPlatformNotebooks.Projects.Locations.Executions.List |
| Constructor and Description |
|---|
Executions() |
| Modifier and Type | Method and Description |
|---|---|
AIPlatformNotebooks.Projects.Locations.Executions.Create |
create(String parent,
Execution content)
Creates a new Execution in a given project and location.
|
AIPlatformNotebooks.Projects.Locations.Executions.Delete |
delete(String name)
Deletes execution
Create a request for the method "executions.delete".
|
AIPlatformNotebooks.Projects.Locations.Executions.Get |
get(String name)
Gets details of executions
Create a request for the method "executions.get".
|
AIPlatformNotebooks.Projects.Locations.Executions.List |
list(String parent)
Lists executions in a given project and location
Create a request for the method "executions.list".
|
public AIPlatformNotebooks.Projects.Locations.Executions.Create create(String parent, Execution content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `parent=projects/{project_id}/locations/{location}`content - the ExecutionIOExceptionpublic AIPlatformNotebooks.Projects.Locations.Executions.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/executions/{execution_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Executions.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Format: `projects/{project_id}/locations/{location}/executions/{execution_id}`IOExceptionpublic AIPlatformNotebooks.Projects.Locations.Executions.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Format: `parent=projects/{project_id}/locations/{location}`IOExceptionCopyright © 2011–2022 Google. All rights reserved.