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
1952 |
# File 'sig/client.rbs', line 1952
def aggregated_metrics: () -> Types::DataQualityAggregatedMetrics
|
#analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
1950 |
# File 'sig/client.rbs', line 1950
def analyzer_results: () -> ::Array[Types::DataQualityAnalyzerResult]
|
#completed_on ⇒ ::Time
1945 |
# File 'sig/client.rbs', line 1945
def completed_on: () -> ::Time
|
#data_source ⇒ Types::DataSource
1941 |
# File 'sig/client.rbs', line 1941
def data_source: () -> Types::DataSource
|
#evaluation_context ⇒ ::String
1943 |
# File 'sig/client.rbs', line 1943
def evaluation_context: () -> ::String
|
#job_name ⇒ ::String
1946 |
# File 'sig/client.rbs', line 1946
def job_name: () -> ::String
|
#job_run_id ⇒ ::String
1947 |
# File 'sig/client.rbs', line 1947
def job_run_id: () -> ::String
|
#observations ⇒ ::Array[Types::DataQualityObservation]
1951 |
# File 'sig/client.rbs', line 1951
def observations: () -> ::Array[Types::DataQualityObservation]
|
#profile_id ⇒ ::String
1939 |
# File 'sig/client.rbs', line 1939
def profile_id: () -> ::String
|
#result_id ⇒ ::String
1938 |
# File 'sig/client.rbs', line 1938
def result_id: () -> ::String
|
#rule_results ⇒ ::Array[Types::DataQualityRuleResult]
1949 |
# File 'sig/client.rbs', line 1949
def rule_results: () -> ::Array[Types::DataQualityRuleResult]
|
#ruleset_evaluation_run_id ⇒ ::String
1948 |
# File 'sig/client.rbs', line 1948
def ruleset_evaluation_run_id: () -> ::String
|
#ruleset_name ⇒ ::String
1942 |
# File 'sig/client.rbs', line 1942
def ruleset_name: () -> ::String
|
#score ⇒ ::Float
1940 |
# File 'sig/client.rbs', line 1940
def score: () -> ::Float
|
#started_on ⇒ ::Time
1944 |
# File 'sig/client.rbs', line 1944
def started_on: () -> ::Time
|