Class: Aws::Glue::Types::StatisticSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::StatisticSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Summary information about a statistic.
Constant Summary collapse
- SENSITIVE =
[:statistic_properties]
Instance Attribute Summary collapse
-
#columns_referenced ⇒ Array<String>
The list of columns referenced by the statistic.
-
#distribution_value ⇒ Types::DistributionData
The distribution value for the statistic.
-
#double_value ⇒ Float
The value of the statistic.
-
#evaluation_level ⇒ String
The evaluation level of the statistic.
-
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
The inclusion annotation for the statistic.
-
#profile_id ⇒ String
The Profile ID.
-
#recorded_on ⇒ Time
The timestamp when the statistic was recorded.
-
#referenced_datasets ⇒ Array<String>
The list of datasets referenced by the statistic.
-
#run_identifier ⇒ Types::RunIdentifier
The Run Identifier.
-
#statistic_id ⇒ String
The Statistic ID.
-
#statistic_name ⇒ String
The name of the statistic.
-
#statistic_properties ⇒ Hash<String,String>
A
StatisticPropertiesMap, which contains aNameStringandDescriptionString.
Instance Attribute Details
#columns_referenced ⇒ Array<String>
The list of columns referenced by the statistic.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#distribution_value ⇒ Types::DistributionData
The distribution value for the statistic.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#double_value ⇒ Float
The value of the statistic.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#evaluation_level ⇒ String
The evaluation level of the statistic. Possible values: Dataset,
Column, Multicolumn.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#inclusion_annotation ⇒ Types::TimestampedInclusionAnnotation
The inclusion annotation for the statistic.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#profile_id ⇒ String
The Profile ID.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#recorded_on ⇒ Time
The timestamp when the statistic was recorded.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#referenced_datasets ⇒ Array<String>
The list of datasets referenced by the statistic.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#run_identifier ⇒ Types::RunIdentifier
The Run Identifier
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#statistic_id ⇒ String
The Statistic ID.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#statistic_name ⇒ String
The name of the statistic.
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |
#statistic_properties ⇒ Hash<String,String>
A StatisticPropertiesMap, which contains a NameString and
DescriptionString
29509 29510 29511 29512 29513 29514 29515 29516 29517 29518 29519 29520 29521 29522 29523 29524 |
# File 'lib/aws-sdk-glue/types.rb', line 29509 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :distribution_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |