Class BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsSpanOutcomeEvaluationStartEvent.BuilderA builder for BetaManagedAgentsSpanOutcomeEvaluationStartEvent.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder id(String id)
Unique identifier for this event.
-
id
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.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 BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder iteration(Integer iteration)
0-indexed revision cycle. 0 is the first evaluation; 1 is the re-evaluation after the first revision; etc.
-
iteration
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.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 BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder outcomeId(String outcomeId)
The
outc_ID of the outcome being evaluated.
-
outcomeId
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.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 BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder processedAt(OffsetDateTime processedAt)
A timestamp in RFC 3339 format
-
processedAt
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.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 BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder type(BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Type type)
-
type
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder type(JsonField<BetaManagedAgentsSpanOutcomeEvaluationStartEvent.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 BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsSpanOutcomeEvaluationStartEvent build()
Returns an immutable instance of BetaManagedAgentsSpanOutcomeEvaluationStartEvent.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .iteration() .outcomeId() .processedAt() .type()
-
-
-
-