SageMakerEndpoint

Specifies the configuration for a Amazon SageMaker endpoint.

Types

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

Properties

Link copied to clipboard

The ARN of the IAM role that Amazon SageMaker can assume to access model artifacts and docker image for deployment on Amazon EC2 compute instances or for batch transform jobs.

Link copied to clipboard

The number of Amazon EC2 compute instances to deploy for initial endpoint creation.

Link copied to clipboard

The Amazon EC2 compute instance type to deploy for hosting the model.

Link copied to clipboard

The Amazon Web Services KMS key that Amazon SageMaker uses to encrypt data on the storage volume attached to the Amazon EC2 compute instance that hosts the endpoint.

Link copied to clipboard

The VPC configuration for the endpoint.

Functions

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