Method: projects.locations.executions.create

指定されたプロジェクトとロケーションに新しい Execution を作成します。

HTTP リクエスト

POST https://notebooks.googleapis.com/v1/{parent}/executions

パスパラメータ

パラメータ
parent

string

必須。形式: parent=projects/{projectId}/locations/{location}

認可には、指定されたリソース parent に対する次の IAM の権限が必要です。

  • notebooks.executions.create

クエリ パラメータ

パラメータ
executionId

string

必須。この実行のユーザー定義の一意の ID。

リクエストの本文

リクエストの本文には Execution のインスタンスが含まれます。

レスポンスの本文

成功した場合、レスポンスの本文には、新しく作成された Operation のインスタンスが含まれます。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/cloud-platform

詳細については、Authentication Overview をご覧ください。