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.



45909
45910
45911
45912
45913
45914
# File 'lib/aws-sdk-sagemaker/types.rb', line 45909

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)


45909
45910
45911
45912
45913
45914
# File 'lib/aws-sdk-sagemaker/types.rb', line 45909

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