Class: Openlayer::Models::InferencePipelineUpdateResponse::Workspace
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::InferencePipelineUpdateResponse::Workspace
- Defined in:
- lib/openlayer/models/inference_pipeline_update_response.rb,
sig/openlayer/models/inference_pipeline_update_response.rbs
Overview
Defined Under Namespace
Modules: Status Classes: MonthlyUsage
Instance Attribute Summary collapse
-
#creator_id ⇒ String?
Returns the value of attribute creator_id.
-
#date_created ⇒ Time
Returns the value of attribute date_created.
-
#date_updated ⇒ Time
Returns the value of attribute date_updated.
-
#id ⇒ String
Returns the value of attribute id.
-
#invite_count ⇒ Integer
Returns the value of attribute invite_count.
-
#member_count ⇒ Integer
Returns the value of attribute member_count.
-
#monthly_usage ⇒ ::Array[Openlayer::Models::InferencePipelineUpdateResponse::Workspace::MonthlyUsage]?
readonly
Returns the value of attribute monthly_usage.
-
#name ⇒ String
The workspace name.
-
#period_end_date ⇒ Time?
Returns the value of attribute period_end_date.
-
#period_start_date ⇒ Time?
Returns the value of attribute period_start_date.
-
#project_count ⇒ Integer
Returns the value of attribute project_count.
-
#saml_only_access ⇒ Boolean?
Whether the workspace only allows SAML authentication.
-
#slug ⇒ String
The workspace slug.
-
#status ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Workspace::status
Returns the value of attribute status.
- #wildcard_domains ⇒ Array<String>?
Class Method Summary collapse
Instance Method Summary collapse
- #initialize(id:, creator_id:, date_created:, date_updated:, invite_count:, member_count:, name:, period_end_date:, period_start_date:, project_count:, slug:, status:, monthly_usage: nil, saml_only_access: nil, wildcard_domains: nil) ⇒ Object constructor
- #monthly_usage ⇒ Object readonly
- #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(id:, creator_id:, date_created:, date_updated:, invite_count:, member_count:, name:, period_end_date:, period_start_date:, project_count:, slug:, status:, monthly_usage: nil, saml_only_access: nil, wildcard_domains: nil) ⇒ Object
|
|
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 1039
|
Instance Attribute Details
#creator_id ⇒ String?
Returns the value of attribute creator_id.
847 848 849 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 847 def creator_id @creator_id end |
#date_created ⇒ Time
Returns the value of attribute date_created.
849 850 851 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 849 def date_created @date_created end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
851 852 853 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 851 def date_updated @date_updated end |
#id ⇒ String
Returns the value of attribute id.
845 846 847 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 845 def id @id end |
#invite_count ⇒ Integer
Returns the value of attribute invite_count.
853 854 855 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 853 def invite_count @invite_count end |
#member_count ⇒ Integer
Returns the value of attribute member_count.
855 856 857 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 855 def member_count @member_count end |
#monthly_usage ⇒ ::Array[Openlayer::Models::InferencePipelineUpdateResponse::Workspace::MonthlyUsage]? (readonly)
Returns the value of attribute monthly_usage.
865 866 867 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 865 def monthly_usage @monthly_usage end |
#name ⇒ String
The workspace name.
952 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 952 required :name, String |
#period_end_date ⇒ Time?
Returns the value of attribute period_end_date.
857 858 859 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 857 def period_end_date @period_end_date end |
#period_start_date ⇒ Time?
Returns the value of attribute period_start_date.
859 860 861 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 859 def period_start_date @period_start_date end |
#project_count ⇒ Integer
Returns the value of attribute project_count.
861 862 863 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 861 def project_count @project_count end |
#saml_only_access ⇒ Boolean?
Whether the workspace only allows SAML authentication.
964 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 964 optional :saml_only_access, Openlayer::Internal::Type::Boolean, api_name: :samlOnlyAccess |
#slug ⇒ String
The workspace slug.
958 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 958 required :slug, String |
#status ⇒ Openlayer::Models::InferencePipelineUpdateResponse::Workspace::status
Returns the value of attribute status.
863 864 865 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 863 def status @status end |
#wildcard_domains ⇒ Array<String>?
969 |
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 969 optional :wildcard_domains, Openlayer::Internal::Type::ArrayOf[String], api_name: :wildcardDomains |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/inference_pipeline_update_response.rb', line 1083
|
Instance Method Details
#monthly_usage= ⇒ Object (readonly)
867 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 867
def monthly_usage=: (
|
#to_hash ⇒ {
889 |
# File 'sig/openlayer/models/inference_pipeline_update_response.rbs', line 889
def to_hash: -> {
|