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
1987 |
# File 'sig/client.rbs', line 1987
def aggregated_metrics: () -> Types::DataQualityAggregatedMetrics
|
#analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
1985 |
# File 'sig/client.rbs', line 1985
def analyzer_results: () -> ::Array[Types::DataQualityAnalyzerResult]
|
#completed_on ⇒ ::Time
1980 |
# File 'sig/client.rbs', line 1980
def completed_on: () -> ::Time
|
#data_source ⇒ Types::DataSource
1976 |
# File 'sig/client.rbs', line 1976
def data_source: () -> Types::DataSource
|
#evaluation_context ⇒ ::String
1978 |
# File 'sig/client.rbs', line 1978
def evaluation_context: () -> ::String
|
#job_name ⇒ ::String
1981 |
# File 'sig/client.rbs', line 1981
def job_name: () -> ::String
|
#job_run_id ⇒ ::String
1982 |
# File 'sig/client.rbs', line 1982
def job_run_id: () -> ::String
|
#observations ⇒ ::Array[Types::DataQualityObservation]
1986 |
# File 'sig/client.rbs', line 1986
def observations: () -> ::Array[Types::DataQualityObservation]
|
#profile_id ⇒ ::String
1974 |
# File 'sig/client.rbs', line 1974
def profile_id: () -> ::String
|
#result_id ⇒ ::String
1973 |
# File 'sig/client.rbs', line 1973
def result_id: () -> ::String
|
#rule_results ⇒ ::Array[Types::DataQualityRuleResult]
1984 |
# File 'sig/client.rbs', line 1984
def rule_results: () -> ::Array[Types::DataQualityRuleResult]
|
#ruleset_evaluation_run_id ⇒ ::String
1983 |
# File 'sig/client.rbs', line 1983
def ruleset_evaluation_run_id: () -> ::String
|
#ruleset_name ⇒ ::String
1977 |
# File 'sig/client.rbs', line 1977
def ruleset_name: () -> ::String
|
#score ⇒ ::Float
1975 |
# File 'sig/client.rbs', line 1975
def score: () -> ::Float
|
#started_on ⇒ ::Time
1979 |
# File 'sig/client.rbs', line 1979
def started_on: () -> ::Time
|