Class: Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_list_response.rb
Overview
Defined Under Namespace
Modules: Source, TaskType Classes: GitRepo, Links
Instance Attribute Summary collapse
-
#description ⇒ String?
The project description.
-
#name ⇒ String
The project name.
-
#task_type ⇒ Symbol, Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project::TaskType
The task type of the project.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(app: ) ⇒ Object
constructor
Links to the project.
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(app: ) ⇒ Object
Links to the project.
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 300
|
Instance Attribute Details
#description ⇒ String?
The project description.
214 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 214 optional :description, String, nil?: true |
#name ⇒ String
The project name.
200 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 200 required :name, String |
#task_type ⇒ Symbol, Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project::TaskType
The task type of the project.
206 207 208 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 206 required :task_type, enum: -> { Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project::TaskType }, api_name: :taskType |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 356
|