RecommendationJobContainerConfig

Specifies mandatory fields for running an Inference Recommender job directly in the CreateInferenceRecommendationsJob API. The fields specified in ContainerConfig override the corresponding fields in the model package. Use ContainerConfig if you want to specify these fields for the recommendation job but don't want to edit them in your model package.

Types

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

Properties

Link copied to clipboard

Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form. This field is used for optimizing your model using SageMaker Neo. For more information, see DataInputConfig.

Link copied to clipboard

The machine learning domain of the model and its components.

Link copied to clipboard

The machine learning framework of the container image.

Link copied to clipboard

The framework version of the container image.

Link copied to clipboard

The name of a pre-trained machine learning model benchmarked by Amazon SageMaker Inference Recommender that matches your model.

Link copied to clipboard

Specifies the SamplePayloadUrl and all other sample payload-related fields.

Link copied to clipboard

The endpoint type to receive recommendations for. By default this is null, and the results of the inference recommendation job return a combined list of both real-time and serverless benchmarks. By specifying a value for this field, you can receive a longer list of benchmarks for the desired endpoint type.

Link copied to clipboard

A list of the instance types that are used to generate inferences in real-time.

Link copied to clipboard

The supported MIME types for the output data.

Link copied to clipboard
val task: String?

The machine learning task that the model accomplishes.

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