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

#end_of_life_timeTime

Time when the model is no longer available for use

Returns:

  • (Time)


5637
5638
5639
5640
5641
5642
5643
5644
5645
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5637

class FoundationModelLifecycle < Struct.new(
  :status,
  :start_of_life_time,
  :end_of_life_time,
  :legacy_time,
  :public_extended_access_time)
  SENSITIVE = []
  include Aws::Structure
end

#legacy_timeTime

Time when the model enters legacy state. Models in legacy state can still be used, but users should plan to transition to an Active model before the end of life time

Returns:

  • (Time)


5637
5638
5639
5640
5641
5642
5643
5644
5645
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5637

class FoundationModelLifecycle < Struct.new(
  :status,
  :start_of_life_time,
  :end_of_life_time,
  :legacy_time,
  :public_extended_access_time)
  SENSITIVE = []
  include Aws::Structure
end

#public_extended_access_timeTime

Public extended access portion of the legacy period, when users should expect higher pricing

Returns:

  • (Time)


5637
5638
5639
5640
5641
5642
5643
5644
5645
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5637

class FoundationModelLifecycle < Struct.new(
  :status,
  :start_of_life_time,
  :end_of_life_time,
  :legacy_time,
  :public_extended_access_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_of_life_timeTime

Launch time when the model first becomes available

Returns:

  • (Time)


5637
5638
5639
5640
5641
5642
5643
5644
5645
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5637

class FoundationModelLifecycle < Struct.new(
  :status,
  :start_of_life_time,
  :end_of_life_time,
  :legacy_time,
  :public_extended_access_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


5637
5638
5639
5640
5641
5642
5643
5644
5645
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5637

class FoundationModelLifecycle < Struct.new(
  :status,
  :start_of_life_time,
  :end_of_life_time,
  :legacy_time,
  :public_extended_access_time)
  SENSITIVE = []
  include Aws::Structure
end