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

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

Overview

The response for the Data Quality rule recommendation run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_run_optionsTypes::DataQualityRuleRecommendationRunAdditionalRunOptions

Additional run options you can specify for a recommendation run.



14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#completed_onTime

The date and time when this run was completed.

Returns:

  • (Time)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#created_ruleset_nameString

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

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#data_quality_security_configurationString

The name of the security configuration created with the data quality encryption option.

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

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

Returns:



14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#error_stringString

The error strings that are associated with the run.

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timeInteger

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

Returns:

  • (Integer)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  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)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  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)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_modeString

The mode that Glue Data Quality uses to recommend rules.

The default is BASIC.

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  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)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The IAM role that Glue assumes to access resources for the run.

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#run_idString

The unique run identifier associated with this run.

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The date and time when this run started.

Returns:

  • (Time)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status for this run.

Returns:

  • (String)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  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)


14278
14279
14280
14281
14282
14283
14284
14285
14286
14287
14288
14289
14290
14291
14292
14293
14294
14295
14296
14297
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14278

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,
  :data_quality_security_configuration,
  :additional_run_options,
  :recommendation_mode)
  SENSITIVE = []
  include Aws::Structure
end