Class: Openlayer::Models::Projects::InferencePipelineCreateResponse
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineCreateResponse
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_create_response.rb,
sig/openlayer/models/projects/inference_pipeline_create_response.rbs
Overview
Defined Under Namespace
Modules: DataBackend, Status Classes: Links, Project, Workspace
Instance Attribute Summary collapse
- #data_backend ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::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::Projects::InferencePipelineCreateResponse::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::Projects::InferencePipelineCreateResponse::Project?
-
#project_id ⇒ String
Returns the value of attribute project_id.
-
#status ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::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::Projects::InferencePipelineCreateResponse::Workspace?
-
#workspace_id ⇒ String?
readonly
Returns the value of attribute workspace_id.
Class Method Summary collapse
- .values ⇒ Array<Symbol>
- .variants ⇒ Array(Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::BigQueryDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::DefaultDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::SnowflakeDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::DatabricksDtlDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::RedshiftDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::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/projects/inference_pipeline_create_response.rb', line 139
|
Instance Attribute Details
#data_backend ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::BigQueryDataBackend, ...
23 24 25 26 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 23 optional :data_backend, union: -> { Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend }, api_name: :dataBackend, nil?: true |
#date_created ⇒ Time
Returns the value of attribute date_created.
42 43 44 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 42 def date_created @date_created end |
#date_last_evaluated ⇒ Time?
Returns the value of attribute date_last_evaluated.
44 45 46 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 44 def date_last_evaluated @date_last_evaluated end |
#date_last_polled ⇒ Time?
Returns the value of attribute date_last_polled.
66 67 68 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 66 def date_last_polled @date_last_polled end |
#date_last_sample_received ⇒ Time?
Returns the value of attribute date_last_sample_received.
46 47 48 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 46 def date_last_sample_received @date_last_sample_received end |
#date_of_next_evaluation ⇒ Time?
Returns the value of attribute date_of_next_evaluation.
48 49 50 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 48 def date_of_next_evaluation @date_of_next_evaluation end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
50 51 52 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 50 def date_updated @date_updated end |
#description ⇒ String?
The inference pipeline description.
12 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 12 required :description, String, nil?: true |
#failing_goal_count ⇒ Integer
Returns the value of attribute failing_goal_count.
52 53 54 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 52 def failing_goal_count @failing_goal_count end |
#id ⇒ String
Returns the value of attribute id.
40 41 42 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 40 def id @id end |
#links ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::Links
Returns the value of attribute links.
54 55 56 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 54 def links @links end |
#name ⇒ String
The inference pipeline name.
18 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 18 required :name, String |
#passing_goal_count ⇒ Integer
Returns the value of attribute passing_goal_count.
56 57 58 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 56 def passing_goal_count @passing_goal_count end |
#project ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::Project?
31 32 33 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 31 optional :project, -> { Openlayer::Models::Projects::InferencePipelineCreateResponse::Project }, nil?: true |
#project_id ⇒ String
Returns the value of attribute project_id.
58 59 60 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 58 def project_id @project_id end |
#status ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::status
Returns the value of attribute status.
60 61 62 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 60 def status @status end |
#status_message ⇒ String?
Returns the value of attribute status_message.
62 63 64 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 62 def @status_message end |
#total_goal_count ⇒ Integer
Returns the value of attribute total_goal_count.
64 65 66 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 64 def total_goal_count @total_goal_count end |
#total_records_count ⇒ Integer?
Returns the value of attribute total_records_count.
68 69 70 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 68 def total_records_count @total_records_count end |
#workspace ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace?
38 39 40 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 38 optional :workspace, -> { Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace }, nil?: true |
#workspace_id ⇒ String? (readonly)
Returns the value of attribute workspace_id.
70 71 72 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 70 def workspace_id @workspace_id end |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 206
|
.variants ⇒ Array(Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::BigQueryDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::DefaultDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::SnowflakeDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::DatabricksDtlDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::RedshiftDataBackend, Openlayer::Models::Projects::InferencePipelineCreateResponse::DataBackend::PostgresDataBackend)
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 686
|
Instance Method Details
#to_hash ⇒ {
98 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 98
def to_hash: -> {
|
#workspace_id= ⇒ String (readonly)
72 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 72
def workspace_id=: (String) -> String
|