RecommendationMode

sealed class RecommendationMode

Specifies the mode for how Glue Data Quality recommends rules.

  • BASIC uses an Glue job to analyze table data and recommend rules. This value is the default.

  • ADVANCED uses Amazon Athena to analyze table data and Amazon Bedrock to recommend rules.

Inheritors

Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Companion
Link copied to clipboard
data class SdkUnknown(val value: String) : RecommendationMode

Properties

Link copied to clipboard
abstract val value: String