Class: Openlayer::Models::InferencePipelineRetrieveResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::InferencePipelineRetrieveResponse
- Defined in:
- lib/openlayer/models/inference_pipeline_retrieve_response.rb
Overview
Defined Under Namespace
Modules: Status Classes: Links, Project, Workspace
Instance Attribute Summary collapse
-
#description ⇒ String?
The inference pipeline description.
-
#name ⇒ String
The inference pipeline name.
- #project ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project?
- #workspace ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Workspace?
Class Method 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
#initialize(id: , date_connected: , date_updated: , git_account_id: , git_id: , name: , private: , project_id: , slug: , url: , branch: nil, root_dir: nil) ⇒ Object
|
|
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 114
|
Instance Attribute Details
#description ⇒ String?
The inference pipeline description.
11 |
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 11 required :description, String, nil?: true |
#name ⇒ String
The inference pipeline name.
17 |
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 17 required :name, String |
#project ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project?
22 |
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 22 optional :project, -> { Openlayer::Models::InferencePipelineRetrieveResponse::Project }, nil?: true |
#workspace ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Workspace?
27 |
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 27 optional :workspace, -> { Openlayer::Models::InferencePipelineRetrieveResponse::Workspace }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 175
|