S3Source

class S3Source

Amazon S3 location of a JSONL file containing dataset examples.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Amazon S3 URI of the JSONL file (for example, s3://my-bucket/path/to/examples.jsonl).

Functions

Link copied to clipboard
inline fun copy(block: S3Source.Builder.() -> Unit = {}): S3Source
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String