Class: Aws::CostOptimizationHub::Types::SageMakerEndpoint

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costoptimizationhub/types.rb

Overview

The SageMaker endpoint recommendation details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cost_calculationTypes::ResourceCostCalculation

Cost impact of the resource recommendation.



2471
2472
2473
2474
2475
# File 'lib/aws-sdk-costoptimizationhub/types.rb', line 2471

class SageMakerEndpoint < Struct.new(
  :cost_calculation)
  SENSITIVE = []
  include Aws::Structure
end