Class BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.BuilderA builder for BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder id(String id)
Unique identifier for this event.
-
id
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
iteration
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder iteration(Integer iteration)
0-indexed revision cycle, matching the corresponding
span.outcome_evaluation_start.
-
iteration
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder iteration(JsonField<Integer> iteration)
Sets Builder.iteration to an arbitrary JSON value.
You should usually call Builder.iteration with a well-typed Int value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
outcomeId
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder outcomeId(String outcomeId)
The
outc_ID of the outcome being evaluated.
-
outcomeId
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder outcomeId(JsonField<String> outcomeId)
Sets Builder.outcomeId to an arbitrary JSON value.
You should usually call Builder.outcomeId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
processedAt
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder processedAt(OffsetDateTime processedAt)
A timestamp in RFC 3339 format
-
processedAt
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder processedAt(JsonField<OffsetDateTime> processedAt)
Sets Builder.processedAt to an arbitrary JSON value.
You should usually call Builder.processedAt with a well-typed OffsetDateTime value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder type(BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Type type)
-
type
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder type(JsonField<BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent build()
Returns an immutable instance of BetaManagedAgentsSpanOutcomeEvaluationOngoingEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .iteration() .outcomeId() .processedAt() .type()
-
-
-
-