LanguageModelInputDataConfig

data class LanguageModelInputDataConfig(val dataAccessRoleArn: String, val s3Uri: String, val tuningDataS3Uri: String? = null)

Constructors

Link copied to clipboard
constructor(dataAccessRoleArn: String, s3Uri: String, tuningDataS3Uri: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

IAM role with access to S3 bucket.

Link copied to clipboard

S3 URI where training data is located.

Link copied to clipboard
val tuningDataS3Uri: String? = null

S3 URI where tuning data is located. The following arguments are optional: