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.
4913 4914 4915 4916 4917 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 4913 class FoundationModelLifecycle < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |