Class: Aws::Rekognition::Types::StartProjectVersionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Rekognition::Types::StartProjectVersionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rekognition/types.rb
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.
7254 7255 7256 7257 7258 |
# File 'lib/aws-sdk-rekognition/types.rb', line 7254 class StartProjectVersionResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |