Class: Aws::SageMaker::Types::InferenceComponentRuntimeConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceComponentRuntimeConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Runtime settings for a model that is deployed with an inference component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#copy_count ⇒ Integer
The number of runtime copies of the model container to deploy with the inference component.
Instance Attribute Details
#copy_count ⇒ Integer
The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.
24312 24313 24314 24315 24316 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24312 class InferenceComponentRuntimeConfig < Struct.new( :copy_count) SENSITIVE = [] include Aws::Structure end |