Class: Openlayer::Models::Projects::InferencePipelineListResponse::Item::DataBackend::SnowflakeDataBackend::Config

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/openlayer/models/projects/inference_pipeline_list_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)


417
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 417

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)


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

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

#latency_column_nameString?

Name of the column with the latencies.

Returns:

  • (String, nil)


429
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 429

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)


436
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 436

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