Class: Aws::Glue::Types::DataQualityEvaluationRunAdditionalRunOptions
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DataQualityEvaluationRunAdditionalRunOptions
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Additional run options you can specify for an evaluation run.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch_metrics_enabled ⇒ Boolean
Whether or not to enable CloudWatch metrics.
-
#composite_rule_evaluation_method ⇒ String
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN.
-
#results_s3_prefix ⇒ String
Prefix for Amazon S3 to store results.
Instance Attribute Details
#cloud_watch_metrics_enabled ⇒ Boolean
Whether or not to enable CloudWatch metrics.
6711 6712 6713 6714 6715 6716 6717 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6711 class DataQualityEvaluationRunAdditionalRunOptions < Struct.new( :cloud_watch_metrics_enabled, :results_s3_prefix, :composite_rule_evaluation_method) SENSITIVE = [] include Aws::Structure end |
#composite_rule_evaluation_method ⇒ String
Set the evaluation method for composite rules in the ruleset to ROW/COLUMN
6711 6712 6713 6714 6715 6716 6717 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6711 class DataQualityEvaluationRunAdditionalRunOptions < Struct.new( :cloud_watch_metrics_enabled, :results_s3_prefix, :composite_rule_evaluation_method) SENSITIVE = [] include Aws::Structure end |
#results_s3_prefix ⇒ String
Prefix for Amazon S3 to store results.
6711 6712 6713 6714 6715 6716 6717 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6711 class DataQualityEvaluationRunAdditionalRunOptions < Struct.new( :cloud_watch_metrics_enabled, :results_s3_prefix, :composite_rule_evaluation_method) SENSITIVE = [] include Aws::Structure end |