Class: Aws::Glue::Types::EvaluateDataQuality
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::EvaluateDataQuality
- Defined in:
- gems/aws-sdk-glue/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.
10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10248 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.
10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10248 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.
10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10248 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.
10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10248 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.
10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10248 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.
10248 10249 10250 10251 10252 10253 10254 10255 10256 10257 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10248 class EvaluateDataQuality < Struct.new( :name, :inputs, :ruleset, :output, :publishing_options, :stop_job_on_failure_options) SENSITIVE = [] include Aws::Structure end |