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

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

Instance Attribute Details

#statusString

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

Returns:

  • (String)


959
960
961
962
963
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 959

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