Class: Openlayer::Models::Projects::InferencePipelineListResponse::Item::Workspace
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Openlayer::Models::Projects::InferencePipelineListResponse::Item::Workspace
- Defined in:
- lib/openlayer/models/projects/inference_pipeline_list_response.rb,
sig/openlayer/models/projects/inference_pipeline_list_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::InferencePipelineListResponse::Item::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::InferencePipelineListResponse::Item::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_list_response.rb', line 1055
|
Instance Attribute Details
#creator_id ⇒ String?
Returns the value of attribute creator_id.
864 865 866 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 864 def creator_id @creator_id end |
#date_created ⇒ Time
Returns the value of attribute date_created.
866 867 868 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 866 def date_created @date_created end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
868 869 870 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 868 def date_updated @date_updated end |
#id ⇒ String
Returns the value of attribute id.
862 863 864 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 862 def id @id end |
#invite_count ⇒ Integer
Returns the value of attribute invite_count.
870 871 872 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 870 def invite_count @invite_count end |
#member_count ⇒ Integer
Returns the value of attribute member_count.
872 873 874 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 872 def member_count @member_count end |
#monthly_usage ⇒ ::Array[Openlayer::Models::Projects::InferencePipelineListResponse::Item::Workspace::MonthlyUsage]? (readonly)
Returns the value of attribute monthly_usage.
882 883 884 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 882 def monthly_usage @monthly_usage end |
#name ⇒ String
The workspace name.
967 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 967 required :name, String |
#period_end_date ⇒ Time?
Returns the value of attribute period_end_date.
874 875 876 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 874 def period_end_date @period_end_date end |
#period_start_date ⇒ Time?
Returns the value of attribute period_start_date.
876 877 878 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 876 def period_start_date @period_start_date end |
#project_count ⇒ Integer
Returns the value of attribute project_count.
878 879 880 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 878 def project_count @project_count end |
#saml_only_access ⇒ Boolean?
Whether the workspace only allows SAML authentication.
979 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 979 optional :saml_only_access, Openlayer::Internal::Type::Boolean, api_name: :samlOnlyAccess |
#slug ⇒ String
The workspace slug.
973 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 973 required :slug, String |
#status ⇒ Openlayer::Models::Projects::InferencePipelineListResponse::Item::Workspace::status
Returns the value of attribute status.
880 881 882 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 880 def status @status end |
#wildcard_domains ⇒ Array<String>?
984 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 984 optional :wildcard_domains, Openlayer::Internal::Type::ArrayOf[String], api_name: :wildcardDomains |
Class Method Details
.values ⇒ Array<Symbol>
|
|
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 1099
|
Instance Method Details
#monthly_usage= ⇒ Object (readonly)
884 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 884
def monthly_usage=: (
|
#to_hash ⇒ {
906 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 906
def to_hash: -> {
|