Interface MRFluentBitLogDriverProps

Defines the configuration options needed to set up logging for an OSML model runner

MRFluentBitLogDriverProps

interface MRFluentBitLogDriverProps {
    account: OSMLAccount;
    logGroup: LogGroup;
    taskDefinition: TaskDefinition;
}

Properties

account: OSMLAccount

The OSML deployment account.

logGroup: LogGroup

The CloudWatch Logs log group for logging

taskDefinition: TaskDefinition

The ECS task definition for the model runner

Generated using TypeDoc