Class: Aws::SageMaker::Types::InferenceComponentSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceComponentSpecification
- 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
-
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
The compute resources allocated to run the model assigned to the inference component.
-
#container ⇒ Types::InferenceComponentContainerSpecification
Defines a container that provides the runtime environment for a model that you deploy with an inference component.
-
#model_name ⇒ String
The name of an existing SageMaker model object in your account that you want to deploy with the inference component.
-
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Settings that take effect while the model container starts up.
Instance Attribute Details
#compute_resource_requirements ⇒ Types::InferenceComponentComputeResourceRequirements
The compute resources allocated to run the model assigned to the inference component.
24364 24365 24366 24367 24368 24369 24370 24371 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24364 class InferenceComponentSpecification < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |
#container ⇒ Types::InferenceComponentContainerSpecification
Defines a container that provides the runtime environment for a model that you deploy with an inference component.
24364 24365 24366 24367 24368 24369 24370 24371 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24364 class InferenceComponentSpecification < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |
#model_name ⇒ String
The name of an existing SageMaker model object in your account that you want to deploy with the inference component.
24364 24365 24366 24367 24368 24369 24370 24371 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24364 class InferenceComponentSpecification < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |
#startup_parameters ⇒ Types::InferenceComponentStartupParameters
Settings that take effect while the model container starts up.
24364 24365 24366 24367 24368 24369 24370 24371 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 24364 class InferenceComponentSpecification < Struct.new( :model_name, :container, :startup_parameters, :compute_resource_requirements) SENSITIVE = [] include Aws::Structure end |