Class: Aws::SageMaker::Types::InferenceComponentRuntimeConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#copy_countInteger

The number of runtime copies of the model container to deploy with the inference component. Each copy can serve inference requests.

Returns:

  • (Integer)


22952
22953
22954
22955
22956
# File 'lib/aws-sdk-sagemaker/types.rb', line 22952

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