Class: Anthropic::Models::Beta::BetaManagedAgentsMemoryStore
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::BetaManagedAgentsMemoryStore
- Defined in:
- lib/anthropic/models/beta/beta_managed_agents_memory_store.rb
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#archived_at ⇒ Time?
A timestamp in RFC 3339 format.
-
#created_at ⇒ Time
A timestamp in RFC 3339 format.
- #description ⇒ String?
- #id ⇒ String
- #metadata ⇒ Hash{Symbol=>String}?
- #name ⇒ String
- #type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsMemoryStore::Type
-
#updated_at ⇒ Time
A timestamp in RFC 3339 format.
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:, created_at:, name:, type:, updated_at:, archived_at: nil, description: nil, metadata: nil) ⇒ Object
|
|
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 51
|
Instance Attribute Details
#archived_at ⇒ Time?
A timestamp in RFC 3339 format
39 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 39 optional :archived_at, Time, nil?: true |
#created_at ⇒ Time
A timestamp in RFC 3339 format
17 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 17 required :created_at, Time |
#description ⇒ String?
44 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 44 optional :description, String |
#id ⇒ String
11 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 11 required :id, String |
#metadata ⇒ Hash{Symbol=>String}?
49 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 49 optional :metadata, Anthropic::Internal::Type::HashOf[String] |
#name ⇒ String
22 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 22 required :name, String |
#type ⇒ Symbol, Anthropic::Models::Beta::BetaManagedAgentsMemoryStore::Type
27 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 27 required :type, enum: -> { Anthropic::Beta::BetaManagedAgentsMemoryStore::Type } |
#updated_at ⇒ Time
A timestamp in RFC 3339 format
33 |
# File 'lib/anthropic/models/beta/beta_managed_agents_memory_store.rb', line 33 required :updated_at, Time |