Class: Openlayer::Models::InferencePipelines::RowListParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/openlayer/models/inference_pipelines/row_list_params.rb

Overview

Defined Under Namespace

Modules: ColumnFilter

Instance Attribute Summary collapse

Attributes included from Internal::Type::RequestParameters

#request_options

Method Summary

Methods included from Internal::Type::RequestParameters::Converter

dump_request

Methods included from Internal::Type::RequestParameters

included

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

#ascBoolean?

Whether or not to sort on the sortColumn in ascending order.

Returns:

  • (Boolean, nil)


20
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 20

optional :asc, Openlayer::Internal::Type::Boolean

#exclude_row_id_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


53
54
55
56
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 53

optional :exclude_row_id_list,
Openlayer::Internal::Type::ArrayOf[Integer],
api_name: :excludeRowIdList,
nil?: true

#inference_pipeline_idString

Returns:

  • (String)


14
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 14

required :inference_pipeline_id, String

#not_search_query_andArray<String>?

Returns:

  • (Array<String>, nil)


61
62
63
64
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 61

optional :not_search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryAnd,
nil?: true

#not_search_query_orArray<String>?

Returns:

  • (Array<String>, nil)


69
70
71
72
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 69

optional :not_search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :notSearchQueryOr,
nil?: true

#pageInteger?

The page to return in a paginated query.

Returns:

  • (Integer, nil)


26
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 26

optional :page, Integer

#per_pageInteger?

Maximum number of items to return per page.

Returns:

  • (Integer, nil)


32
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 32

optional :per_page, Integer

#row_id_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


77
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 77

optional :row_id_list, Openlayer::Internal::Type::ArrayOf[Integer], api_name: :rowIdList, nil?: true

#search_query_andArray<String>?

Returns:

  • (Array<String>, nil)


82
83
84
85
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 82

optional :search_query_and,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryAnd,
nil?: true

#search_query_orArray<String>?

Returns:

  • (Array<String>, nil)


90
91
92
93
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 90

optional :search_query_or,
Openlayer::Internal::Type::ArrayOf[String],
api_name: :searchQueryOr,
nil?: true

#sort_columnString?

Name of the column to sort on

Returns:

  • (String, nil)


38
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 38

optional :sort_column, String