Class: Openlayer::Models::Projects::InferencePipelineCreateResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineCreateResponse
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_create_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::Projects::InferencePipelineCreateResponse::Project?
- #workspace ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::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/projects/inference_pipeline_create_response.rb', line 119
|
Instance Attribute Details
#description ⇒ String?
The inference pipeline description.
12 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 12 required :description, String, nil?: true |
#name ⇒ String
The inference pipeline name.
18 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 18 required :name, String |
#project ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::Project?
23 24 25 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 23 optional :project, -> { Openlayer::Models::Projects::InferencePipelineCreateResponse::Project }, nil?: true |
#workspace ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace?
30 31 32 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 30 optional :workspace, -> { Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace }, nil?: true |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 180
|