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

Overview

See Also:

Defined Under Namespace

Modules: ColumnFilter

Instance Attribute Summary collapse

Method Summary

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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

This class inherits a constructor from Openlayer::Internal::Type::BaseModel

Instance Attribute Details

#exclude_row_id_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


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_andArray<String>?

Returns:

  • (Array<String>, nil)


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_orArray<String>?

Returns:

  • (Array<String>, nil)


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_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


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_andArray<String>?

Returns:

  • (Array<String>, nil)


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_orArray<String>?

Returns:

  • (Array<String>, nil)


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