Class: Openlayer::Models::Projects::InferencePipelineListResponse::Item::DataBackend::RedshiftDataBackend::Config
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineListResponse::Item::DataBackend::RedshiftDataBackend::Config
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_list_response.rb
Overview
Instance Attribute Summary collapse
-
#ground_truth_column_name ⇒ String?
Name of the column with the ground truths.
-
#human_feedback_column_name ⇒ String?
Name of the column with human feedback.
-
#latency_column_name ⇒ String?
Name of the column with the latencies.
-
#timestamp_column_name ⇒ String?
Name of the column with the timestamps.
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_name ⇒ String?
Name of the column with the ground truths.
573 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 573 optional :ground_truth_column_name, String, api_name: :groundTruthColumnName, nil?: true |
#human_feedback_column_name ⇒ String?
Name of the column with human feedback.
579 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 579 optional :human_feedback_column_name, String, api_name: :humanFeedbackColumnName, nil?: true |
#latency_column_name ⇒ String?
Name of the column with the latencies.
585 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 585 optional :latency_column_name, String, api_name: :latencyColumnName, nil?: true |
#timestamp_column_name ⇒ String?
Name of the column with the timestamps. Timestamps must be in UNIX sec format. If not provided, the upload timestamp is used.
592 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 592 optional :timestamp_column_name, String, api_name: :timestampColumnName, nil?: true |