Compartir a través de


RunNotebook interface

Interfaz que representa un RunNotebook.

Métodos

beginCreateRun(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Ejecución de cuadernos

beginCreateRunAndWait(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Ejecución de cuadernos

cancelRun(string, RunNotebookCancelRunOptionalParams)

Cancelación de la ejecución del cuaderno.

getSnapshot(string, RunNotebookGetSnapshotOptionalParams)

Obtiene la instantánea de RunNotebook para el identificador de ejecución.

getStatus(string, RunNotebookGetStatusOptionalParams)

Obtiene el estado de RunNotebook para el identificador de ejecución.

Detalles del método

beginCreateRun(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Ejecución de cuadernos

function beginCreateRun(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>

Parámetros

runId

string

Identificador de ejecución del cuaderno. Para Crear ejecución, puede generar un nuevo GUID y usarlo aquí. Para otras acciones, este es el mismo ID utilizado en Create Run.

runNotebookRequest
RunNotebookRequest

Ejecute la carga útil de solicitud de cuaderno.

options
RunNotebookCreateRunOptionalParams

Parámetros de opciones.

Devoluciones

Promise<@azure/core-lro.SimplePollerLike<OperationState<RunNotebookCreateRunResponse>, RunNotebookCreateRunResponse>>

beginCreateRunAndWait(string, RunNotebookRequest, RunNotebookCreateRunOptionalParams)

Ejecución de cuadernos

function beginCreateRunAndWait(runId: string, runNotebookRequest: RunNotebookRequest, options?: RunNotebookCreateRunOptionalParams): Promise<RunNotebookCreateRunResponse>

Parámetros

runId

string

Identificador de ejecución del cuaderno. Para Crear ejecución, puede generar un nuevo GUID y usarlo aquí. Para otras acciones, este es el mismo ID utilizado en Create Run.

runNotebookRequest
RunNotebookRequest

Ejecute la carga útil de solicitud de cuaderno.

options
RunNotebookCreateRunOptionalParams

Parámetros de opciones.

Devoluciones

cancelRun(string, RunNotebookCancelRunOptionalParams)

Cancelación de la ejecución del cuaderno.

function cancelRun(runId: string, options?: RunNotebookCancelRunOptionalParams): Promise<RunNotebookResponse>

Parámetros

runId

string

Identificador de ejecución del cuaderno. Para Crear ejecución, puede generar un nuevo GUID y usarlo aquí. Para otras acciones, este es el mismo ID utilizado en Create Run.

options
RunNotebookCancelRunOptionalParams

Parámetros de opciones.

Devoluciones

getSnapshot(string, RunNotebookGetSnapshotOptionalParams)

Obtiene la instantánea de RunNotebook para el identificador de ejecución.

function getSnapshot(runId: string, options?: RunNotebookGetSnapshotOptionalParams): Promise<RunNotebookSnapshotResponse>

Parámetros

runId

string

Identificador de ejecución del cuaderno. Para Crear ejecución, puede generar un nuevo GUID y usarlo aquí. Para otras acciones, este es el mismo ID utilizado en Create Run.

options
RunNotebookGetSnapshotOptionalParams

Parámetros de opciones.

Devoluciones

getStatus(string, RunNotebookGetStatusOptionalParams)

Obtiene el estado de RunNotebook para el identificador de ejecución.

function getStatus(runId: string, options?: RunNotebookGetStatusOptionalParams): Promise<RunNotebookResponse>

Parámetros

runId

string

Identificador de ejecución del cuaderno. Para Crear ejecución, puede generar un nuevo GUID y usarlo aquí. Para otras acciones, este es el mismo ID utilizado en Create Run.

options
RunNotebookGetStatusOptionalParams

Parámetros de opciones.

Devoluciones