Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0
The following are the available data input formats for the IP Insights algorithm. Amazon SageMaker built-in algorithms adhere to the common input training format described in Common Data Formats for Training. However, the Amazon SageMaker IP Insights algorithm currently supports only the CSV data input format.
The CSV file must have two columns. The first column is an opaque string that corresponds to an entity’s unique identifier. The second column is the IPv4 address of the entity’s access event in decimal-dot notation.
content-type: text/csv
entity_id_1, 192.168.1.2
entity_id_2, 10.10.1.2