Class: Aws::SageMaker::Types::InferenceComponentSpecification

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#compute_resource_requirementsTypes::InferenceComponentComputeResourceRequirements

The compute resources allocated to run the model assigned to the inference component.



23004
23005
23006
23007
23008
23009
23010
23011
# File 'lib/aws-sdk-sagemaker/types.rb', line 23004

class InferenceComponentSpecification < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end

#containerTypes::InferenceComponentContainerSpecification

Defines a container that provides the runtime environment for a model that you deploy with an inference component.



23004
23005
23006
23007
23008
23009
23010
23011
# File 'lib/aws-sdk-sagemaker/types.rb', line 23004

class InferenceComponentSpecification < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end

#model_nameString

The name of an existing SageMaker model object in your account that you want to deploy with the inference component.

Returns:

  • (String)


23004
23005
23006
23007
23008
23009
23010
23011
# File 'lib/aws-sdk-sagemaker/types.rb', line 23004

class InferenceComponentSpecification < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end

#startup_parametersTypes::InferenceComponentStartupParameters

Settings that take effect while the model container starts up.



23004
23005
23006
23007
23008
23009
23010
23011
# File 'lib/aws-sdk-sagemaker/types.rb', line 23004

class InferenceComponentSpecification < Struct.new(
  :model_name,
  :container,
  :startup_parameters,
  :compute_resource_requirements)
  SENSITIVE = []
  include Aws::Structure
end