Module: Openlayer::Models::InferencePipelineRetrieveParams::Expand

Extended by:
Internal::Type::Enum
Defined in:
lib/openlayer/models/inference_pipeline_retrieve_params.rb,
sig/openlayer/models/inference_pipeline_retrieve_params.rbs

Constant Summary collapse

PROJECT =

Returns:

  • (:project)
:project
WORKSPACE =

Returns:

  • (:workspace)
:workspace

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Enum

==, ===, coerce, dump, hash, inspect, to_sorbet_type, values

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openlayer/models/inference_pipeline_retrieve_params.rb', line 35

Instance Method Details

#initialize(inference_pipeline_id:, expand: nil, request_options: {}) ⇒ Object

Parameters:



29
30
31
32
33
34
35
36
37
# File 'lib/openlayer/models/inference_pipeline_retrieve_params.rb', line 29

module Expand
  extend Openlayer::Internal::Type::Enum

  PROJECT = :project
  WORKSPACE = :workspace

  # @!method self.values
  #   @return [Array<Symbol>]
end

#self?.values::Array[Openlayer::Models::InferencePipelineRetrieveParams::expand]

Returns:

  • (::Array[Openlayer::Models::InferencePipelineRetrieveParams::expand])


42
# File 'sig/openlayer/models/inference_pipeline_retrieve_params.rbs', line 42

def self?.values: -> ::Array[Openlayer::Models::InferencePipelineRetrieveParams::expand]