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

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

Instance Attribute Details

#current_copy_countInteger

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

Returns:

  • (Integer)


30603
30604
30605
30606
30607
30608
30609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30603

class InferenceComponentRuntimeConfigSummary < Struct.new(
  :desired_copy_count,
  :current_copy_count,
  :placement_status)
  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)


30603
30604
30605
30606
30607
30608
30609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30603

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

#placement_statusArray<Types::InferenceComponentPlacementStatus>

The placement status of the inference component across instance types. Shows how the inference component copies are distributed across instance types.



30603
30604
30605
30606
30607
30608
30609
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 30603

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