@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
The object that contains the Amazon S3 object location and access role required to train and tune your custom language model.
Constructor and Description |
---|
InputDataConfig() |
Modifier and Type | Method and Description |
---|---|
InputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getDataAccessRoleArn()
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.
|
String |
getS3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
|
String |
getTuningDataS3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDataAccessRoleArn(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.
|
void |
setS3Uri(String s3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
|
void |
setTuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
|
String |
toString()
Returns a string representation of this object.
|
InputDataConfig |
withDataAccessRoleArn(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.
|
InputDataConfig |
withS3Uri(String s3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
|
InputDataConfig |
withTuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
|
public void setS3Uri(String s3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
s3Uri
- The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language
model.public String getS3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
public InputDataConfig withS3Uri(String s3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language model.
s3Uri
- The Amazon S3 prefix you specify to access the plain text files that you use to train your custom language
model.public void setTuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
tuningDataS3Uri
- The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language
model.public String getTuningDataS3Uri()
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
public InputDataConfig withTuningDataS3Uri(String tuningDataS3Uri)
The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language model.
tuningDataS3Uri
- The Amazon S3 prefix you specify to access the plain text files that you use to tune your custom language
model.public void setDataAccessRoleArn(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.
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 String getDataAccessRoleArn()
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 withDataAccessRoleArn(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.
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 String toString()
toString
in class Object
Object.toString()
public InputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.