Class: Aws::Glue::Types::DataQualityRuleRecommendationRunDescription

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

Overview

Describes the result of a data quality rule recommendation run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_ruleset_nameString

The name of the ruleset that was created by the recommendation run.

Returns:

  • (String)


9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9127

class DataQualityRuleRecommendationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source,
  :created_ruleset_name,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

The data source (Glue table) associated with the recommendation run.

Returns:



9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9127

class DataQualityRuleRecommendationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source,
  :created_ruleset_name,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_modeString

The mode that Glue Data Quality uses to recommend rules.

The default is BASIC.

Returns:

  • (String)


9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9127

class DataQualityRuleRecommendationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source,
  :created_ruleset_name,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique run identifier associated with this run.

Returns:

  • (String)


9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9127

class DataQualityRuleRecommendationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source,
  :created_ruleset_name,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The date and time when this run started.

Returns:

  • (Time)


9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9127

class DataQualityRuleRecommendationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source,
  :created_ruleset_name,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status for this run.

Returns:

  • (String)


9127
9128
9129
9130
9131
9132
9133
9134
9135
9136
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 9127

class DataQualityRuleRecommendationRunDescription < Struct.new(
  :run_id,
  :status,
  :started_on,
  :data_source,
  :created_ruleset_name,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end