Class: Openlayer::Models::InferencePipelineRetrieveResponse::Project
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::InferencePipelineRetrieveResponse::Project
- Defined in:
- lib/openlayer/models/inference_pipeline_retrieve_response.rb,
sig/openlayer/models/inference_pipeline_retrieve_response.rbs
Overview
Defined Under Namespace
Modules: Source, TaskType Classes: GitRepo, Links
Instance Attribute Summary collapse
-
#creator_id ⇒ String?
Returns the value of attribute creator_id.
-
#date_created ⇒ Time
Returns the value of attribute date_created.
-
#date_updated ⇒ Time
Returns the value of attribute date_updated.
-
#description ⇒ String?
The project description.
-
#development_goal_count ⇒ Integer
Returns the value of attribute development_goal_count.
-
#git_repo ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project::GitRepo?
Returns the value of attribute git_repo.
-
#goal_count ⇒ Integer
Returns the value of attribute goal_count.
-
#id ⇒ String
Returns the value of attribute id.
-
#inference_pipeline_count ⇒ Integer
Returns the value of attribute inference_pipeline_count.
-
#links ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project::Links
Returns the value of attribute links.
-
#monitoring_goal_count ⇒ Integer
Returns the value of attribute monitoring_goal_count.
-
#name ⇒ String
The project name.
-
#source ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project::source?
Returns the value of attribute source.
-
#task_type ⇒ Symbol, Openlayer::Models::InferencePipelineRetrieveResponse::Project::TaskType
The task type of the project.
-
#version_count ⇒ Integer
Returns the value of attribute version_count.
-
#workspace_id ⇒ String?
Returns the value of attribute workspace_id.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(app:) ⇒ Object
constructor
Links to the project.
- #to_hash ⇒ {
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/inference_pipeline_retrieve_response.rb', line 791
|
Instance Attribute Details
#creator_id ⇒ String?
Returns the value of attribute creator_id.
634 635 636 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 634 def creator_id @creator_id end |
#date_created ⇒ Time
Returns the value of attribute date_created.
636 637 638 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 636 def date_created @date_created end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
638 639 640 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 638 def date_updated @date_updated end |
#description ⇒ String?
The project description.
705 |
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 705 optional :description, String, nil?: true |
#development_goal_count ⇒ Integer
Returns the value of attribute development_goal_count.
640 641 642 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 640 def development_goal_count @development_goal_count end |
#git_repo ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project::GitRepo?
Returns the value of attribute git_repo.
656 657 658 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 656 def git_repo @git_repo end |
#goal_count ⇒ Integer
Returns the value of attribute goal_count.
642 643 644 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 642 def goal_count @goal_count end |
#id ⇒ String
Returns the value of attribute id.
632 633 634 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 632 def id @id end |
#inference_pipeline_count ⇒ Integer
Returns the value of attribute inference_pipeline_count.
644 645 646 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 644 def inference_pipeline_count @inference_pipeline_count end |
#links ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project::Links
Returns the value of attribute links.
646 647 648 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 646 def links @links end |
#monitoring_goal_count ⇒ Integer
Returns the value of attribute monitoring_goal_count.
648 649 650 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 648 def monitoring_goal_count @monitoring_goal_count end |
#name ⇒ String
The project name.
691 |
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 691 required :name, String |
#source ⇒ Openlayer::Models::InferencePipelineRetrieveResponse::Project::source?
Returns the value of attribute source.
650 651 652 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 650 def source @source end |
#task_type ⇒ Symbol, Openlayer::Models::InferencePipelineRetrieveResponse::Project::TaskType
The task type of the project.
697 698 699 |
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 697 required :task_type, enum: -> { Openlayer::Models::InferencePipelineRetrieveResponse::Project::TaskType }, api_name: :taskType |
#version_count ⇒ Integer
Returns the value of attribute version_count.
652 653 654 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 652 def version_count @version_count end |
#workspace_id ⇒ String?
Returns the value of attribute workspace_id.
654 655 656 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 654 def workspace_id @workspace_id end |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/inference_pipeline_retrieve_response.rb', line 847
|
Instance Method Details
#to_hash ⇒ {
677 |
# File 'sig/openlayer/models/inference_pipeline_retrieve_response.rbs', line 677
def to_hash: -> {
|