Class: Openlayer::Models::Projects::CommitCreateResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::CommitCreateResponse
- Defined in:
- lib/openlayer/models/projects/commit_create_response.rb
Overview
Defined Under Namespace
Modules: Status Classes: Commit, Links
Instance Attribute Summary collapse
-
#archived ⇒ Boolean?
Whether the commit is archived.
-
#commit ⇒ Openlayer::Models::Projects::CommitCreateResponse::Commit
The details of a commit (project version).
-
#deployment_status ⇒ String?
The deployment status associated with the commit’s model.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(id: , author_id: , file_size: , message: , ml_model_id: , storage_uri: , training_dataset_id: , validation_dataset_id: , date_created: nil, git_commit_ref: nil, git_commit_sha: nil, git_commit_url: nil) ⇒ Object
constructor
The details of a commit (project version).
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: , author_id: , file_size: , message: , ml_model_id: , storage_uri: , training_dataset_id: , validation_dataset_id: , date_created: nil, git_commit_ref: nil, git_commit_sha: nil, git_commit_url: nil) ⇒ Object
The details of a commit (project version).
|
|
# File 'lib/openlayer/models/projects/commit_create_response.rb', line 106
|
Instance Attribute Details
#archived ⇒ Boolean?
Whether the commit is archived.
18 |
# File 'lib/openlayer/models/projects/commit_create_response.rb', line 18 optional :archived, Openlayer::Internal::Type::Boolean, nil?: true |
#commit ⇒ Openlayer::Models::Projects::CommitCreateResponse::Commit
The details of a commit (project version).
12 |
# File 'lib/openlayer/models/projects/commit_create_response.rb', line 12 required :commit, -> { Openlayer::Models::Projects::CommitCreateResponse::Commit } |
#deployment_status ⇒ String?
The deployment status associated with the commit’s model.
24 |
# File 'lib/openlayer/models/projects/commit_create_response.rb', line 24 optional :deployment_status, String, api_name: :deploymentStatus |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/projects/commit_create_response.rb', line 260
|