S3Uri

data class S3Uri(val value: String) : EvaluationDatasetLocation

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

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited 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.