Class InputDataConfig

    • Method Detail

      • s3Uri

        public final String s3Uri()

        The Amazon S3 location (URI) of the text files you want to use to train your custom language model.

        Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-training-data/

        Returns:
        The Amazon S3 location (URI) of the text files you want to use to train your custom language model.

        Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-training-data/

      • tuningDataS3Uri

        public final String tuningDataS3Uri()

        The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.

        Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/

        Returns:
        The Amazon S3 location (URI) of the text files you want to use to tune your custom language model.

        Here's an example URI path: s3://DOC-EXAMPLE-BUCKET/my-model-tuning-data/

      • dataAccessRoleArn

        public final 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. If the role that you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.

        IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path. For example: arn:aws:iam::111122223333:role/Admin.

        For more information, see IAM ARNs.

        Returns:
        The Amazon Resource Name (ARN) of an IAM role that has permissions to access the Amazon S3 bucket that contains your input files. If the role that you specify doesn’t have the appropriate permissions to access the specified Amazon S3 location, your request fails.

        IAM role ARNs have the format arn:partition:iam::account:role/role-name-with-path. For example: arn:aws:iam::111122223333:role/Admin.

        For more information, see IAM ARNs.

      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)