Class: Aws::Glue::Types::StartDataQualityRulesetEvaluationRunRequest

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

#additional_data_sourcesHash<String,Types::DataSource>

A map of reference strings to additional data sources you can specify for an evaluation run.

Returns:



20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#additional_run_optionsTypes::DataQualityEvaluationRunAdditionalRunOptions

Additional run options you can specify for an evaluation run.



20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

Used for idempotency and is recommended to be set to a random ID (such as a UUID) to avoid creating or starting multiple instances of the same resource.

Returns:

  • (String)


20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#data_sourceTypes::DataSource

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

Returns:



20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  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)


20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

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

Returns:

  • (String)


20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  SENSITIVE = []
  include Aws::Structure
end

#ruleset_namesArray<String>

A list of ruleset names.

Returns:

  • (Array<String>)


20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  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)


20004
20005
20006
20007
20008
20009
20010
20011
20012
20013
20014
20015
# File 'lib/aws-sdk-glue/types.rb', line 20004

class StartDataQualityRulesetEvaluationRunRequest < Struct.new(
  :data_source,
  :role,
  :number_of_workers,
  :timeout,
  :client_token,
  :additional_run_options,
  :ruleset_names,
  :additional_data_sources)
  SENSITIVE = []
  include Aws::Structure
end