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
1963 |
# File 'sig/client.rbs', line 1963
def aggregated_metrics: () -> Types::DataQualityAggregatedMetrics
|
#analyzer_results ⇒ ::Array[Types::DataQualityAnalyzerResult]
1961 |
# File 'sig/client.rbs', line 1961
def analyzer_results: () -> ::Array[Types::DataQualityAnalyzerResult]
|
#completed_on ⇒ ::Time
1956 |
# File 'sig/client.rbs', line 1956
def completed_on: () -> ::Time
|
#data_source ⇒ Types::DataSource
1952 |
# File 'sig/client.rbs', line 1952
def data_source: () -> Types::DataSource
|
#evaluation_context ⇒ ::String
1954 |
# File 'sig/client.rbs', line 1954
def evaluation_context: () -> ::String
|
#job_name ⇒ ::String
1957 |
# File 'sig/client.rbs', line 1957
def job_name: () -> ::String
|
#job_run_id ⇒ ::String
1958 |
# File 'sig/client.rbs', line 1958
def job_run_id: () -> ::String
|
#observations ⇒ ::Array[Types::DataQualityObservation]
1962 |
# File 'sig/client.rbs', line 1962
def observations: () -> ::Array[Types::DataQualityObservation]
|
#profile_id ⇒ ::String
1950 |
# File 'sig/client.rbs', line 1950
def profile_id: () -> ::String
|
#result_id ⇒ ::String
1949 |
# File 'sig/client.rbs', line 1949
def result_id: () -> ::String
|
#rule_results ⇒ ::Array[Types::DataQualityRuleResult]
1960 |
# File 'sig/client.rbs', line 1960
def rule_results: () -> ::Array[Types::DataQualityRuleResult]
|
#ruleset_evaluation_run_id ⇒ ::String
1959 |
# File 'sig/client.rbs', line 1959
def ruleset_evaluation_run_id: () -> ::String
|
#ruleset_name ⇒ ::String
1953 |
# File 'sig/client.rbs', line 1953
def ruleset_name: () -> ::String
|
#score ⇒ ::Float
1951 |
# File 'sig/client.rbs', line 1951
def score: () -> ::Float
|
#started_on ⇒ ::Time
1955 |
# File 'sig/client.rbs', line 1955
def started_on: () -> ::Time
|