Class: Aws::SageMaker::Types::InferenceComponentRuntimeConfigSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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

Instance Attribute Details

#current_copy_countInteger

The number of runtime copies of the model container that are currently deployed.

Returns:

  • (Integer)


22973
22974
22975
22976
22977
22978
# File 'lib/aws-sdk-sagemaker/types.rb', line 22973

class InferenceComponentRuntimeConfigSummary < Struct.new(
  :desired_copy_count,
  :current_copy_count)
  SENSITIVE = []
  include Aws::Structure
end

#desired_copy_countInteger

The number of runtime copies of the model container that you requested to deploy with the inference component.

Returns:

  • (Integer)


22973
22974
22975
22976
22977
22978
# File 'lib/aws-sdk-sagemaker/types.rb', line 22973

class InferenceComponentRuntimeConfigSummary < Struct.new(
  :desired_copy_count,
  :current_copy_count)
  SENSITIVE = []
  include Aws::Structure
end