Builder
Properties
The deployment configuration for the inference component. The configuration contains the desired deployment strategy and rollback settings.
The name of the inference component.
Runtime settings for a model that is deployed with an inference component.
Details about the resources to deploy with this inference component, including the model, container, and compute resources.
A list of specification objects for the inference component, one per instance type. Use this parameter when you want to specify different model or resource configurations for the inference component on each instance type. You can use either this parameter or the singular Specification parameter, but not both.
Functions
construct an aws.sdk.kotlin.services.sagemaker.model.InferenceComponentDeploymentConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.InferenceComponentRuntimeConfig inside the given block
construct an aws.sdk.kotlin.services.sagemaker.model.InferenceComponentSpecification inside the given block