Class: Aws::Bedrock::Types::FoundationModelLifecycle

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#statusString

Specifies whether a model version is available (‘ACTIVE`) or deprecated (`LEGACY`.

Returns:

  • (String)


1801
1802
1803
1804
1805
# File 'lib/aws-sdk-bedrock/types.rb', line 1801

class FoundationModelLifecycle < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end