Class: Openlayer::Models::Projects::CommitListResponse::Item::Commit
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::CommitListResponse::Item::Commit
- Defined in:
- lib/openlayer/models/projects/commit_list_response.rb,
sig/openlayer/models/projects/commit_list_response.rbs
Overview
Instance Attribute Summary collapse
-
#author_id ⇒ String
Returns the value of attribute author_id.
-
#date_created ⇒ Time?
readonly
Returns the value of attribute date_created.
-
#file_size ⇒ Integer?
Returns the value of attribute file_size.
-
#git_commit_ref ⇒ String?
readonly
Returns the value of attribute git_commit_ref.
-
#git_commit_sha ⇒ Integer?
readonly
Returns the value of attribute git_commit_sha.
-
#git_commit_url ⇒ String?
readonly
Returns the value of attribute git_commit_url.
-
#id ⇒ String
Returns the value of attribute id.
-
#message ⇒ String
The commit message.
-
#ml_model_id ⇒ String?
Returns the value of attribute ml_model_id.
-
#storage_uri ⇒ String
Returns the value of attribute storage_uri.
-
#training_dataset_id ⇒ String?
Returns the value of attribute training_dataset_id.
-
#validation_dataset_id ⇒ String?
Returns the value of attribute validation_dataset_id.
Instance Method Summary collapse
- #date_created ⇒ Time readonly
- #git_commit_ref ⇒ String readonly
- #git_commit_sha ⇒ Integer readonly
- #git_commit_url ⇒ String readonly
- #initialize ⇒ Object constructor
- #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 ⇒ Object
168 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 168
def initialize: (
|
Instance Attribute Details
#author_id ⇒ String
Returns the value of attribute author_id.
140 141 142 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 140 def @author_id end |
#date_created ⇒ Time? (readonly)
Returns the value of attribute date_created.
152 153 154 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 152 def date_created @date_created end |
#file_size ⇒ Integer?
Returns the value of attribute file_size.
142 143 144 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 142 def file_size @file_size end |
#git_commit_ref ⇒ String? (readonly)
Returns the value of attribute git_commit_ref.
156 157 158 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 156 def git_commit_ref @git_commit_ref end |
#git_commit_sha ⇒ Integer? (readonly)
Returns the value of attribute git_commit_sha.
160 161 162 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 160 def git_commit_sha @git_commit_sha end |
#git_commit_url ⇒ String? (readonly)
Returns the value of attribute git_commit_url.
164 165 166 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 164 def git_commit_url @git_commit_url end |
#id ⇒ String
Returns the value of attribute id.
138 139 140 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 138 def id @id end |
#message ⇒ String
The commit message.
158 |
# File 'lib/openlayer/models/projects/commit_list_response.rb', line 158 required :message, String |
#ml_model_id ⇒ String?
Returns the value of attribute ml_model_id.
144 145 146 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 144 def ml_model_id @ml_model_id end |
#storage_uri ⇒ String
Returns the value of attribute storage_uri.
146 147 148 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 146 def storage_uri @storage_uri end |
#training_dataset_id ⇒ String?
Returns the value of attribute training_dataset_id.
148 149 150 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 148 def training_dataset_id @training_dataset_id end |
#validation_dataset_id ⇒ String?
Returns the value of attribute validation_dataset_id.
150 151 152 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 150 def validation_dataset_id @validation_dataset_id end |
Instance Method Details
#date_created= ⇒ Time (readonly)
154 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 154
def date_created=: (Time) -> Time
|
#git_commit_ref= ⇒ String (readonly)
158 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 158
def git_commit_ref=: (String) -> String
|
#git_commit_sha= ⇒ Integer (readonly)
162 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 162
def git_commit_sha=: (Integer) -> Integer
|
#git_commit_url= ⇒ String (readonly)
166 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 166
def git_commit_url=: (String) -> String
|
#to_hash ⇒ {
183 |
# File 'sig/openlayer/models/projects/commit_list_response.rbs', line 183
def to_hash: -> {
|