Class: Aws::SageMaker::Types::UpdateInferenceComponentInput

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

#inference_component_nameString

The name of the inference component.

Returns:

  • (String)


43640
43641
43642
43643
43644
43645
43646
# File 'lib/aws-sdk-sagemaker/types.rb', line 43640

class UpdateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :specification,
  :runtime_config)
  SENSITIVE = []
  include Aws::Structure
end

#runtime_configTypes::InferenceComponentRuntimeConfig

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



43640
43641
43642
43643
43644
43645
43646
# File 'lib/aws-sdk-sagemaker/types.rb', line 43640

class UpdateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :specification,
  :runtime_config)
  SENSITIVE = []
  include Aws::Structure
end

#specificationTypes::InferenceComponentSpecification

Details about the resources to deploy with this inference component, including the model, container, and compute resources.



43640
43641
43642
43643
43644
43645
43646
# File 'lib/aws-sdk-sagemaker/types.rb', line 43640

class UpdateInferenceComponentInput < Struct.new(
  :inference_component_name,
  :specification,
  :runtime_config)
  SENSITIVE = []
  include Aws::Structure
end