Class: Openlayer::Models::InferencePipelineUpdateResponse

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openlayer/models/inference_pipeline_update_response.rb

Overview

Defined Under Namespace

Modules: Status Classes: Links, Project, Workspace

Instance Attribute Summary collapse

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

Parameters:

  • id (String) (defaults to: )
  • date_connected (Time) (defaults to: )
  • date_updated (Time) (defaults to: )
  • git_account_id (String) (defaults to: )
  • git_id (Integer) (defaults to: )
  • name (String) (defaults to: )
  • private (Boolean) (defaults to: )
  • project_id (String) (defaults to: )
  • slug (String) (defaults to: )
  • url (String) (defaults to: )
  • branch (String) (defaults to: nil)
  • root_dir (String) (defaults to: nil)


# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 114

Instance Attribute Details

#descriptionString?

The inference pipeline description.

Returns:

  • (String, nil)


11
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 11

required :description, String, nil?: true

#nameString

The inference pipeline name.

Returns:

  • (String)


17
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 17

required :name, String

#projectOpenlayer::Models::InferencePipelineUpdateResponse::Project?



22
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 22

optional :project, -> { Openlayer::Models::InferencePipelineUpdateResponse::Project }, nil?: true

#workspaceOpenlayer::Models::InferencePipelineUpdateResponse::Workspace?



27
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 27

optional :workspace, -> { Openlayer::Models::InferencePipelineUpdateResponse::Workspace }, nil?: true

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 175