You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -575,7 +585,6 @@ class AwsBedrockModelCustomizationJob(BedrockTaggable, BaseAIJob, AwsResource):
575
585
output_model_arn: Optional[str] =field(default=None, metadata={"description": "The Amazon Resource Name (ARN) of the output model."}) # fmt: skip
576
586
client_request_token: Optional[str] =field(default=None, metadata={"description": "The token that you specified in the CreateCustomizationJob request."}) # fmt: skip
577
587
role_arn: Optional[str] =field(default=None, metadata={"description": "The Amazon Resource Name (ARN) of the IAM role."}) # fmt: skip
578
-
status: Optional[str] =field(default=None, metadata={"description": "The status of the job. A successful job transitions from in-progress to completed when the output model is ready to use. If the job failed, the failure message contains information about why the job failed."}) # fmt: skip
579
588
failure_message: Optional[str] =field(default=None, metadata={"description": "Information about why the job failed."}) # fmt: skip
580
589
creation_time: Optional[datetime] =field(default=None, metadata={"description": "Time that the resource was created."}) # fmt: skip
581
590
last_modified_time: Optional[datetime] =field(default=None, metadata={"description": "Time that the resource was last modified."}) # fmt: skip
@@ -777,7 +786,7 @@ class AwsBedrockEvaluationJob(BedrockTaggable, BaseAIJob, AwsResource):
job_name: Optional[str] =field(default=None, metadata={"description": "The name of the model evaluation job."}) # fmt: skip
794
-
status: Optional[str] =field(default=None, metadata={"description": "The status of the model evaluation job."}) # fmt: skip
795
803
job_arn: Optional[str] =field(default=None, metadata={"description": "The Amazon Resource Name (ARN) of the model evaluation job."}) # fmt: skip
796
804
job_description: Optional[str] =field(default=None, metadata={"description": "The description of the model evaluation job."}) # fmt: skip
797
805
role_arn: Optional[str] =field(default=None, metadata={"description": "The Amazon Resource Name (ARN) of the IAM service role used in the model evaluation job."}) # fmt: skip
_kind_description: ClassVar[str] ="AWS DynamoDB Table is a fully managed NoSQL database service that stores and retrieves data. It supports key-value and document data models, offering automatic scaling and low-latency performance. DynamoDB Tables handle data storage, indexing, and querying, providing consistent read and write throughput. They offer data encryption, backup, and recovery features for secure and reliable data management."# fmt: skip
@@ -396,6 +403,25 @@ class AwsDynamoDbTable(DynamoDbTaggable, AwsResource, HasResourcePolicy):
0 commit comments