InferenceComponentSpecification

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of an existing inference component that is to contain the inference component that you're creating with your request.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Settings that take effect while the model container starts up.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String