Class: Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project::GitRepo

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/openlayer/models/projects/inference_pipeline_list_response.rb,
sig/openlayer/models/projects/inference_pipeline_list_response.rbs

Overview

See Also:

  • Openlayer::Models::Projects::InferencePipelineListResponse::Item::Project#git_repo

Instance Attribute 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 ⇒ Object



816
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 816

def initialize: (

Instance Attribute Details

#branch ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


935
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 935

optional :branch, String

#date_connected ⇒ Time

Returns the value of attribute date_connected.

Returns:

  • (Time)


802
803
804
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 802

def date_connected
  @date_connected
end

#date_updated ⇒ Time

Returns the value of attribute date_updated.

Returns:

  • (Time)


804
805
806
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 804

def date_updated
  @date_updated
end

#git_account_id ⇒ String

Parameters:

  • value (String)

Returns:

  • (String)


925
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 925

required :git_account_id, String, api_name: :gitAccountId

#git_id ⇒ Integer

Parameters:

  • value (Integer)

Returns:

  • (Integer)


930
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 930

required :git_id, Integer, api_name: :gitId

#id ⇒ String

Returns the value of attribute id.

Returns:

  • (String)


800
801
802
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 800

def id
  @id
end

#name ⇒ String

Returns the value of attribute name.

Returns:

  • (String)


806
807
808
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 806

def name
  @name
end

#private ⇒ Boolean

Returns the value of attribute private.

Returns:

  • (Boolean)


808
809
810
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 808

def private
  @private
end

#project_id ⇒ String

Returns the value of attribute project_id.

Returns:

  • (String)


810
811
812
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 810

def project_id
  @project_id
end

#root_dir ⇒ String?

Parameters:

  • (String)

Returns:

  • (String, nil)


940
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 940

optional :root_dir, String, api_name: :rootDir

#slug ⇒ String

Returns the value of attribute slug.

Returns:

  • (String)


812
813
814
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 812

def slug
  @slug
end

#url ⇒ String

Returns the value of attribute url.

Returns:

  • (String)


814
815
816
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 814

def url
  @url
end

Instance Method Details

#to_hash ⇒ {

Returns:

  • ({)


831
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 831

def to_hash: -> {