Class: Aws::Glue::Types::DataQualityRuleRecommendationRunDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityRuleRecommendationRunDescription
- 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
-
#created_ruleset_name ⇒ String
The name of the ruleset that was created by the recommendation run.
-
#data_source ⇒ Types::DataSource
The data source (Glue table) associated with the recommendation run.
-
#recommendation_mode ⇒ String
The mode that Glue Data Quality uses to recommend rules.
-
#run_id ⇒ String
The unique run identifier associated with this run.
-
#started_on ⇒ Time
The date and time when this run started.
-
#status ⇒ String
The status for this run.
Instance Attribute Details
#created_ruleset_name ⇒ String
The name of the ruleset that was created by the recommendation run.
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_source ⇒ Types::DataSource
The data source (Glue table) associated with the recommendation run.
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_mode ⇒ String
The mode that Glue Data Quality uses to recommend rules.
The default is BASIC.
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_id ⇒ String
The unique run identifier associated with this run.
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_on ⇒ Time
The date and time when this run started.
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 |
#status ⇒ String
The status for this run.
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 |