Class: Aws::OpenSearchService::Types::AIMLOptionsStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpenSearchService::Types::AIMLOptionsStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opensearchservice/types.rb
Overview
The status of machine learning options on the specified domain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#options ⇒ Types::AIMLOptionsOutput
Machine learning options on the specified domain.
-
#status ⇒ Types::OptionStatus
Provides the current status of an entity.
Instance Attribute Details
#options ⇒ Types::AIMLOptionsOutput
Machine learning options on the specified domain.
57 58 59 60 61 62 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 57 class AIMLOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::OptionStatus
Provides the current status of an entity.
57 58 59 60 61 62 |
# File 'lib/aws-sdk-opensearchservice/types.rb', line 57 class AIMLOptionsStatus < Struct.new( :options, :status) SENSITIVE = [] include Aws::Structure end |