Class: Aws::DataZone::Types::PredictionConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::PredictionConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The configuration of the prediction.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#business_name_generation ⇒ Types::BusinessNameGenerationConfiguration
The business name generation mechanism.
Instance Attribute Details
#business_name_generation ⇒ Types::BusinessNameGenerationConfiguration
The business name generation mechanism.
12192 12193 12194 12195 12196 |
# File 'lib/aws-sdk-datazone/types.rb', line 12192 class PredictionConfiguration < Struct.new( :business_name_generation) SENSITIVE = [] include Aws::Structure end |