Class: Aws::SageMaker::Types::InferenceComponentRuntimeConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceComponentRuntimeConfigSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Details about the runtime settings for the model that is deployed with the inference component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#current_copy_count ⇒ Integer
The number of runtime copies of the model container that are currently deployed.
-
#desired_copy_count ⇒ Integer
The number of runtime copies of the model container that you requested to deploy with the inference component.
Instance Attribute Details
#current_copy_count ⇒ Integer
The number of runtime copies of the model container that are currently deployed.
24333 24334 24335 24336 24337 24338 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24333 class InferenceComponentRuntimeConfigSummary < Struct.new( :desired_copy_count, :current_copy_count) SENSITIVE = [] include Aws::Structure end |
#desired_copy_count ⇒ Integer
The number of runtime copies of the model container that you requested to deploy with the inference component.
24333 24334 24335 24336 24337 24338 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24333 class InferenceComponentRuntimeConfigSummary < Struct.new( :desired_copy_count, :current_copy_count) SENSITIVE = [] include Aws::Structure end |