[BindServiceMethod(typeof(NotebookService), "BindService")]
public abstract class NotebookService.NotebookServiceBaseReference documentation and code samples for the Vertex AI v1beta1 API class NotebookService.NotebookServiceBase.
Base class for server-side implementations of NotebookService
Namespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Methods
AssignNotebookRuntime(AssignNotebookRuntimeRequest, ServerCallContext)
public virtual Task<Operation> AssignNotebookRuntime(AssignNotebookRuntimeRequest request, ServerCallContext context)Assigns a NotebookRuntime to a user for a particular Notebook file. This method will either returns an existing assignment or generates a new one.
| Parameters | |
|---|---|
| Name | Description |
request |
AssignNotebookRuntimeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateNotebookExecutionJob(CreateNotebookExecutionJobRequest, ServerCallContext)
public virtual Task<Operation> CreateNotebookExecutionJob(CreateNotebookExecutionJobRequest request, ServerCallContext context)Creates a NotebookExecutionJob.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNotebookExecutionJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateNotebookRuntimeTemplate(CreateNotebookRuntimeTemplateRequest, ServerCallContext)
public virtual Task<Operation> CreateNotebookRuntimeTemplate(CreateNotebookRuntimeTemplateRequest request, ServerCallContext context)Creates a NotebookRuntimeTemplate.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateNotebookRuntimeTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteNotebookExecutionJob(DeleteNotebookExecutionJobRequest, ServerCallContext)
public virtual Task<Operation> DeleteNotebookExecutionJob(DeleteNotebookExecutionJobRequest request, ServerCallContext context)Deletes a NotebookExecutionJob.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNotebookExecutionJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteNotebookRuntime(DeleteNotebookRuntimeRequest, ServerCallContext)
public virtual Task<Operation> DeleteNotebookRuntime(DeleteNotebookRuntimeRequest request, ServerCallContext context)Deletes a NotebookRuntime.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNotebookRuntimeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteNotebookRuntimeTemplate(DeleteNotebookRuntimeTemplateRequest, ServerCallContext)
public virtual Task<Operation> DeleteNotebookRuntimeTemplate(DeleteNotebookRuntimeTemplateRequest request, ServerCallContext context)Deletes a NotebookRuntimeTemplate.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteNotebookRuntimeTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetNotebookExecutionJob(GetNotebookExecutionJobRequest, ServerCallContext)
public virtual Task<NotebookExecutionJob> GetNotebookExecutionJob(GetNotebookExecutionJobRequest request, ServerCallContext context)Gets a NotebookExecutionJob.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNotebookExecutionJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskNotebookExecutionJob |
The response to send back to the client (wrapped by a task). |
GetNotebookRuntime(GetNotebookRuntimeRequest, ServerCallContext)
public virtual Task<NotebookRuntime> GetNotebookRuntime(GetNotebookRuntimeRequest request, ServerCallContext context)Gets a NotebookRuntime.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNotebookRuntimeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskNotebookRuntime |
The response to send back to the client (wrapped by a task). |
GetNotebookRuntimeTemplate(GetNotebookRuntimeTemplateRequest, ServerCallContext)
public virtual Task<NotebookRuntimeTemplate> GetNotebookRuntimeTemplate(GetNotebookRuntimeTemplateRequest request, ServerCallContext context)Gets a NotebookRuntimeTemplate.
| Parameters | |
|---|---|
| Name | Description |
request |
GetNotebookRuntimeTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskNotebookRuntimeTemplate |
The response to send back to the client (wrapped by a task). |
ListNotebookExecutionJobs(ListNotebookExecutionJobsRequest, ServerCallContext)
public virtual Task<ListNotebookExecutionJobsResponse> ListNotebookExecutionJobs(ListNotebookExecutionJobsRequest request, ServerCallContext context)Lists NotebookExecutionJobs in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNotebookExecutionJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListNotebookExecutionJobsResponse |
The response to send back to the client (wrapped by a task). |
ListNotebookRuntimeTemplates(ListNotebookRuntimeTemplatesRequest, ServerCallContext)
public virtual Task<ListNotebookRuntimeTemplatesResponse> ListNotebookRuntimeTemplates(ListNotebookRuntimeTemplatesRequest request, ServerCallContext context)Lists NotebookRuntimeTemplates in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNotebookRuntimeTemplatesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListNotebookRuntimeTemplatesResponse |
The response to send back to the client (wrapped by a task). |
ListNotebookRuntimes(ListNotebookRuntimesRequest, ServerCallContext)
public virtual Task<ListNotebookRuntimesResponse> ListNotebookRuntimes(ListNotebookRuntimesRequest request, ServerCallContext context)Lists NotebookRuntimes in a Location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListNotebookRuntimesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListNotebookRuntimesResponse |
The response to send back to the client (wrapped by a task). |
StartNotebookRuntime(StartNotebookRuntimeRequest, ServerCallContext)
public virtual Task<Operation> StartNotebookRuntime(StartNotebookRuntimeRequest request, ServerCallContext context)Starts a NotebookRuntime.
| Parameters | |
|---|---|
| Name | Description |
request |
StartNotebookRuntimeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
StopNotebookRuntime(StopNotebookRuntimeRequest, ServerCallContext)
public virtual Task<Operation> StopNotebookRuntime(StopNotebookRuntimeRequest request, ServerCallContext context)Stops a NotebookRuntime.
| Parameters | |
|---|---|
| Name | Description |
request |
StopNotebookRuntimeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateNotebookRuntimeTemplate(UpdateNotebookRuntimeTemplateRequest, ServerCallContext)
public virtual Task<NotebookRuntimeTemplate> UpdateNotebookRuntimeTemplate(UpdateNotebookRuntimeTemplateRequest request, ServerCallContext context)Updates a NotebookRuntimeTemplate.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateNotebookRuntimeTemplateRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskNotebookRuntimeTemplate |
The response to send back to the client (wrapped by a task). |
UpgradeNotebookRuntime(UpgradeNotebookRuntimeRequest, ServerCallContext)
public virtual Task<Operation> UpgradeNotebookRuntime(UpgradeNotebookRuntimeRequest request, ServerCallContext context)Upgrades a NotebookRuntime.
| Parameters | |
|---|---|
| Name | Description |
request |
UpgradeNotebookRuntimeRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |