| Package | Description |
|---|---|
| com.amazonaws.services.glue |
|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
GetDataQualityRulesetEvaluationRunResult |
AWSGlueClient.getDataQualityRulesetEvaluationRun(GetDataQualityRulesetEvaluationRunRequest request)
Retrieves a specific run where a ruleset is evaluated against a data source.
|
GetDataQualityRulesetEvaluationRunResult |
AWSGlue.getDataQualityRulesetEvaluationRun(GetDataQualityRulesetEvaluationRunRequest getDataQualityRulesetEvaluationRunRequest)
Retrieves a specific run where a ruleset is evaluated against a data source.
|
GetDataQualityRulesetEvaluationRunResult |
AbstractAWSGlue.getDataQualityRulesetEvaluationRun(GetDataQualityRulesetEvaluationRunRequest request) |
| Modifier and Type | Method and Description |
|---|---|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.addAdditionalDataSourcesEntry(String key,
DataSource value)
Add a single AdditionalDataSources entry
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.clearAdditionalDataSourcesEntries()
Removes all the entries added into AdditionalDataSources.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.clone() |
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withAdditionalDataSources(Map<String,DataSource> additionalDataSources)
A map of reference strings to additional data sources you can specify for an evaluation run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withAdditionalRunOptions(DataQualityEvaluationRunAdditionalRunOptions additionalRunOptions)
Additional run options you can specify for an evaluation run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withCompletedOn(Date completedOn)
The date and time when this run was completed.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withDataSource(DataSource dataSource)
The data source (an Glue table) associated with this evaluation run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withErrorString(String errorString)
The error strings that are associated with the run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withExecutionTime(Integer executionTime)
The amount of time (in seconds) that the run consumed resources.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withLastModifiedOn(Date lastModifiedOn)
A timestamp.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withNumberOfWorkers(Integer numberOfWorkers)
The number of
G.1X workers to be used in the run. |
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withResultIds(Collection<String> resultIds)
A list of result IDs for the data quality results for the run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withResultIds(String... resultIds)
A list of result IDs for the data quality results for the run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withRole(String role)
An IAM role supplied to encrypt the results of the run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withRulesetNames(Collection<String> rulesetNames)
A list of ruleset names for the run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withRulesetNames(String... rulesetNames)
A list of ruleset names for the run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withRunId(String runId)
The unique run identifier associated with this run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withStartedOn(Date startedOn)
The date and time when this run started.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withStatus(String status)
The status for this run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withStatus(TaskStatusType status)
The status for this run.
|
GetDataQualityRulesetEvaluationRunResult |
GetDataQualityRulesetEvaluationRunResult.withTimeout(Integer timeout)
The timeout for a run in minutes.
|
Copyright © 2024. All rights reserved.