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 1094
|
Instance Attribute Details
#creator_id ⇒ String?
Returns the value of attribute creator_id.
883 884 885 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 883 def creator_id @creator_id end |
#date_created ⇒ Time
Returns the value of attribute date_created.
885 886 887 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 885 def date_created @date_created end |
#date_updated ⇒ Time
Returns the value of attribute date_updated.
887 888 889 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 887 def date_updated @date_updated end |
#id ⇒ String
Returns the value of attribute id.
881 882 883 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 881 def id @id end |
#invite_count ⇒ Integer
Returns the value of attribute invite_count.
889 890 891 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 889 def invite_count @invite_count end |
#member_count ⇒ Integer
Returns the value of attribute member_count.
891 892 893 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 891 def member_count @member_count end |
#monthly_usage ⇒ ::Array[Openlayer::Models::Projects::InferencePipelineListResponse::Item::Workspace::MonthlyUsage]? (readonly)
Returns the value of attribute monthly_usage.
901 902 903 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 901 def monthly_usage @monthly_usage end |
#name ⇒ String
The workspace name.
1006 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 1006 required :name, String |
#period_end_date ⇒ Time?
Returns the value of attribute period_end_date.
893 894 895 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 893 def period_end_date @period_end_date end |
#period_start_date ⇒ Time?
Returns the value of attribute period_start_date.
895 896 897 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 895 def period_start_date @period_start_date end |
#project_count ⇒ Integer
Returns the value of attribute project_count.
897 898 899 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 897 def project_count @project_count end |
#saml_only_access ⇒ Boolean?
Whether the workspace only allows SAML authentication.
1018 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 1018 optional :saml_only_access, Openlayer::Internal::Type::Boolean, api_name: :samlOnlyAccess |
#slug ⇒ String
The workspace slug.
1012 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 1012 required :slug, String |
#status ⇒ Openlayer::Models::Projects::InferencePipelineListResponse::Item::Workspace::status
Returns the value of attribute status.
899 900 901 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 899 def status @status end |
#wildcard_domains ⇒ Array<String>?
1023 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 1023 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 1138
|
Instance Method Details
#monthly_usage= ⇒ Object (readonly)
903 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 903 def monthly_usage=: ( |
#to_hash ⇒ {
925 |
# File 'sig/openlayer/models/projects/inference_pipeline_list_response.rbs', line 925 def to_hash: -> { |