Class: Openlayer::Models::Projects::InferencePipelineCreateResponse::Project
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineCreateResponse::Project
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_create_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::InferencePipelineCreateResponse::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_create_response.rb', line 290
|
Instance Attribute Details
#description ⇒ String?
The project description.
204 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 204 optional :description, String, nil?: true |
#name ⇒ String
The project name.
190 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 190 required :name, String |
#task_type ⇒ Symbol, Openlayer::Models::Projects::InferencePipelineCreateResponse::Project::TaskType
The task type of the project.
196 197 198 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 196 required :task_type, enum: -> { Openlayer::Models::Projects::InferencePipelineCreateResponse::Project::TaskType }, api_name: :taskType |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 346
|