Class: Aws::Glue::Types::EvaluateDataQuality
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::EvaluateDataQuality
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Specifies your data quality evaluation criteria.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inputs ⇒ Array<String>
The inputs of your data quality evaluation.
-
#name ⇒ String
The name of the data quality evaluation.
-
#output ⇒ String
The output of your data quality evaluation.
-
#publishing_options ⇒ Types::DQResultsPublishingOptions
Options to configure how your results are published.
-
#ruleset ⇒ String
The ruleset for your data quality evaluation.
-
#stop_job_on_failure_options ⇒ Types::DQStopJobOnFailureOptions
Options to configure how your job will stop if your data quality evaluation fails.
Instance Attribute Details
#inputs ⇒ Array<String>
The inputs of your data quality evaluation.
9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 |
# File 'lib/aws-sdk-glue/types.rb', line 9015 class EvaluateDataQuality < Struct.new( :name, :inputs, :ruleset, :output, :publishing_options, :stop_job_on_failure_options) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the data quality evaluation.
9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 |
# File 'lib/aws-sdk-glue/types.rb', line 9015 class EvaluateDataQuality < Struct.new( :name, :inputs, :ruleset, :output, :publishing_options, :stop_job_on_failure_options) SENSITIVE = [] include Aws::Structure end |
#output ⇒ String
The output of your data quality evaluation.
9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 |
# File 'lib/aws-sdk-glue/types.rb', line 9015 class EvaluateDataQuality < Struct.new( :name, :inputs, :ruleset, :output, :publishing_options, :stop_job_on_failure_options) SENSITIVE = [] include Aws::Structure end |
#publishing_options ⇒ Types::DQResultsPublishingOptions
Options to configure how your results are published.
9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 |
# File 'lib/aws-sdk-glue/types.rb', line 9015 class EvaluateDataQuality < Struct.new( :name, :inputs, :ruleset, :output, :publishing_options, :stop_job_on_failure_options) SENSITIVE = [] include Aws::Structure end |
#ruleset ⇒ String
The ruleset for your data quality evaluation.
9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 |
# File 'lib/aws-sdk-glue/types.rb', line 9015 class EvaluateDataQuality < Struct.new( :name, :inputs, :ruleset, :output, :publishing_options, :stop_job_on_failure_options) SENSITIVE = [] include Aws::Structure end |
#stop_job_on_failure_options ⇒ Types::DQStopJobOnFailureOptions
Options to configure how your job will stop if your data quality evaluation fails.
9015 9016 9017 9018 9019 9020 9021 9022 9023 9024 |
# File 'lib/aws-sdk-glue/types.rb', line 9015 class EvaluateDataQuality < Struct.new( :name, :inputs, :ruleset, :output, :publishing_options, :stop_job_on_failure_options) SENSITIVE = [] include Aws::Structure end |