Class: Openlayer::Models::InferencePipelines::RowListParams
Overview
Defined Under Namespace
Modules: ColumnFilter
Constant Summary
Internal::Type::RequestParameters::Openlayer
Instance Attribute Summary collapse
#request_options
Instance Method Summary
collapse
dump_request
included
==, #==, #[], 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
57
|
# File 'sig/openlayer/models/inference_pipelines/row_list_params.rbs', line 57
def initialize: (
|
Instance Attribute Details
#asc ⇒ Boolean?
Whether or not to sort on the sortColumn in ascending order.
20
|
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 20
optional :asc, Openlayer::Internal::Type::Boolean
|
43
44
45
46
47
48
|
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 43
optional :column_filters,
-> {
Openlayer::Internal::Type::ArrayOf[union: Openlayer::InferencePipelines::RowListParams::ColumnFilter]
},
api_name: :columnFilters,
nil?: true
|
#exclude_row_id_list ⇒ Array<Integer>?
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_id ⇒ String
14
|
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 14
required :inference_pipeline_id, String
|
#not_search_query_and ⇒ Array<String>?
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_or ⇒ Array<String>?
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
|
#page ⇒ Integer?
The page to return in a paginated query.
26
|
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 26
optional :page, Integer
|
#per_page ⇒ Integer?
Maximum number of items to return per page.
32
|
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 32
optional :per_page, Integer
|
#row_id_list ⇒ Array<Integer>?
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_and ⇒ Array<String>?
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_or ⇒ Array<String>?
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_column ⇒ String?
Name of the column to sort on
38
|
# File 'lib/openlayer/models/inference_pipelines/row_list_params.rb', line 38
optional :sort_column, String
|
Instance Method Details
#to_hash ⇒ {
73
|
# File 'sig/openlayer/models/inference_pipelines/row_list_params.rbs', line 73
def to_hash: -> {
|