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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


7561
7562
7563
7564
7565
7566
7567
# File 'lib/aws-sdk-glue/types.rb', line 7561

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)


7561
7562
7563
7564
7565
7566
7567
# File 'lib/aws-sdk-glue/types.rb', line 7561

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)


7561
7562
7563
7564
7565
7566
7567
# File 'lib/aws-sdk-glue/types.rb', line 7561

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