Class: Aws::SageMaker::Endpoints::ListModelQualityJobDefinitions

Inherits:
Object
  • Object
show all
Defined in:
lib/aws-sdk-sagemaker/endpoints.rb

Class Method Summary collapse

Class Method Details

.build(context) ⇒ Object



2997
2998
2999
3000
3001
3002
3003
3004
3005
3006
3007
# File 'lib/aws-sdk-sagemaker/endpoints.rb', line 2997

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