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
Overview
Defined Under Namespace
Modules: Status Classes: MonthlyUsage
Instance Attribute Summary collapse
-
#name ⇒ String
The workspace name.
-
#saml_only_access ⇒ Boolean?
Whether the workspace only allows SAML authentication.
-
#slug ⇒ String
The workspace slug.
- #wildcard_domains ⇒ Array<String>?
Class Method Summary collapse
Instance Method Summary collapse
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 549
|
Instance Attribute Details
#name ⇒ String
The workspace name.
461 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 461 required :name, String |
#saml_only_access ⇒ Boolean?
Whether the workspace only allows SAML authentication.
473 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 473 optional :saml_only_access, Openlayer::Internal::Type::Boolean, api_name: :samlOnlyAccess |
#slug ⇒ String
The workspace slug.
467 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 467 required :slug, String |
#wildcard_domains ⇒ Array<String>?
478 |
# File 'lib/openlayer/models/projects/inference_pipeline_list_response.rb', line 478 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 593
|