Class InputChannel

    • Method Detail

      • dataSource

        public final InputChannelDataSource dataSource()

        The data source that is used to create the ML input channel.

        Returns:
        The data source that is used to create the ML input channel.
      • roleArn

        public final String roleArn()

        The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the dataSource field the input channel.

        Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.

        Returns:
        The ARN of the IAM role that Clean Rooms ML can assume to read the data referred to in the dataSource field the input channel.

        Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.

      • 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)