Class: Aws::SageMaker::Endpoints::UpdateAppImageConfig
- Inherits:
-
Object
- Object
- Aws::SageMaker::Endpoints::UpdateAppImageConfig
- Defined in:
- lib/aws-sdk-sagemaker/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
3767 3768 3769 3770 3771 3772 3773 3774 3775 3776 3777 |
# File 'lib/aws-sdk-sagemaker/endpoints.rb', line 3767 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 |