Class: Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold
- Defined in:
- lib/openlayer/models/inference_pipelines/test_result_list_response.rb
Defined Under Namespace
Modules: InsightName, Operator, ThresholdMode, Value Classes: InsightParameter
Instance Attribute Summary collapse
-
#insight_name ⇒ Symbol, ...
The insight name to be evaluated.
-
#insight_parameters ⇒ Array<Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold::InsightParameter>?
The insight parameters.
-
#measurement ⇒ String?
The measurement to be evaluated.
-
#operator ⇒ Symbol, ...
The operator to be used for the evaluation.
-
#threshold_mode ⇒ Symbol, ...
Whether to use automatic anomaly detection or manual thresholds.
-
#value ⇒ Float, ...
The value to be compared.
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(name: , value: ) ⇒ Object constructor
Methods inherited from Internal::Type::BaseModel
==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(name: , value: ) ⇒ Object
|
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 418
|
Instance Attribute Details
#insight_name ⇒ Symbol, ...
The insight name to be evaluated.
375 376 377 |
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 375 optional :insight_name, enum: -> { Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold::InsightName }, api_name: :insightName |
#insight_parameters ⇒ Array<Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold::InsightParameter>?
The insight parameters. Required only for some test subtypes. For example, for tests that require a column name, the insight parameters will be [‘column_name’, ‘value’: ‘Age’]
385 386 387 388 |
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 385 optional :insight_parameters, -> { Openlayer::Internal::Type::ArrayOf[Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold::InsightParameter] }, api_name: :insightParameters, nil?: true |
#measurement ⇒ String?
The measurement to be evaluated.
394 |
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 394 optional :measurement, String |
#operator ⇒ Symbol, ...
The operator to be used for the evaluation.
400 401 |
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 400 optional :operator, enum: -> { Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold::Operator } |
#threshold_mode ⇒ Symbol, ...
Whether to use automatic anomaly detection or manual thresholds
407 408 409 |
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 407 optional :threshold_mode, enum: -> { Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold::ThresholdMode }, api_name: :thresholdMode |
#value ⇒ Float, ...
The value to be compared.
415 416 |
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 415 optional :value, union: -> { Openlayer::Models::InferencePipelines::TestResultListResponse::Item::Goal::Threshold::Value } |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 476
|