Class: Aws::DataZone::Types::PredictionConfiguration

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

Overview

The configuration of the prediction.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#business_name_generationTypes::BusinessNameGenerationConfiguration

The business name generation mechanism.



14686
14687
14688
14689
14690
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 14686

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