Class: Aws::Glue::Types::DataQualityEvaluationRunAdditionalRunOptions

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cloud_watch_metrics_enabledBoolean

Whether or not to enable CloudWatch metrics.

Returns:

  • (Boolean)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6603

class DataQualityEvaluationRunAdditionalRunOptions < Struct.new(
  :cloud_watch_metrics_enabled,
  :results_s3_prefix,
  :composite_rule_evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#composite_rule_evaluation_methodString

Set the evaluation method for composite rules in the ruleset to ROW/COLUMN

Returns:

  • (String)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6603

class DataQualityEvaluationRunAdditionalRunOptions < Struct.new(
  :cloud_watch_metrics_enabled,
  :results_s3_prefix,
  :composite_rule_evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end

#results_s3_prefixString

Prefix for Amazon S3 to store results.

Returns:

  • (String)


6603
6604
6605
6606
6607
6608
6609
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 6603

class DataQualityEvaluationRunAdditionalRunOptions < Struct.new(
  :cloud_watch_metrics_enabled,
  :results_s3_prefix,
  :composite_rule_evaluation_method)
  SENSITIVE = []
  include Aws::Structure
end