Method: Aws::SageMaker::Client#update_notebook_instance
- Defined in:
- lib/aws-sdk-sagemaker/client.rb
#update_notebook_instance(params = {}) ⇒ Struct
Updates a notebook instance. NotebookInstance updates include upgrading or downgrading the ML compute instance used for your notebook instance to accommodate changes in your workload requirements. You can also update the VPC security groups.
2585 2586 2587 2588 |
# File 'lib/aws-sdk-sagemaker/client.rb', line 2585 def update_notebook_instance(params = {}, = {}) req = build_request(:update_notebook_instance, params) req.send_request() end |