Class: Aws::LookoutforVision::Types::StartModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::StartModelResponse
- Defined in:
- gems/aws-sdk-lookoutforvision/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.
2020 2021 2022 2023 2024 |
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 2020 class StartModelResponse < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |