Module: Openlayer::Models::InferencePipelineUpdateResponse::DataBackend

Extended by:
Internal::Type::Union
Defined in:
lib/openlayer/models/inference_pipeline_update_response.rb

Overview

See Also:

Defined Under Namespace

Classes: BigQueryDataBackend, DatabricksDtlDataBackend, DefaultDataBackend, PostgresDataBackend, RedshiftDataBackend, SnowflakeDataBackend

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Internal::Type::Union

==, ===, coerce, dump, hash, inspect, to_sorbet_type, 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

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 324

Instance Method Details

#initialize(ground_truth_column_name: nil, human_feedback_column_name: nil, latency_column_name: nil, timestamp_column_name: nil) ⇒ Object

Some parameter documentations has been truncated, see Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend::Config for more details.

Parameters:

  • ground_truth_column_name (String, nil) (defaults to: nil)

    Name of the column with the ground truths.

  • human_feedback_column_name (String, nil) (defaults to: nil)

    Name of the column with human feedback.

  • latency_column_name (String, nil) (defaults to: nil)

    Name of the column with the latencies.

  • timestamp_column_name (String, nil) (defaults to: nil)

    Name of the column with the timestamps. Timestamps must be in UNIX sec format. I



# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 423