wb resource create sagemaker-notebook
Categories:
Name
wb-resource-create-sagemaker-notebook - Add a controlled AWS SageMaker Notebook instance.
Synopsis
wb resource create sagemaker-notebook [--description=<description>] [--format=<format>] [--instance-name=<instanceName>] [--instance-type=<instanceType>] [--region=<region>] [--workspace=<id>] (--id=<id>)
Description
Add a controlled AWS SageMaker Notebook instance.
Options
-
--id=<id>
ID of the resource, scoped to the workspace. Only use letters, numbers, dashes, and underscores. -
--id=<id>
ID of the resource, scoped to the workspace. Only use letters, numbers, dashes, and underscores. -
--description=<description>
Description of the resource. -
--workspace=<id>
Workspace id to use for this command only. -
--format=<format>
Set the format for printing command output: JSON, TEXT. Defaults to the config format property.Default: null
-
--instance-name=<instanceName>
Name of the SageMaker Notebook instance. If not provided, a unique notebook name will be generated (https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstance.html#sagemaker-CreateNotebookInstance-request-NotebookInstanceName). -
--instance-type=<instanceType>
The Compute Engine instance type of this instance (https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html).Default: ml.t2.medium
-
--region=<region>
The AWS region of the SageMaker Notebook instance (https://docs.aws.amazon.com/general/latest/gr/sagemaker.html).Default: us-east-1
Last Modified: 14 November 2024