Class: Aws::SageMaker::Endpoints::UpdateInferenceExperiment
- Inherits:
-
Object
- Object
- Aws::SageMaker::Endpoints::UpdateInferenceExperiment
- Defined in:
- lib/aws-sdk-sagemaker/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
3977 3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 |
# File 'lib/aws-sdk-sagemaker/endpoints.rb', line 3977 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 |