Class: Anthropic::Models::Beta::Sessions::BetaManagedAgentsSpanOutcomeEvaluationStartEvent
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- Anthropic::Models::Beta::Sessions::BetaManagedAgentsSpanOutcomeEvaluationStartEvent
- Defined in:
- lib/anthropic/models/beta/sessions/beta_managed_agents_span_outcome_evaluation_start_event.rb
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#id ⇒ String
Unique identifier for this event.
-
#iteration ⇒ Integer
0-indexed revision cycle.
-
#outcome_id ⇒ String
The ‘outc_` ID of the outcome being evaluated.
-
#processed_at ⇒ Time
A timestamp in RFC 3339 format.
- #type ⇒ Symbol, Anthropic::Models::Beta::Sessions::BetaManagedAgentsSpanOutcomeEvaluationStartEvent::Type
Instance Method Summary collapse
-
#initialize(id:, iteration:, outcome_id:, processed_at:, type:) ⇒ Object
constructor
Some parameter documentations has been truncated, see BetaManagedAgentsSpanOutcomeEvaluationStartEvent for more details.
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:, iteration:, outcome_id:, processed_at:, type:) ⇒ Object
Some parameter documentations has been truncated, see Anthropic::Models::Beta::Sessions::BetaManagedAgentsSpanOutcomeEvaluationStartEvent for more details.
Emitted when an outcome evaluation cycle begins.
|
|
# File 'lib/anthropic/models/beta/sessions/beta_managed_agents_span_outcome_evaluation_start_event.rb', line 39
|
Instance Attribute Details
#id ⇒ String
Unique identifier for this event.
12 |
# File 'lib/anthropic/models/beta/sessions/beta_managed_agents_span_outcome_evaluation_start_event.rb', line 12 required :id, String |
#iteration ⇒ Integer
0-indexed revision cycle. 0 is the first evaluation; 1 is the re-evaluation after the first revision; etc.
19 |
# File 'lib/anthropic/models/beta/sessions/beta_managed_agents_span_outcome_evaluation_start_event.rb', line 19 required :iteration, Integer |
#outcome_id ⇒ String
The ‘outc_` ID of the outcome being evaluated.
25 |
# File 'lib/anthropic/models/beta/sessions/beta_managed_agents_span_outcome_evaluation_start_event.rb', line 25 required :outcome_id, String |
#processed_at ⇒ Time
A timestamp in RFC 3339 format
31 |
# File 'lib/anthropic/models/beta/sessions/beta_managed_agents_span_outcome_evaluation_start_event.rb', line 31 required :processed_at, Time |
#type ⇒ Symbol, Anthropic::Models::Beta::Sessions::BetaManagedAgentsSpanOutcomeEvaluationStartEvent::Type
36 37 |
# File 'lib/anthropic/models/beta/sessions/beta_managed_agents_span_outcome_evaluation_start_event.rb', line 36 required :type, enum: -> { Anthropic::Beta::Sessions::BetaManagedAgentsSpanOutcomeEvaluationStartEvent::Type } |