ModelPackage

A versioned model that can be deployed for SageMaker inference.

Types

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

Properties

Link copied to clipboard

An array of additional Inference Specification objects.

Link copied to clipboard

A description provided when the model approval is set.

Link copied to clipboard

Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see List Your Algorithm or Model Package on Amazon Web Services Marketplace.

Link copied to clipboard

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

Link copied to clipboard

The time that the model package was created.

Link copied to clipboard

The metadata properties for the model package.

Link copied to clipboard

The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.

Link copied to clipboard

Represents the drift check baselines that can be used when the model monitor is set using the model package.

Link copied to clipboard

Defines how to perform inference generation after a training job is run.

Link copied to clipboard

Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.

Link copied to clipboard

The last time the model package was modified.

Link copied to clipboard

Metadata properties of the tracking entity, trial, or trial component.

Link copied to clipboard

The approval status of the model. This can be one of the following values.

Link copied to clipboard

Metrics for the model.

Link copied to clipboard

The Amazon Resource Name (ARN) of the model package.

Link copied to clipboard

The description of the model package.

Link copied to clipboard

The model group to which the model belongs.

Link copied to clipboard

The name of the model.

Link copied to clipboard

The status of the model package. This can be one of the following values.

Link copied to clipboard

Specifies the validation and image scan statuses of the model package.

Link copied to clipboard

The version number of a versioned model.

Link copied to clipboard

The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).

Link copied to clipboard

Indicates if you want to skip model validation.

Link copied to clipboard

A list of algorithms that were used to create a model package.

Link copied to clipboard
val tags: List<Tag>?

A list of the tags associated with the model package. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.

Link copied to clipboard
val task: String?

The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.

Link copied to clipboard

Specifies batch transform jobs that SageMaker runs to validate your model package.

Functions

Link copied to clipboard
inline fun copy(block: ModelPackage.Builder.() -> Unit = {}): ModelPackage
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