Class: Aws::NovaAct::Types::ModelLifecycle
- Inherits:
-
Struct
- Object
- Struct
- Aws::NovaAct::Types::ModelLifecycle
- 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
-
#status ⇒ String
The current lifecycle status of the model.
Instance Attribute Details
#status ⇒ String
The current lifecycle status of the model.
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 |