Home
last modified time | relevance | path

Searched refs:PutExternalModelOutcome (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.h234 … typedef Aws::Utils::Outcome<PutExternalModelResult, FraudDetectorError> PutExternalModelOutcome; typedef
301 typedef std::future<PutExternalModelOutcome> PutExternalModelOutcomeCallable;
371 …ctorClient*, const Model::PutExternalModelRequest&, const Model::PutExternalModelOutcome&, const s…
2065 …virtual Model::PutExternalModelOutcome PutExternalModel(const Model::PutExternalModelRequest& requ…
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-frauddetector/source/
H A DFraudDetectorClient.cpp1339 PutExternalModelOutcome FraudDetectorClient::PutExternalModel(const PutExternalModelRequest& reques… in PutExternalModel()
1342 …return PutExternalModelOutcome(MakeRequest(uri, request, Aws::Http::HttpMethod::HTTP_POST, Aws::Au… in PutExternalModel()
1347 …auto task = Aws::MakeShared< std::packaged_task< PutExternalModelOutcome() > >(ALLOCATION_TAG, [th… in PutExternalModelCallable()