Class: Aws::Glue::Types::GetDataQualityRuleRecommendationRunResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

The date and time when this run was completed.

Returns:

  • (Time)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#created_ruleset_nameString

The name of the ruleset that was created by the run.

Returns:

  • (String)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

The data source (an Glue table) associated with this run.

Returns:



9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#error_stringString

The error strings that are associated with the run.

Returns:

  • (String)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeInteger

The amount of time (in seconds) that the run consumed resources.

Returns:

  • (Integer)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_onTime

A timestamp. The last point in time when this data quality rule recommendation run was modified.

Returns:

  • (Time)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#number_of_workersInteger

The number of ‘G.1X` workers to be used in the run. The default is 5.

Returns:

  • (Integer)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

When a start rule recommendation run completes, it creates a recommended ruleset (a set of rules). This member has those rules in Data Quality Definition Language (DQDL) format.

Returns:

  • (String)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

An IAM role supplied to encrypt the results of the run.

Returns:

  • (String)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique run identifier associated with this run.

Returns:

  • (String)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The date and time when this run started.

Returns:

  • (Time)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status for this run.

Returns:

  • (String)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end

#timeoutInteger

The timeout for a run in minutes. This is the maximum time that a run can consume resources before it is terminated and enters ‘TIMEOUT` status. The default is 2,880 minutes (48 hours).

Returns:

  • (Integer)


9747
9748
9749
9750
9751
9752
9753
9754
9755
9756
9757
9758
9759
9760
9761
9762
9763
# File 'lib/aws-sdk-glue/types.rb', line 9747

class GetDataQualityRuleRecommendationRunResponse < Struct.new(
  :run_id,
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :status,
  :error_string,
  :started_on,
  :last_modified_on,
  :completed_on,
  :execution_time,
  :recommended_ruleset,
  :created_ruleset_name)
  SENSITIVE = []
  include Aws::Structure
end