InferenceSpecification

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

Types

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

Properties

Link copied to clipboard

The Amazon ECR registry path of the Docker image that contains the inference code.

Link copied to clipboard

The supported MIME types for the input data.

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

A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.

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