Class: Openlayer::Models::Projects::InferencePipelineCreateParams::Workspace::MonthlyUsage
Instance Attribute 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(execution_time_ms: nil, month_year: nil, prediction_count: nil) ⇒ Object
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 220
|
Instance Attribute Details
#execution_time_ms ⇒ Integer?
208
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 208
optional :execution_time_ms, Integer, api_name: :executionTimeMs, nil?: true
|
#month_year ⇒ Date?
213
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 213
optional :month_year, Date, api_name: :monthYear
|
#prediction_count ⇒ Integer?
218
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 218
optional :prediction_count, Integer, api_name: :predictionCount
|