Class: Aws::SageMaker::Types::AIBenchmarkInferenceComponent
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIBenchmarkInferenceComponent
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
An inference component to benchmark.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#identifier ⇒ String
The name or Amazon Resource Name (ARN) of the inference component.
Instance Attribute Details
#identifier ⇒ String
The name or Amazon Resource Name (ARN) of the inference component.
47 48 49 50 51 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47 class AIBenchmarkInferenceComponent < Struct.new( :identifier) SENSITIVE = [] include Aws::Structure end |