Class: Openlayer::Models::Projects::InferencePipelineCreateParams::Project::GitRepo
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_create_params.rb,
sig/openlayer/models/projects/inference_pipeline_create_params.rbs
Overview
Instance Attribute Summary collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize ⇒ Object
659
|
# File 'sig/openlayer/models/projects/inference_pipeline_create_params.rbs', line 659
def initialize: (
|
Instance Attribute Details
#branch ⇒ String?
744
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 744
optional :branch, String
|
#git_account_id ⇒ String
734
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 734
required :git_account_id, String, api_name: :gitAccountId
|
#git_id ⇒ Integer
739
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 739
required :git_id, Integer, api_name: :gitId
|
#root_dir ⇒ String?
749
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 749
optional :root_dir, String, api_name: :rootDir
|
Instance Method Details
#to_hash ⇒ {
666
|
# File 'sig/openlayer/models/projects/inference_pipeline_create_params.rbs', line 666
def to_hash: -> {
|