Class: Openlayer::Models::Projects::InferencePipelineCreateParams::DataBackend::BigQueryDataBackend
Defined Under Namespace
Modules: BackendType, PartitionType
Classes: Config
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(ground_truth_column_name: nil, human_feedback_column_name: nil, inference_id_column_name: nil, latency_column_name: nil, timestamp_column_name: nil) ⇒ Object
Some parameter documentations has been truncated, see Config for more details.
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 124
|
Instance Attribute Details
80
81
82
83
84
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 80
required :backend_type,
enum: -> {
Openlayer::Projects::InferencePipelineCreateParams::DataBackend::BigQueryDataBackend::BackendType
},
api_name: :backendType
|
#bigquery_connection_id ⇒ String?
89
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 89
required :bigquery_connection_id, String, api_name: :bigqueryConnectionId, nil?: true
|
#dataset_id ⇒ String
94
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 94
required :dataset_id, String, api_name: :datasetId
|
#partition_type ⇒ Symbol, ...
109
110
111
112
113
114
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 109
optional :partition_type,
enum: -> {
Openlayer::Projects::InferencePipelineCreateParams::DataBackend::BigQueryDataBackend::PartitionType
},
api_name: :partitionType,
nil?: true
|
#project_id ⇒ String
99
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 99
required :project_id, String, api_name: :projectId
|
#table_id ⇒ String?
104
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 104
required :table_id, String, api_name: :tableId, nil?: true
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 139
|