Uses of Class
software.amazon.awssdk.services.transcribe.model.InputDataConfig
-
Packages that use InputDataConfig Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of InputDataConfig in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return InputDataConfig Modifier and Type Method Description InputDataConfigCreateLanguageModelRequest. inputDataConfig()Contains the Amazon S3 location of the training data you want to use to create a new custom language model, and permissions to access this location.InputDataConfigCreateLanguageModelResponse. inputDataConfig()Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations you provided for your training (S3Uri) and tuning (TuningDataS3Uri) data.InputDataConfigLanguageModel. inputDataConfig()The Amazon S3 location of the input files used to train and tune your custom language model, in addition to the data access role ARN (Amazon Resource Name) that has permissions to access these data.Methods in software.amazon.awssdk.services.transcribe.model with parameters of type InputDataConfig Modifier and Type Method Description CreateLanguageModelRequest.BuilderCreateLanguageModelRequest.Builder. inputDataConfig(InputDataConfig inputDataConfig)Contains the Amazon S3 location of the training data you want to use to create a new custom language model, and permissions to access this location.CreateLanguageModelResponse.BuilderCreateLanguageModelResponse.Builder. inputDataConfig(InputDataConfig inputDataConfig)Lists your data access role ARN (Amazon Resource Name) and the Amazon S3 locations you provided for your training (S3Uri) and tuning (TuningDataS3Uri) data.LanguageModel.BuilderLanguageModel.Builder. inputDataConfig(InputDataConfig inputDataConfig)The Amazon S3 location of the input files used to train and tune your custom language model, in addition to the data access role ARN (Amazon Resource Name) that has permissions to access these data.
-