ProvisionedModelSummary¶
Structure Class¶
ProvisionedModelSummary
dataclass
¶
A summary of information about a Provisioned Throughput.
This data type is used in the following API operations:
Attributes¶
commitment_duration
class-attribute
instance-attribute
¶
commitment_duration: CommitmentDuration | None = None
The duration for which the Provisioned Throughput was committed.
commitment_expiration_time
class-attribute
instance-attribute
¶
commitment_expiration_time: datetime | None = None
The timestamp for when the commitment term of the Provisioned Throughput expires.
creation_time
instance-attribute
¶
creation_time: datetime
The time that the Provisioned Throughput was created.
desired_model_arn
instance-attribute
¶
desired_model_arn: str
The Amazon Resource Name (ARN) of the model requested to be associated
to this Provisioned Throughput. This value differs from the modelArn
if updating hasn't completed.
desired_model_units
instance-attribute
¶
desired_model_units: int
The number of model units that was requested to be allocated to the Provisioned Throughput.
foundation_model_arn
instance-attribute
¶
foundation_model_arn: str
The Amazon Resource Name (ARN) of the base model for which the Provisioned Throughput was created, or of the base model that the custom model for which the Provisioned Throughput was created was customized.
last_modified_time
instance-attribute
¶
last_modified_time: datetime
The time that the Provisioned Throughput was last modified.
model_arn
instance-attribute
¶
model_arn: str
The Amazon Resource Name (ARN) of the model associated with the Provisioned Throughput.
model_units
instance-attribute
¶
model_units: int
The number of model units allocated to the Provisioned Throughput.
provisioned_model_arn
instance-attribute
¶
provisioned_model_arn: str
The Amazon Resource Name (ARN) of the Provisioned Throughput.
provisioned_model_name
instance-attribute
¶
provisioned_model_name: str
The name of the Provisioned Throughput.
status
instance-attribute
¶
status: ProvisionedModelStatus
The status of the Provisioned Throughput.