Class: Aws::Bedrock::Types::FoundationModelLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::FoundationModelLifecycle
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Details about whether a model version is available or deprecated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
Specifies whether a model version is available (
ACTIVE
) or deprecated (LEGACY
..
Instance Attribute Details
#status ⇒ String
Specifies whether a model version is available (ACTIVE
) or
deprecated (LEGACY
.
1386 1387 1388 1389 1390 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1386 class FoundationModelLifecycle < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |