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. 
- 
  
    
      #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 a `NameString` and `DescriptionString`. 
Instance Attribute Details
#columns_referenced ⇒ Array<String>
The list of columns referenced by the statistic.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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`.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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.
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_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`
| 24574 24575 24576 24577 24578 24579 24580 24581 24582 24583 24584 24585 24586 24587 24588 | # File 'lib/aws-sdk-glue/types.rb', line 24574 class StatisticSummary < Struct.new( :statistic_id, :profile_id, :run_identifier, :statistic_name, :double_value, :evaluation_level, :columns_referenced, :referenced_datasets, :statistic_properties, :recorded_on, :inclusion_annotation) SENSITIVE = [:statistic_properties] include Aws::Structure end |