String detectorId
The ID of the detector under which you want to create a new version.
String description
The description of the detector version.
List<E> externalModelEndpoints
The Amazon Sagemaker model endpoints to include in the detector version.
List<E> rules
The rules to include in the detector version.
List<E> modelVersions
The model versions to include in the detector version.
String ruleId
The rule ID.
String detectorId
The detector ID for the rule's parent detector.
String description
The rule description.
String expression
The rule expression.
String language
The language of the rule.
List<E> outcomes
The outcome or outcomes returned when the rule expression matches.
Rule rule
The created rule.
String name
The name of the variable.
String dataType
The data type.
String dataSource
The source of the data.
String defaultValue
The default value for the variable when no value is received.
String description
The description.
String variableType
The variable type.
String eventId
The ID of the event to delete.
String modelEndpoint
The Amazon SageMaker model endpoints.
String modelSource
The source of the model.
Role role
The role used to invoke the model.
ModelInputConfiguration inputConfiguration
The input configuration.
ModelOutputConfiguration outputConfiguration
The output configuration.
String modelEndpointStatus
The Amazon Fraud Detector status for the external model endpoint
String lastUpdatedTime
Timestamp of when the model was last updated.
String createdTime
Timestamp of when the model was last created.
String detectorId
The detector ID.
String detectorVersionId
The detector version ID.
String description
The detector version description.
List<E> externalModelEndpoints
The Amazon SageMaker model endpoints included in the detector version.
List<E> modelVersions
The model versions included in the detector version.
List<E> rules
The rules included in the detector version.
String status
The status of the detector version.
String lastUpdatedTime
The timestamp when the detector version was last updated.
String createdTime
The timestamp when the detector version was created.
String detectorId
The detector ID.
String detectorVersionId
The detector version ID.
String eventId
The unique ID used to identify the event.
Map<K,V> eventAttributes
Names of variables you defined in Amazon Fraud Detector to represent event data elements and their corresponding values for the event you are sending for evaluation.
Map<K,V> externalModelEndpointDataBlobs
The Amazon SageMaker model endpoint input data blobs.
String labelKey
The label key.
Map<K,V> labelMapper
The label mapper maps the Amazon Fraud Detector supported label to the appropriate source labels. For example, if
"FRAUD" and "LEGIT" are Amazon Fraud Detector supported labels, this mapper could be:
{"FRAUD" => ["0"], "LEGIT" => ["1"]} or
{"FRAUD" => ["false"], "LEGIT" => ["true"]} or
{"FRAUD" => ["fraud", "abuse"], "LEGIT" => ["legit", "safe"]}. The value part of the mapper is
a list, because you may have multiple variants for a single Amazon Fraud Detector label.
String modelId
The model ID.
String modelType
The model type.
String description
The model description.
TrainingDataSource trainingDataSource
The model training data source in Amazon S3.
List<E> modelVariables
The model input variables.
LabelSchema labelSchema
The model label schema.
String lastUpdatedTime
Timestamp of last time the model was updated.
String createdTime
Timestamp of when the model was created.
ByteBuffer byteBuffer
The byte buffer of the Amazon SageMaker model endpoint input data blob.
String contentType
The content type of the Amazon SageMaker model endpoint input data blob.
String format
The format of the model input configuration. The format differs depending on if it is passed through to SageMaker or constructed by Amazon Fraud Detector.
Boolean isOpaque
For an opaque-model, the input to the model will be a ByteBuffer blob provided in the getPrediction request, and will be passed to SageMaker as-is. For non-opaque models, the input will be constructed by Amazon Fraud Detector based on the model-configuration.
String jsonInputTemplate
Template for constructing the JSON input-data sent to SageMaker. At event-evaluation, the placeholders for variable names in the template will be replaced with the variable values before being sent to SageMaker.
String csvInputTemplate
Template for constructing the CSV input-data sent to SageMaker. At event-evaluation, the placeholders for variable-names in the template will be replaced with the variable values before being sent to SageMaker.
String format
The format of the model output configuration.
Map<K,V> jsonKeyToVariableMap
A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.
Map<K,V> csvIndexToVariableMap
A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
ModelVersion modelVersion
The model version.
Map<K,V> scores
The model's fraud prediction scores.
String modelId
The model ID.
String modelType
The model type.
String modelVersionNumber
The model version.
String description
The model description.
String status
The model status.
TrainingDataSource trainingDataSource
The model training data source.
List<E> modelVariables
The model variables.
LabelSchema labelSchema
The model label schema.
Map<K,V> validationMetrics
The model validation metrics.
Map<K,V> trainingMetrics
The model training metrics.
String lastUpdatedTime
The timestamp when the model was last updated.
String createdTime
The timestamp when the model was created.
String modelEndpoint
The model endpoints name.
String modelSource
The source of the model.
Role role
The IAM role used to invoke the model endpoint.
ModelInputConfiguration inputConfiguration
The model endpoint input configuration.
ModelOutputConfiguration outputConfiguration
The model endpoint output configuration.
String modelEndpointStatus
The model endpoint’s status in Amazon Fraud Detector.
String modelId
The model ID.
String modelType
The model type.
String description
The model description.
TrainingDataSource trainingDataSource
The training data source location in Amazon S3.
List<E> modelVariables
The model input variables.
LabelSchema labelSchema
The label schema.
String ruleId
The rule ID.
String description
The rule description.
String detectorId
The detector for which the rule is associated.
String ruleVersion
The rule version.
String expression
The rule expression.
String language
The rule language.
List<E> outcomes
The rule outcomes.
String lastUpdatedTime
Timestamp of the last time the rule was updated.
String createdTime
The timestamp of when the rule was created.
String detectorId
The parent detector ID for the detector version you want to update.
String detectorVersionId
The detector version ID.
List<E> externalModelEndpoints
The Amazon SageMaker model endpoints to include in the detector version.
List<E> rules
The rules to include in the detector version.
String description
The detector version description.
List<E> modelVersions
The model versions to include in the detector version.
Rule rule
The new rule version that was created.
String name
The name of the variable.
String dataType
The data type of the variable.
String dataSource
The data source of the variable.
String defaultValue
The default value of the variable.
String description
The description of the variable.
String variableType
The variable type of the variable.
String lastUpdatedTime
The time when variable was last updated.
String createdTime
The time when the variable was created.
String name
The name of the variable entry.
String dataType
The data type of the variable entry.
String dataSource
The data source of the variable entry.
String defaultValue
The default value of the variable entry.
String description
The description of the variable entry.
String variableType
The type of the variable entry.
Copyright © 2020. All rights reserved.