DescribeRescoreExecutionPlanResponse

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the rescore execution plan.

Link copied to clipboard

The capacity units set for the rescore execution plan. A capacity of zero indicates that the rescore execution plan is using the default capacity. For more information on the default capacity and additional capacity units, see Adjusting capacity.

Link copied to clipboard

The Unix timestamp of when the rescore execution plan was created.

Link copied to clipboard

The description for the rescore execution plan.

Link copied to clipboard

When the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

Link copied to clipboard
val id: String?

The identifier of the rescore execution plan.

Link copied to clipboard
val name: String?

The name for the rescore execution plan.

Link copied to clipboard

The current status of the rescore execution plan. When the value is ACTIVE, the rescore execution plan is ready for use. If the Status field value is FAILED, the ErrorMessage field contains a message that explains why.

Link copied to clipboard

The Unix timestamp of when the rescore execution plan was last updated.

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