Class: Aws::LookoutforVision::Types::StartModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::StartModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The current running status of the model.
Instance Attribute Details
#status ⇒ String
The current running status of the model.
1809 1810 1811 1812 1813 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 1809 class StartModelResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |