Class: Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::DatabricksDtlDataBackend::Config

Inherits:
Internal::Type::BaseModel
  • Object
show all
Defined in:
lib/openlayer/models/projects/inference_pipeline_create_params.rb,
sig/openlayer/models/projects/inference_pipeline_create_params.rbs

Overview

See Also:

  • Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::DatabricksDtlDataBackend#config

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, 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

#initializeObject



345
# File 'sig/openlayer/models/projects/inference_pipeline_create_params.rbs', line 345

def initialize: (

Instance Attribute Details

#ground_truth_column_nameString?

Name of the column with the ground truths.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


393
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 393

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

#human_feedback_column_nameString?

Name of the column with human feedback.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


399
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 399

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

#inference_id_column_nameString?

Returns the value of attribute inference_id_column_name.

Returns:

  • (String, nil)


343
344
345
# File 'sig/openlayer/models/projects/inference_pipeline_create_params.rbs', line 343

def inference_id_column_name
  @inference_id_column_name
end

#latency_column_nameString?

Name of the column with the latencies.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


405
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 405

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.

Parameters:

  • value (String, nil)

Returns:

  • (String, nil)


412
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 412

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

Instance Method Details

#to_hash{

Returns:

  • ({)


353
# File 'sig/openlayer/models/projects/inference_pipeline_create_params.rbs', line 353

def to_hash: -> {