Class: Aws::Bedrock::Types::FoundationModelLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::FoundationModelLifecycle
- Includes:
- Structure
- Defined in:
- 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`.
1801 1802 1803 1804 1805 |
# File 'lib/aws-sdk-bedrock/types.rb', line 1801 class FoundationModelLifecycle < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |