CreateProvisionedModelThroughputRequest

Types

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

Properties

Link copied to clipboard

Unique token value that you can provide. If this token matches a previous request, Amazon Bedrock ignores the request, but does not return an error.

Link copied to clipboard

Commitment duration requested for the provisioned throughput.

Link copied to clipboard

Name or ARN of the model to associate with this provisioned throughput.

Link copied to clipboard

Number of model units to allocate.

Link copied to clipboard

Unique name for this provisioned throughput.

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

Tags to associate with this provisioned throughput.

Functions

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