CustomModelDeploymentSummary

Contains summary information about a custom model deployment, including its ARN, name, status, and associated custom model.

Types

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

Properties

Link copied to clipboard

The date and time when the custom model deployment was created.

Link copied to clipboard

The Amazon Resource Name (ARN) of the custom model deployment.

Link copied to clipboard

The name of the custom model deployment.

Link copied to clipboard

If the deployment status is FAILED, this field contains a message describing the failure reason.

Link copied to clipboard

The date and time when the custom model deployment was last modified.

Link copied to clipboard

The Amazon Resource Name (ARN) of the custom model associated with this deployment.

Link copied to clipboard

The status of the custom model deployment. Possible values are CREATING, ACTIVE, and FAILED.

Functions

Link copied to clipboard
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