Endpoint

class Endpoint

A hosted endpoint for real-time inference.

Types

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

Properties

Link copied to clipboard

The time that the endpoint was created.

Link copied to clipboard

The currently active data capture configuration used by your Endpoint.

Link copied to clipboard

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard

The endpoint configuration associated with the endpoint.

Link copied to clipboard

The name of the endpoint.

Link copied to clipboard

The status of the endpoint.

Link copied to clipboard

If the endpoint failed, the reason it failed.

Link copied to clipboard

The last time the endpoint was modified.

Link copied to clipboard

A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.

Link copied to clipboard

A list of the production variants hosted on the endpoint. Each production variant is a model.

Link copied to clipboard

A list of the shadow variants hosted on the endpoint. Each shadow variant is a model in shadow mode with production traffic replicated from the production variant.

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

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

Functions

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