This product is not supported for your selected Datadog site. ().

aws_frauddetector_external_model

account_id

Type: STRING

arn

Type: STRING
Provider name: arn
Description: The model ARN.

created_time

Type: STRING
Provider name: createdTime
Description: Timestamp of when the model was last created.

input_configuration

Type: STRUCT
Provider name: inputConfiguration
Description: The input configuration.

  • csv_input_template
    Type: STRING
    Provider name: csvInputTemplate
    Description: 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.
  • event_type_name
    Type: STRING
    Provider name: eventTypeName
    Description: The event type name.
  • format
    Type: STRING
    Provider name: format
    Description: 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.
  • json_input_template
    Type: STRING
    Provider name: jsonInputTemplate
    Description: 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.
  • use_event_variables
    Type: BOOLEAN
    Provider name: useEventVariables
    Description: The event variables.

invoke_model_endpoint_role_arn

Type: STRING
Provider name: invokeModelEndpointRoleArn
Description: The role used to invoke the model.

last_updated_time

Type: STRING
Provider name: lastUpdatedTime
Description: Timestamp of when the model was last updated.

model_endpoint

Type: STRING
Provider name: modelEndpoint
Description: The Amazon SageMaker model endpoints.

model_endpoint_status

Type: STRING
Provider name: modelEndpointStatus
Description: The Amazon Fraud Detector status for the external model endpoint

model_source

Type: STRING
Provider name: modelSource
Description: The source of the model.

output_configuration

Type: STRUCT
Provider name: outputConfiguration
Description: The output configuration.

  • csv_index_to_variable_map
    Type: MAP_STRING_STRING
    Provider name: csvIndexToVariableMap
    Description: A map of CSV index values in the SageMaker response to the Amazon Fraud Detector variables.
  • format
    Type: STRING
    Provider name: format
    Description: The format of the model output configuration.
  • json_key_to_variable_map
    Type: MAP_STRING_STRING
    Provider name: jsonKeyToVariableMap
    Description: A map of JSON keys in response from SageMaker to the Amazon Fraud Detector variables.

tags

Type: UNORDERED_LIST_STRING