Uses of Interface
com.ants.platform.client.resources.commons.types.Observation._FinalStage
Packages that use Observation._FinalStage
-
Uses of Observation._FinalStage in com.ants.platform.client.resources.commons.types
Classes in com.ants.platform.client.resources.commons.types that implement Observation._FinalStageMethods in com.ants.platform.client.resources.commons.types that return Observation._FinalStageModifier and TypeMethodDescriptionObservation._FinalStage.completionStartTime(OffsetDateTime completionStartTime) Observation._FinalStage.completionStartTime(Optional<OffsetDateTime> completionStartTime) Observation.Builder.completionStartTime(OffsetDateTime completionStartTime) The completion start time of the observationObservation.Builder.completionStartTime(Optional<OffsetDateTime> completionStartTime) Observation._FinalStage.costDetails(Map<String, Double> costDetails) Observation._FinalStage.costDetails(Optional<Map<String, Double>> costDetails) Observation.Builder.costDetails(Map<String, Double> costDetails) The cost details of the observation.Observation.Builder.costDetails(Optional<Map<String, Double>> costDetails) Observation._FinalStage.endTime(OffsetDateTime endTime) Observation._FinalStage.endTime(Optional<OffsetDateTime> endTime) Observation.Builder.endTime(OffsetDateTime endTime) The end time of the observation.Observation.Builder.endTime(Optional<OffsetDateTime> endTime) Observation._FinalStage.environment(String environment) Observation._FinalStage.environment(Optional<String> environment) Observation.Builder.environment(String environment) The environment from which this observation originated.Observation.Builder.environment(Optional<String> environment) The input data of the observationObservation.Builder.level(ObservationLevel level) The level of the observationObservation.LevelStage.level(ObservationLevel level) Additional metadata of the observationThe model used for the observationObservation._FinalStage.modelParameters(Map<String, MapValue> modelParameters) Observation._FinalStage.modelParameters(Optional<Map<String, MapValue>> modelParameters) Observation.Builder.modelParameters(Map<String, MapValue> modelParameters) The parameters of the model used for the observationObservation.Builder.modelParameters(Optional<Map<String, MapValue>> modelParameters) The name of the observationThe output data of the observationObservation._FinalStage.parentObservationId(String parentObservationId) Observation._FinalStage.parentObservationId(Optional<String> parentObservationId) Observation.Builder.parentObservationId(String parentObservationId) The parent observation IDObservation.Builder.parentObservationId(Optional<String> parentObservationId) The prompt ID associated with the observationObservation._FinalStage.statusMessage(String statusMessage) Observation._FinalStage.statusMessage(Optional<String> statusMessage) Observation.Builder.statusMessage(String statusMessage) The status message of the observationObservation.Builder.statusMessage(Optional<String> statusMessage) The trace ID associated with the observation(Deprecated.Observation._FinalStage.usageDetails(Map<String, Integer> usageDetails) Observation._FinalStage.usageDetails(Optional<Map<String, Integer>> usageDetails) Observation.Builder.usageDetails(Map<String, Integer> usageDetails) The usage details of the observation.Observation.Builder.usageDetails(Optional<Map<String, Integer>> usageDetails) The version of the observation