Uses of Interface
software.amazon.awssdk.services.transcribe.model.InputDataConfig.Builder
-
Packages that use InputDataConfig.Builder Package Description software.amazon.awssdk.services.transcribe.model -
-
Uses of InputDataConfig.Builder in software.amazon.awssdk.services.transcribe.model
Methods in software.amazon.awssdk.services.transcribe.model that return InputDataConfig.Builder Modifier and Type Method Description static InputDataConfig.BuilderInputDataConfig. builder()InputDataConfig.BuilderInputDataConfig.Builder. dataAccessRoleArn(String dataAccessRoleArn)The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files.InputDataConfig.BuilderInputDataConfig.Builder. s3Uri(String s3Uri)The Amazon S3 location (URI) of the text files you want to use to train your custom language model.InputDataConfig.BuilderInputDataConfig. toBuilder()InputDataConfig.BuilderInputDataConfig.Builder. tuningDataS3Uri(String tuningDataS3Uri)The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.Methods in software.amazon.awssdk.services.transcribe.model that return types with arguments of type InputDataConfig.Builder Modifier and Type Method Description static Class<? extends InputDataConfig.Builder>InputDataConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.transcribe.model with type arguments of type InputDataConfig.Builder Modifier and Type Method Description default CreateLanguageModelRequest.BuilderCreateLanguageModelRequest.Builder. inputDataConfig(Consumer<InputDataConfig.Builder> 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.default CreateLanguageModelResponse.BuilderCreateLanguageModelResponse.Builder. inputDataConfig(Consumer<InputDataConfig.Builder> 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.default LanguageModel.BuilderLanguageModel.Builder. inputDataConfig(Consumer<InputDataConfig.Builder> 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.
-