Crate rusoto_frauddetector

Crate rusoto_frauddetector 

Source
Expand description

This is the Amazon Fraud Detector API Reference. This guide is for developers who need detailed information about Amazon Fraud Detector API actions, data types, and errors. For more information about Amazon Fraud Detector features, see the Amazon Fraud Detector User Guide.

If you’re using the service, you’re probably looking for FraudDetectorClient and FraudDetector.

Structs§

BatchCreateVariableRequest
BatchCreateVariableResult
BatchGetVariableRequest
BatchGetVariableResult
CreateDetectorVersionRequest
CreateDetectorVersionResult
CreateModelVersionRequest
CreateModelVersionResult
CreateRuleRequest
CreateRuleResult
CreateVariableRequest
CreateVariableResult
DeleteDetectorRequest
DeleteDetectorResult
DeleteDetectorVersionRequest
DeleteDetectorVersionResult
DeleteEventRequest
DeleteEventResult
DeleteRuleVersionRequest
DeleteRuleVersionResult
DescribeDetectorRequest
DescribeDetectorResult
DescribeModelVersionsRequest
DescribeModelVersionsResult
Detector

The detector.

DetectorVersionSummary

The summary of the detector version.

ExternalModel

The Amazon SageMaker model.

FraudDetectorBatchCreateVariableError

Provides the error of the batch create variable API.

FraudDetectorBatchGetVariableError

Provides the error of the batch get variable API.

FraudDetectorClient
A client for the Amazon Fraud Detector API.
GetDetectorVersionRequest
GetDetectorVersionResult
GetDetectorsRequest
GetDetectorsResult
GetExternalModelsRequest
GetExternalModelsResult
GetModelVersionRequest
GetModelVersionResult
GetModelsRequest
GetModelsResult
GetOutcomesRequest
GetOutcomesResult
GetPredictionRequest
GetPredictionResult
GetRulesRequest
GetRulesResult
GetVariablesRequest
GetVariablesResult
LabelSchema

The label schema.

Model

The model.

ModelEndpointDataBlob

A pre-formed Amazon SageMaker model input you can include if your detector version includes an imported Amazon SageMaker model endpoint with pass-through input configuration.

ModelInputConfiguration

The model input configuration.

ModelOutputConfiguration

Provides the model output configuration.

ModelScores

The fraud prediction scores.

ModelVariable

The model variable.>

ModelVersion

The model version.

ModelVersionDetail

Provides the model version details.

Outcome

The outcome.

PutDetectorRequest
PutDetectorResult
PutExternalModelRequest
PutExternalModelResult
PutModelRequest
PutModelResult
PutOutcomeRequest
PutOutcomeResult
Role

The role used to invoke external model endpoints.

Rule

A rule.

RuleDetail

The details of the rule.

RuleResult

The rule results.

TrainingDataSource

The training data source.

UpdateDetectorVersionMetadataRequest
UpdateDetectorVersionMetadataResult
UpdateDetectorVersionRequest
UpdateDetectorVersionResult
UpdateDetectorVersionStatusRequest
UpdateDetectorVersionStatusResult
UpdateModelVersionRequest
UpdateModelVersionResult
UpdateRuleMetadataRequest
UpdateRuleMetadataResult
UpdateRuleVersionRequest
UpdateRuleVersionResult
UpdateVariableRequest
UpdateVariableResult
Variable

The variable.

VariableEntry

The variable entry in a list.

Enums§

BatchCreateVariableError
Errors returned by BatchCreateVariable
BatchGetVariableError
Errors returned by BatchGetVariable
CreateDetectorVersionError
Errors returned by CreateDetectorVersion
CreateModelVersionError
Errors returned by CreateModelVersion
CreateRuleError
Errors returned by CreateRule
CreateVariableError
Errors returned by CreateVariable
DeleteDetectorError
Errors returned by DeleteDetector
DeleteDetectorVersionError
Errors returned by DeleteDetectorVersion
DeleteEventError
Errors returned by DeleteEvent
DeleteRuleVersionError
Errors returned by DeleteRuleVersion
DescribeDetectorError
Errors returned by DescribeDetector
DescribeModelVersionsError
Errors returned by DescribeModelVersions
GetDetectorVersionError
Errors returned by GetDetectorVersion
GetDetectorsError
Errors returned by GetDetectors
GetExternalModelsError
Errors returned by GetExternalModels
GetModelVersionError
Errors returned by GetModelVersion
GetModelsError
Errors returned by GetModels
GetOutcomesError
Errors returned by GetOutcomes
GetPredictionError
Errors returned by GetPrediction
GetRulesError
Errors returned by GetRules
GetVariablesError
Errors returned by GetVariables
PutDetectorError
Errors returned by PutDetector
PutExternalModelError
Errors returned by PutExternalModel
PutModelError
Errors returned by PutModel
PutOutcomeError
Errors returned by PutOutcome
UpdateDetectorVersionError
Errors returned by UpdateDetectorVersion
UpdateDetectorVersionMetadataError
Errors returned by UpdateDetectorVersionMetadata
UpdateDetectorVersionStatusError
Errors returned by UpdateDetectorVersionStatus
UpdateModelVersionError
Errors returned by UpdateModelVersion
UpdateRuleMetadataError
Errors returned by UpdateRuleMetadata
UpdateRuleVersionError
Errors returned by UpdateRuleVersion
UpdateVariableError
Errors returned by UpdateVariable

Traits§

FraudDetector
Trait representing the capabilities of the Amazon Fraud Detector API. Amazon Fraud Detector clients implement this trait.