Class: Aws::Types::QualityCheckStepMetadata
- Inherits:
-
Object
- Object
- Aws::Types::QualityCheckStepMetadata
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#baseline_used_for_drift_check_constraints ⇒ ::String
Returns the value of attribute baseline_used_for_drift_check_constraints.
-
#baseline_used_for_drift_check_statistics ⇒ ::String
Returns the value of attribute baseline_used_for_drift_check_statistics.
-
#calculated_baseline_constraints ⇒ ::String
Returns the value of attribute calculated_baseline_constraints.
-
#calculated_baseline_statistics ⇒ ::String
Returns the value of attribute calculated_baseline_statistics.
-
#check_job_arn ⇒ ::String
Returns the value of attribute check_job_arn.
-
#check_type ⇒ ::String
Returns the value of attribute check_type.
-
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
-
#register_new_baseline ⇒ Boolean
Returns the value of attribute register_new_baseline.
-
#skip_check ⇒ Boolean
Returns the value of attribute skip_check.
-
#violation_report ⇒ ::String
Returns the value of attribute violation_report.
Instance Attribute Details
#baseline_used_for_drift_check_constraints ⇒ ::String
Returns the value of attribute baseline_used_for_drift_check_constraints.
10256 10257 10258 |
# File 'sig/types.rbs', line 10256 def baseline_used_for_drift_check_constraints @baseline_used_for_drift_check_constraints end |
#baseline_used_for_drift_check_statistics ⇒ ::String
Returns the value of attribute baseline_used_for_drift_check_statistics.
10255 10256 10257 |
# File 'sig/types.rbs', line 10255 def baseline_used_for_drift_check_statistics @baseline_used_for_drift_check_statistics end |
#calculated_baseline_constraints ⇒ ::String
Returns the value of attribute calculated_baseline_constraints.
10258 10259 10260 |
# File 'sig/types.rbs', line 10258 def calculated_baseline_constraints @calculated_baseline_constraints end |
#calculated_baseline_statistics ⇒ ::String
Returns the value of attribute calculated_baseline_statistics.
10257 10258 10259 |
# File 'sig/types.rbs', line 10257 def calculated_baseline_statistics @calculated_baseline_statistics end |
#check_job_arn ⇒ ::String
Returns the value of attribute check_job_arn.
10261 10262 10263 |
# File 'sig/types.rbs', line 10261 def check_job_arn @check_job_arn end |
#check_type ⇒ ::String
Returns the value of attribute check_type.
10254 10255 10256 |
# File 'sig/types.rbs', line 10254 def check_type @check_type end |
#model_package_group_name ⇒ ::String
Returns the value of attribute model_package_group_name.
10259 10260 10261 |
# File 'sig/types.rbs', line 10259 def model_package_group_name @model_package_group_name end |
#register_new_baseline ⇒ Boolean
Returns the value of attribute register_new_baseline.
10263 10264 10265 |
# File 'sig/types.rbs', line 10263 def register_new_baseline @register_new_baseline end |
#skip_check ⇒ Boolean
Returns the value of attribute skip_check.
10262 10263 10264 |
# File 'sig/types.rbs', line 10262 def skip_check @skip_check end |
#violation_report ⇒ ::String
Returns the value of attribute violation_report.
10260 10261 10262 |
# File 'sig/types.rbs', line 10260 def violation_report @violation_report end |