Class: Aws::LookoutforVision::Types::CreateModelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutforVision::Types::CreateModelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutforvision/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_metadata ⇒ Types::ModelMetadata
The response from a call to ‘CreateModel`.
Instance Attribute Details
#model_metadata ⇒ Types::ModelMetadata
The response from a call to ‘CreateModel`.
206 207 208 209 210 |
# File 'lib/aws-sdk-lookoutforvision/types.rb', line 206 class CreateModelResponse < Struct.new( :model_metadata) SENSITIVE = [] include Aws::Structure end |