Class: Aws::SageMaker::Endpoints::UpdateNotebookInstance
- Inherits:
-
Object
- Object
- Aws::SageMaker::Endpoints::UpdateNotebookInstance
- Defined in:
- lib/aws-sdk-sagemaker/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 |
# File 'lib/aws-sdk-sagemaker/endpoints.rb', line 4047 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::SageMaker::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |