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
679
|
# File 'sig/openlayer/models/projects/inference_pipeline_create_params.rbs', line 679
def initialize: (
|
Instance Attribute Details
#branch ⇒ String?
781
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 781
optional :branch, String
|
#git_account_id ⇒ String
771
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 771
required :git_account_id, String, api_name: :gitAccountId
|
#git_id ⇒ Integer
776
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 776
required :git_id, Integer, api_name: :gitId
|
#root_dir ⇒ String?
786
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_params.rb', line 786
optional :root_dir, String, api_name: :rootDir
|
Instance Method Details
#to_hash ⇒ {
686
|
# File 'sig/openlayer/models/projects/inference_pipeline_create_params.rbs', line 686
def to_hash: -> {
|