Module: OpenAI::Models::VectorStores::FileBatchCreateParams::Attribute
- Extended by:
- Internal::Type::Union
- Defined in:
- lib/openai/models/vector_stores/file_batch_create_params.rb,
sig/openai/models/vector_stores/file_batch_create_params.rbs
Instance Method Summary collapse
-
#initialize(vector_store_id:, attributes: nil, chunking_strategy: nil, file_ids: nil, files: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see OpenAI::Models::VectorStores::FileBatchCreateParams for more details.
- #self?.variants ⇒ ::Array[OpenAI::Models::VectorStores::FileBatchCreateParams::attribute]
Methods included from Internal::Type::Union
==, ===, coerce, derefed_variants, dump, hash, inspect, to_sorbet_type, variants, variants
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
Instance Method Details
#initialize(vector_store_id:, attributes: nil, chunking_strategy: nil, file_ids: nil, files: nil, request_options: {}) ⇒ Object
Some parameter documentations has been truncated, see OpenAI::Models::VectorStores::FileBatchCreateParams for more details.
75 76 77 78 79 80 81 82 83 84 85 86 |
# File 'lib/openai/models/vector_stores/file_batch_create_params.rb', line 75 module Attribute extend OpenAI::Internal::Type::Union variant String variant Float variant OpenAI::Internal::Type::Boolean # @!method self.variants # @return [Array(String, Float, Boolean)] end |
#self?.variants ⇒ ::Array[OpenAI::Models::VectorStores::FileBatchCreateParams::attribute]
61 |
# File 'sig/openai/models/vector_stores/file_batch_create_params.rbs', line 61
def self?.variants: -> ::Array[OpenAI::Models::VectorStores::FileBatchCreateParams::attribute]
|