@Generated(value="software.amazon.awssdk:codegen") public final class InputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>
The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InputDataConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
builder() |
String |
dataAccessRoleArn()
The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access
your Amazon S3 buckets containing your media files or text data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
s3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends InputDataConfig.Builder> |
serializableBuilderClass() |
InputDataConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
tuningDataS3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String s3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
public String tuningDataS3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
public String dataAccessRoleArn()
The Amazon Resource Name (ARN) that uniquely identifies the permissions you've given Amazon Transcribe to access your Amazon S3 buckets containing your media files or text data.
public InputDataConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InputDataConfig.Builder,InputDataConfig>public static InputDataConfig.Builder builder()
public static Class<? extends InputDataConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.