Class: Aws::LookoutforVision::Types::StartModelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current running status of the model.

Returns:

  • (String)


1809
1810
1811
1812
1813
# File 'gems/aws-sdk-lookoutforvision/lib/aws-sdk-lookoutforvision/types.rb', line 1809

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