The S3 bucket and folder location where training output is placed.

interface OutputConfig {
    S3Bucket?: string;
    S3KeyPrefix?: string;
}

Properties

S3Bucket?: string

The S3 bucket where training output is placed.

S3KeyPrefix?: string

The prefix applied to the training output files.