Apply ML Model (beta)
Use the Apply ML Model function to see how your model performs in the . The Apply ML Model function retrieves a SMLE Labs trained model from S3 that can be used on data in your pipeline.
Double check that the required fields from your model are present in the incoming stream, and that the data type matches. If the fields or data types do not match, you will see error messages.
Syntax
- apply_model
- path=<string>
- name=<string>
- connection_id=<string>;
How to use Apply ML Model
Use the following steps for the Apply ML Model function:
- Add Apply ML Model from the function picker to your pipeline.
- In the
connection_id
field, create a connection to save your S3 credentials if you haven't done so already.Users with the related S3 credentials should also have read permissions to the S3 bucket.
- Once you have a connection created, select the connection.
- Fill in the model name on the name field. It should be the name of the model without any suffix.
Example:iris_model
- Fill in the s3 path on the path field. It should be a path-style URL to the bucket where the model is located. Example:
s3://my-s3-buckets/models
Apply Line Break | Apply Timestamp Extraction |
This documentation applies to the following versions of Splunk® Data Stream Processor: 1.2.0, 1.2.1-patch02, 1.2.1, 1.2.2-patch02, 1.2.4, 1.2.5
Feedback submitted, thanks!