EvaluationDatasetLocation

The location in Amazon S3 where your prompt dataset is stored.

Inheritors

Types

Link copied to clipboard
data class S3Uri(val value: String) : EvaluationDatasetLocation

The S3 URI of the S3 bucket specified in the job.

Link copied to clipboard

Functions

Link copied to clipboard

Casts this EvaluationDatasetLocation as a S3Uri and retrieves its kotlin.String value. Throws an exception if the EvaluationDatasetLocation is not a S3Uri.

Link copied to clipboard

Casts this EvaluationDatasetLocation as a S3Uri and retrieves its kotlin.String value. Returns null if the EvaluationDatasetLocation is not a S3Uri.