GetEndpointResult

data class GetEndpointResult(val deploymentConfig: EndpointDeploymentConfig? = null, val endpointArn: String? = null, val endpointConfigName: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(deploymentConfig: EndpointDeploymentConfig? = null, endpointArn: String? = null, endpointConfigName: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies deployment configuration for updating the SageMaker endpoint. Includes rollback and update policies.

Link copied to clipboard
val endpointArn: String? = null

The Amazon Resource Name (ARN) of the endpoint.

Link copied to clipboard

The name of the endpoint configuration for the SageMaker endpoint. This is a required property.

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

An array of key-value pairs to apply to this resource.