Class: Aws::CleanRoomsML::Types::MetricDefinition

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#nameString

The name of the model metric.

Returns:

  • (String)


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

#regexString

The regular expression statement that defines how the model metric is reported.

Returns:

  • (String)


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