Class: Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace
- 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: 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::Projects::InferencePipelineCreateResponse::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::Projects::InferencePipelineCreateResponse::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/projects/inference_pipeline_create_response.rb', line 1045
|
Instance Attribute Details
#creator_id ⇒ String?
Returns the value of attribute creator_id.
848 849 850 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 848 def creator_id @creator_id end |
#date_created ⇒ Time
Returns the value of attribute date_created.
850 851 852 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 850 def date_created @date_created end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
852 853 854 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 852 def date_updated @date_updated end |
#id ⇒ String
Returns the value of attribute id.
846 847 848 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 846 def id @id end |
#invite_count ⇒ Integer
Returns the value of attribute invite_count.
854 855 856 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 854 def invite_count @invite_count end |
#member_count ⇒ Integer
Returns the value of attribute member_count.
856 857 858 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 856 def member_count @member_count end |
#monthly_usage ⇒ ::Array[Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace::MonthlyUsage]? (readonly)
Returns the value of attribute monthly_usage.
866 867 868 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 866 def monthly_usage @monthly_usage end |
#name ⇒ String
The workspace name.
957 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 957 required :name, String |
#period_end_date ⇒ Time?
Returns the value of attribute period_end_date.
858 859 860 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 858 def period_end_date @period_end_date end |
#period_start_date ⇒ Time?
Returns the value of attribute period_start_date.
860 861 862 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 860 def period_start_date @period_start_date end |
#project_count ⇒ Integer
Returns the value of attribute project_count.
862 863 864 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 862 def project_count @project_count end |
#saml_only_access ⇒ Boolean?
Whether the workspace only allows SAML authentication.
969 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 969 optional :saml_only_access, Openlayer::Internal::Type::Boolean, api_name: :samlOnlyAccess |
#slug ⇒ String
The workspace slug.
963 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 963 required :slug, String |
#status ⇒ Openlayer::Models::Projects::InferencePipelineCreateResponse::Workspace::status
Returns the value of attribute status.
864 865 866 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 864 def status @status end |
#wildcard_domains ⇒ Array<String>?
974 |
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 974 optional :wildcard_domains, Openlayer::Internal::Type::ArrayOf[String], api_name: :wildcardDomains |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_create_response.rb', line 1089
|
Instance Method Details
#monthly_usage= ⇒ Object (readonly)
868 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 868
def monthly_usage=: (
|
#to_hash ⇒ {
890 |
# File 'sig/openlayer/models/projects/inference_pipeline_create_response.rbs', line 890
def to_hash: -> {
|