Class: Openlayer::Models::InferencePipelineUpdateResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::InferencePipelineUpdateResponse
- Defined in:
- lib/openlayer/models/inference_pipeline_update_response.rb,
sig/openlayer/models/inference_pipeline_update_response.rbs
Overview
Defined Under Namespace
Modules: DataBackend, Status Classes: Links, Project, Workspace
Instance Attribute Summary collapse
- #data_backend ⇒ Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend, ...
-
#date_created ⇒ Time
Returns the value of attribute date_created.
-
#date_last_evaluated ⇒ Time?
Returns the value of attribute date_last_evaluated.
-
#date_last_polled ⇒ Time?
Returns the value of attribute date_last_polled.
-
#date_last_sample_received ⇒ Time?
Returns the value of attribute date_last_sample_received.
-
#date_of_next_evaluation ⇒ Time?
Returns the value of attribute date_of_next_evaluation.
-
#date_updated ⇒ Time
Returns the value of attribute date_updated.
-
#description ⇒ String?
The inference pipeline description.
-
#failing_goal_count ⇒ Integer
Returns the value of attribute failing_goal_count.
-
#id ⇒ String
Returns the value of attribute id.
-
#links ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Links
Returns the value of attribute links.
-
#name ⇒ String
The inference pipeline name.
-
#passing_goal_count ⇒ Integer
Returns the value of attribute passing_goal_count.
- #project ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Project?
-
#project_id ⇒ String
Returns the value of attribute project_id.
-
#status ⇒ Openlayer::Models::InferencePipelineUpdateResponse::status
Returns the value of attribute status.
-
#status_message ⇒ String?
Returns the value of attribute status_message.
-
#total_goal_count ⇒ Integer
Returns the value of attribute total_goal_count.
-
#total_records_count ⇒ Integer?
Returns the value of attribute total_records_count.
- #workspace ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Workspace?
-
#workspace_id ⇒ String?
readonly
Returns the value of attribute workspace_id.
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend)
Instance Method Summary collapse
- #initialize(id:, date_connected:, date_updated:, git_account_id:, git_id:, name:, private:, project_id:, slug:, url:, branch: nil, root_dir: nil) ⇒ Object constructor
- #to_hash ⇒ {
- #workspace_id ⇒ String readonly
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:, date_connected:, date_updated:, git_account_id:, git_id:, name:, private:, project_id:, slug:, url:, branch: nil, root_dir: nil) ⇒ Object
|
|
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 134
|
Instance Attribute Details
#data_backend ⇒ Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend, ...
22 23 24 25 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 22 optional :data_backend, union: -> { Openlayer::Models::InferencePipelineUpdateResponse::DataBackend }, api_name: :dataBackend, nil?: true |
#date_created ⇒ Time
Returns the value of attribute date_created.
41 42 43 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 41 def date_created @date_created end |
#date_last_evaluated ⇒ Time?
Returns the value of attribute date_last_evaluated.
43 44 45 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 43 def date_last_evaluated @date_last_evaluated end |
#date_last_polled ⇒ Time?
Returns the value of attribute date_last_polled.
65 66 67 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 65 def date_last_polled @date_last_polled end |
#date_last_sample_received ⇒ Time?
Returns the value of attribute date_last_sample_received.
45 46 47 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 45 def date_last_sample_received @date_last_sample_received end |
#date_of_next_evaluation ⇒ Time?
Returns the value of attribute date_of_next_evaluation.
47 48 49 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 47 def date_of_next_evaluation @date_of_next_evaluation end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
49 50 51 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 49 def date_updated @date_updated end |
#description ⇒ String?
The inference pipeline description.
11 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 11 required :description, String, nil?: true |
#failing_goal_count ⇒ Integer
Returns the value of attribute failing_goal_count.
51 52 53 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 51 def failing_goal_count @failing_goal_count end |
#id ⇒ String
Returns the value of attribute id.
39 40 41 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 39 def id @id end |
#links ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Links
Returns the value of attribute links.
53 54 55 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 53 def links @links end |
#name ⇒ String
The inference pipeline name.
17 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 17 required :name, String |
#passing_goal_count ⇒ Integer
Returns the value of attribute passing_goal_count.
55 56 57 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 55 def passing_goal_count @passing_goal_count end |
#project ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Project?
30 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 30 optional :project, -> { Openlayer::Models::InferencePipelineUpdateResponse::Project }, nil?: true |
#project_id ⇒ String
Returns the value of attribute project_id.
57 58 59 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 57 def project_id @project_id end |
#status ⇒ Openlayer::Models::InferencePipelineUpdateResponse::status
Returns the value of attribute status.
59 60 61 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 59 def status @status end |
#status_message ⇒ String?
Returns the value of attribute status_message.
61 62 63 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 61 def @status_message end |
#total_goal_count ⇒ Integer
Returns the value of attribute total_goal_count.
63 64 65 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 63 def total_goal_count @total_goal_count end |
#total_records_count ⇒ Integer?
Returns the value of attribute total_records_count.
67 68 69 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 67 def total_records_count @total_records_count end |
#workspace ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Workspace?
35 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 35 optional :workspace, -> { Openlayer::Models::InferencePipelineUpdateResponse::Workspace }, nil?: true |
#workspace_id ⇒ String? (readonly)
Returns the value of attribute workspace_id.
69 70 71 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 69 def workspace_id @workspace_id end |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 201
|
.variants ⇒ Array(Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::BigQueryDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DefaultDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::SnowflakeDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::DatabricksDtlDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::RedshiftDataBackend, Openlayer::Models::InferencePipelineUpdateResponse::DataBackend::PostgresDataBackend)
|
|
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 681
|
Instance Method Details
#to_hash ⇒ {
97 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 97
def to_hash: -> {
|
#workspace_id= ⇒ String (readonly)
71 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 71
def workspace_id=: (String) -> String
|