Creating a Data Asset
Create a data asset to connect to data so that you can create and train models in Anomaly Detection.
- Add an Object Storage Data Asset
The data asset is created. The create process can take a couple of minutes. When the data asset is created successfully, it's in an ACTIVE state. Add an Autonomous Transaction Processing Data AssetYou need the connection details for the Autonomous Transaction Processing (ATP) database including the wallet file.
If you need to use a private endpoint to access an external database, create the private endpoint in an accessible compartment.
The data asset is created. The create process can take a couple of minutes. When the data asset is created successfully, it's in an ACTIVE state. Add an InfluxDB Database Data AssetYou need the measurement name for the data structure in your InfluxDB database, the database URL, and the name of the database's retention policy.
If you need to use a private endpoint to access an external database, create the private endpoint in an accessible compartment.
The data asset is created. The create process can take a couple of minutes. When the data asset is created successfully, it's in an ACTIVE state. Use the oci anomaly-detection data-asset create commands and required parameters to create a data asset in a compartment:
oci anomaly-detection data-asset create --compartment-id <compartment-id>, -c [<name>] ... [OPTIONS]
oci anomaly-detection data-asset create-data-source-atp --compartment-id <compartment-id>, -c [<name>] ... [OPTIONS]
oci anomaly-detection data-asset create-data-source-influx --compartment-id <compartment-id>, -c [<name>] ... [OPTIONS]
oci anomaly-detection data-asset create-data-source-os --compartment-id <compartment-id>, -c [<name>] ... [OPTIONS]
For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Run the CreateDataAsset operation to create a data asset.