Module: Aws::Glue::Client::_GetDataQualityResultResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetDataQualityResultResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #aggregated_metrics ⇒ Types::DataQualityAggregatedMetrics
- #analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
- #completed_on ⇒ ::Time
- #data_source ⇒ Types::DataSource
- #evaluation_context ⇒ ::String
- #job_name ⇒ ::String
- #job_run_id ⇒ ::String
- #observations ⇒ ::Array[Types::DataQualityObservation]
- #profile_id ⇒ ::String
- #result_id ⇒ ::String
- #rule_results ⇒ ::Array[Types::DataQualityRuleResult]
- #ruleset_evaluation_run_id ⇒ ::String
- #ruleset_name ⇒ ::String
- #score ⇒ ::Float
- #started_on ⇒ ::Time
Instance Method Details
#aggregated_metrics ⇒ Types::DataQualityAggregatedMetrics
1977 |
# File 'sig/client.rbs', line 1977
def aggregated_metrics: () -> Types::DataQualityAggregatedMetrics
|
#analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
1975 |
# File 'sig/client.rbs', line 1975
def analyzer_results: () -> ::Array[Types::DataQualityAnalyzerResult]
|
#completed_on ⇒ ::Time
1970 |
# File 'sig/client.rbs', line 1970
def completed_on: () -> ::Time
|
#data_source ⇒ Types::DataSource
1966 |
# File 'sig/client.rbs', line 1966
def data_source: () -> Types::DataSource
|
#evaluation_context ⇒ ::String
1968 |
# File 'sig/client.rbs', line 1968
def evaluation_context: () -> ::String
|
#job_name ⇒ ::String
1971 |
# File 'sig/client.rbs', line 1971
def job_name: () -> ::String
|
#job_run_id ⇒ ::String
1972 |
# File 'sig/client.rbs', line 1972
def job_run_id: () -> ::String
|
#observations ⇒ ::Array[Types::DataQualityObservation]
1976 |
# File 'sig/client.rbs', line 1976
def observations: () -> ::Array[Types::DataQualityObservation]
|
#profile_id ⇒ ::String
1964 |
# File 'sig/client.rbs', line 1964
def profile_id: () -> ::String
|
#result_id ⇒ ::String
1963 |
# File 'sig/client.rbs', line 1963
def result_id: () -> ::String
|
#rule_results ⇒ ::Array[Types::DataQualityRuleResult]
1974 |
# File 'sig/client.rbs', line 1974
def rule_results: () -> ::Array[Types::DataQualityRuleResult]
|
#ruleset_evaluation_run_id ⇒ ::String
1973 |
# File 'sig/client.rbs', line 1973
def ruleset_evaluation_run_id: () -> ::String
|
#ruleset_name ⇒ ::String
1967 |
# File 'sig/client.rbs', line 1967
def ruleset_name: () -> ::String
|
#score ⇒ ::Float
1965 |
# File 'sig/client.rbs', line 1965
def score: () -> ::Float
|
#started_on ⇒ ::Time
1969 |
# File 'sig/client.rbs', line 1969
def started_on: () -> ::Time
|