Class: Openlayer::Models::InferencePipelineRetrieveResponse::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/inference_pipeline_retrieve_response.rb', line 597
|
Instance Attribute Details
#execution_time_ms ⇒ Integer?
585
|
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 585
optional :execution_time_ms, Integer, api_name: :executionTimeMs, nil?: true
|
#month_year ⇒ Date?
590
|
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 590
optional :month_year, Date, api_name: :monthYear
|
#prediction_count ⇒ Integer?
595
|
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 595
optional :prediction_count, Integer, api_name: :predictionCount
|