DeploymentResult

Information about the result of a deployment on an edge device that is registered with SageMaker Edge Manager.

Types

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

Properties

Link copied to clipboard

The timestamp of when the deployment was ended, and the agent got the deployment results.

Link copied to clipboard

Returns a list of models deployed on the agent.

Link copied to clipboard

The name and unique ID of the deployment.

Link copied to clipboard

The timestamp of when the deployment was started on the agent.

Link copied to clipboard

Returns the bucket error code.

Link copied to clipboard

Returns the detailed error message.

Functions

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