Class: Openlayer::Models::InferencePipelineRetrieveResponse::DataBackend::DatabricksDtlDataBackend::Config

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/openlayer/models/inference_pipeline_retrieve_response.rb

Overview

See Also:

  • #config

Instance Attribute Summary collapse

Method Summary

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

#ground_truth_column_nameString?

Name of the column with the ground truths.

Returns:

  • (String, nil)


477
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 477

optional :ground_truth_column_name, String, api_name: :groundTruthColumnName, nil?: true

#human_feedback_column_nameString?

Name of the column with human feedback.

Returns:

  • (String, nil)


483
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 483

optional :human_feedback_column_name, String, api_name: :humanFeedbackColumnName, nil?: true

#latency_column_nameString?

Name of the column with the latencies.

Returns:

  • (String, nil)


489
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 489

optional :latency_column_name, String, api_name: :latencyColumnName, nil?: true

#timestamp_column_nameString?

Name of the column with the timestamps. Timestamps must be in UNIX sec format. If not provided, the upload timestamp is used.

Returns:

  • (String, nil)


496
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 496

optional :timestamp_column_name, String, api_name: :timestampColumnName, nil?: true