InferenceComponentSpecificationSummary - Amazon SageMaker
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

InferenceComponentSpecificationSummary

Details about the resources that are deployed with this inference component.

Contents

BaseInferenceComponentName

The name of the base inference component that contains this inference component.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 63.

Pattern: [a-zA-Z0-9]([\-a-zA-Z0-9]*[a-zA-Z0-9])?

Required: No

ComputeResourceRequirements

The compute resources allocated to run the model, plus any adapter models, that you assign to the inference component.

Type: InferenceComponentComputeResourceRequirements object

Required: No

Container

Details about the container that provides the runtime environment for the model that is deployed with the inference component.

Type: InferenceComponentContainerSpecificationSummary object

Required: No

ModelName

The name of the SageMaker AI model object that is deployed with the inference component.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 63.

Pattern: [a-zA-Z0-9]([\-a-zA-Z0-9]*[a-zA-Z0-9])?

Required: No

StartupParameters

Settings that take effect while the model container starts up.

Type: InferenceComponentStartupParameters object

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: