Class: Aws::SageMaker::Types::UpdateInferenceComponentRuntimeConfigInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#desired_runtime_configTypes::InferenceComponentRuntimeConfig

Runtime settings for a model that is deployed with an inference component.



43671
43672
43673
43674
43675
43676
# File 'lib/aws-sdk-sagemaker/types.rb', line 43671

class UpdateInferenceComponentRuntimeConfigInput < Struct.new(
  :inference_component_name,
  :desired_runtime_config)
  SENSITIVE = []
  include Aws::Structure
end

#inference_component_nameString

The name of the inference component to update.

Returns:

  • (String)


43671
43672
43673
43674
43675
43676
# File 'lib/aws-sdk-sagemaker/types.rb', line 43671

class UpdateInferenceComponentRuntimeConfigInput < Struct.new(
  :inference_component_name,
  :desired_runtime_config)
  SENSITIVE = []
  include Aws::Structure
end