Class: Aws::NovaAct::Types::ModelLifecycle

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb

Overview

Lifecycle information for an AI model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current lifecycle status of the model.

Returns:

  • (String)


929
930
931
932
933
# File 'gems/aws-sdk-novaact/lib/aws-sdk-novaact/types.rb', line 929

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