Class: Aws::CleanRoomsML::Types::MetricDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CleanRoomsML::Types::MetricDefinition
 
 
- Defined in:
 - gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb
 
Overview
Information about the model metric that is reported for a trained model.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the model metric.
 - 
  
    
      #regex  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The regular expression statement that defines how the model metric is reported.
 
Instance Attribute Details
#name ⇒ String
The name of the model metric.
      4660 4661 4662 4663 4664 4665  | 
    
      # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4660 class MetricDefinition < Struct.new( :name, :regex) SENSITIVE = [] include Aws::Structure end  | 
  
#regex ⇒ String
The regular expression statement that defines how the model metric is reported.
      4660 4661 4662 4663 4664 4665  | 
    
      # File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4660 class MetricDefinition < Struct.new( :name, :regex) SENSITIVE = [] include Aws::Structure end  |