Get Endpoint Result
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)
Properties
Link copied to clipboard
Specifies deployment configuration for updating the SageMaker endpoint. Includes rollback and update policies.
Link copied to clipboard
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.