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.
4211 4212 4213 4214 4215 4216 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4211 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.
4211 4212 4213 4214 4215 4216 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4211 class MetricDefinition < Struct.new( :name, :regex) SENSITIVE = [] include Aws::Structure end |