Uses of Interface
com.ants.platform.client.resources.commons.types.ObservationsView._FinalStage
Packages that use ObservationsView._FinalStage
-
Uses of ObservationsView._FinalStage in com.ants.platform.client.resources.commons.types
Classes in com.ants.platform.client.resources.commons.types that implement ObservationsView._FinalStageMethods in com.ants.platform.client.resources.commons.types that return ObservationsView._FinalStageModifier and TypeMethodDescriptionObservationsView._FinalStage.calculatedInputCost(Double calculatedInputCost) ObservationsView._FinalStage.calculatedInputCost(Optional<Double> calculatedInputCost) ObservationsView.Builder.calculatedInputCost(Double calculatedInputCost) (Deprecated.ObservationsView.Builder.calculatedInputCost(Optional<Double> calculatedInputCost) ObservationsView._FinalStage.calculatedOutputCost(Double calculatedOutputCost) ObservationsView._FinalStage.calculatedOutputCost(Optional<Double> calculatedOutputCost) ObservationsView.Builder.calculatedOutputCost(Double calculatedOutputCost) (Deprecated.ObservationsView.Builder.calculatedOutputCost(Optional<Double> calculatedOutputCost) ObservationsView._FinalStage.calculatedTotalCost(Double calculatedTotalCost) ObservationsView._FinalStage.calculatedTotalCost(Optional<Double> calculatedTotalCost) ObservationsView.Builder.calculatedTotalCost(Double calculatedTotalCost) (Deprecated.ObservationsView.Builder.calculatedTotalCost(Optional<Double> calculatedTotalCost) ObservationsView._FinalStage.completionStartTime(OffsetDateTime completionStartTime) ObservationsView._FinalStage.completionStartTime(Optional<OffsetDateTime> completionStartTime) ObservationsView.Builder.completionStartTime(OffsetDateTime completionStartTime) The completion start time of the observationObservationsView.Builder.completionStartTime(Optional<OffsetDateTime> completionStartTime) ObservationsView._FinalStage.costDetails(Map<String, Double> costDetails) ObservationsView._FinalStage.costDetails(Optional<Map<String, Double>> costDetails) ObservationsView.Builder.costDetails(Map<String, Double> costDetails) The cost details of the observation.ObservationsView.Builder.costDetails(Optional<Map<String, Double>> costDetails) ObservationsView._FinalStage.endTime(OffsetDateTime endTime) ObservationsView._FinalStage.endTime(Optional<OffsetDateTime> endTime) ObservationsView.Builder.endTime(OffsetDateTime endTime) The end time of the observation.ObservationsView.Builder.endTime(Optional<OffsetDateTime> endTime) ObservationsView._FinalStage.environment(String environment) ObservationsView._FinalStage.environment(Optional<String> environment) ObservationsView.Builder.environment(String environment) The environment from which this observation originated.ObservationsView.Builder.environment(Optional<String> environment) The input data of the observationObservationsView._FinalStage.inputPrice(Double inputPrice) ObservationsView._FinalStage.inputPrice(Optional<Double> inputPrice) ObservationsView.Builder.inputPrice(Double inputPrice) The price of the input in USDObservationsView.Builder.inputPrice(Optional<Double> inputPrice) The latency in seconds.ObservationsView.Builder.level(ObservationLevel level) The level of the observationObservationsView.LevelStage.level(ObservationLevel level) Additional metadata of the observationThe model used for the observationThe unique identifier of the modelObservationsView._FinalStage.modelParameters(Map<String, MapValue> modelParameters) ObservationsView._FinalStage.modelParameters(Optional<Map<String, MapValue>> modelParameters) ObservationsView.Builder.modelParameters(Map<String, MapValue> modelParameters) The parameters of the model used for the observationObservationsView.Builder.modelParameters(Optional<Map<String, MapValue>> modelParameters) The name of the observationThe output data of the observationObservationsView._FinalStage.outputPrice(Double outputPrice) ObservationsView._FinalStage.outputPrice(Optional<Double> outputPrice) ObservationsView.Builder.outputPrice(Double outputPrice) The price of the output in USD.ObservationsView.Builder.outputPrice(Optional<Double> outputPrice) ObservationsView._FinalStage.parentObservationId(String parentObservationId) ObservationsView._FinalStage.parentObservationId(Optional<String> parentObservationId) ObservationsView.Builder.parentObservationId(String parentObservationId) The parent observation IDObservationsView.Builder.parentObservationId(Optional<String> parentObservationId) The prompt ID associated with the observationObservationsView._FinalStage.promptName(String promptName) ObservationsView._FinalStage.promptName(Optional<String> promptName) ObservationsView.Builder.promptName(String promptName) The name of the prompt associated with the observationObservationsView.Builder.promptName(Optional<String> promptName) ObservationsView._FinalStage.promptVersion(Integer promptVersion) ObservationsView._FinalStage.promptVersion(Optional<Integer> promptVersion) ObservationsView.Builder.promptVersion(Integer promptVersion) The version of the prompt associated with the observationObservationsView.Builder.promptVersion(Optional<Integer> promptVersion) ObservationsView._FinalStage.statusMessage(String statusMessage) ObservationsView._FinalStage.statusMessage(Optional<String> statusMessage) ObservationsView.Builder.statusMessage(String statusMessage) The status message of the observationObservationsView.Builder.statusMessage(Optional<String> statusMessage) ObservationsView._FinalStage.timeToFirstToken(Double timeToFirstToken) ObservationsView._FinalStage.timeToFirstToken(Optional<Double> timeToFirstToken) ObservationsView.Builder.timeToFirstToken(Double timeToFirstToken) The time to the first token in secondsObservationsView.Builder.timeToFirstToken(Optional<Double> timeToFirstToken) ObservationsView._FinalStage.totalPrice(Double totalPrice) ObservationsView._FinalStage.totalPrice(Optional<Double> totalPrice) ObservationsView.Builder.totalPrice(Double totalPrice) The total price in USD.ObservationsView.Builder.totalPrice(Optional<Double> totalPrice) The trace ID associated with the observation(Deprecated.ObservationsView._FinalStage.usageDetails(Map<String, Integer> usageDetails) ObservationsView._FinalStage.usageDetails(Optional<Map<String, Integer>> usageDetails) ObservationsView.Builder.usageDetails(Map<String, Integer> usageDetails) The usage details of the observation.ObservationsView.Builder.usageDetails(Optional<Map<String, Integer>> usageDetails) The version of the observation