Home
last modified time | relevance | path

Searched refs:GetEventPredictionOutcome (Results 1 – 2 of 2) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/include/aws/frauddetector/
H A DFraudDetectorClient.h220 …ypedef Aws::Utils::Outcome<GetEventPredictionResult, FraudDetectorError> GetEventPredictionOutcome; typedef
287 typedef std::future<GetEventPredictionOutcome> GetEventPredictionOutcomeCallable;
357 …rClient*, const Model::GetEventPredictionRequest&, const Model::GetEventPredictionOutcome&, const …
1530 …virtual Model::GetEventPredictionOutcome GetEventPrediction(const Model::GetEventPredictionRequest…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/source/
H A DFraudDetectorClient.cpp1002 GetEventPredictionOutcome FraudDetectorClient::GetEventPrediction(const GetEventPredictionRequest& … in GetEventPrediction()
1005 …return GetEventPredictionOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::… in GetEventPrediction()
1010 …auto task = Aws::MakeShared< std::packaged_task< GetEventPredictionOutcome() > >(ALLOCATION_TAG, [… in GetEventPredictionCallable()