Class: Openlayer::Models::InferencePipelines::TestResultListResponse::Item::RowsBody
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openlayer/models/inference_pipelines/test_result_list_response.rb,
sig/openlayer/models/inference_pipelines/test_result_list_response.rbs
Overview
Defined Under Namespace
Modules: ColumnFilter
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
602
|
# File 'sig/openlayer/models/inference_pipelines/test_result_list_response.rbs', line 602
def initialize: (
|
Instance Attribute Details
625
626
627
628
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 625
optional :column_filters,
-> { Openlayer::Internal::Type::ArrayOf[union: Openlayer::Models::InferencePipelines::TestResultListResponse::Item::RowsBody::ColumnFilter] },
api_name: :columnFilters,
nil?: true
|
#exclude_row_id_list ⇒ Array<Integer>?
633
634
635
636
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 633
optional :exclude_row_id_list,
Openlayer::Internal::Type::ArrayOf[Integer],
api_name: :excludeRowIdList,
nil?: true
|
#not_search_query_and ⇒ Array<String>?
641
642
643
644
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 641
optional :not_search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryAnd,
nil?: true
|
#not_search_query_or ⇒ Array<String>?
649
650
651
652
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 649
optional :not_search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryOr,
nil?: true
|
#row_id_list ⇒ Array<Integer>?
657
658
659
660
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 657
optional :row_id_list,
Openlayer::Internal::Type::ArrayOf[Integer],
api_name: :rowIdList,
nil?: true
|
#search_query_and ⇒ Array<String>?
665
666
667
668
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 665
optional :search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryAnd,
nil?: true
|
#search_query_or ⇒ Array<String>?
673
674
675
676
|
# File 'lib/openlayer/models/inference_pipelines/test_result_list_response.rb', line 673
optional :search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryOr,
nil?: true
|
Instance Method Details
#to_hash ⇒ {
612
|
# File 'sig/openlayer/models/inference_pipelines/test_result_list_response.rbs', line 612
def to_hash: -> {
|