Class: Openlayer::Models::InferencePipelineRetrieveSessionsParams

Inherits:
Internal::Type::BaseModel show all
Extended by:
Internal::Type::RequestParameters::Converter
Includes:
Internal::Type::RequestParameters
Defined in:
lib/openlayer/models/inference_pipeline_retrieve_sessions_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)


19
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 19

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

#exclude_row_id_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


52
53
54
55
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 52

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

#inference_pipeline_idString

Returns:

  • (String)


13
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 13

required :inference_pipeline_id, String

#not_search_query_andArray<String>?

Returns:

  • (Array<String>, nil)


60
61
62
63
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 60

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

#not_search_query_orArray<String>?

Returns:

  • (Array<String>, nil)


68
69
70
71
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 68

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)


25
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 25

optional :page, Integer

#per_pageInteger?

Maximum number of items to return per page.

Returns:

  • (Integer, nil)


31
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 31

optional :per_page, Integer

#row_id_listArray<Integer>?

Returns:

  • (Array<Integer>, nil)


76
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 76

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

#search_query_andArray<String>?

Returns:

  • (Array<String>, nil)


81
82
83
84
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 81

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

#search_query_orArray<String>?

Returns:

  • (Array<String>, nil)


89
90
91
92
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 89

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)


37
# File 'lib/openlayer/models/inference_pipeline_retrieve_sessions_params.rb', line 37

optional :sort_column, String