Interface PartnerAppConfig.Builder

    • Method Detail

      • adminUsers

        PartnerAppConfig.Builder adminUsers​(Collection<String> adminUsers)

        The list of users that are given admin access to the SageMaker Partner AI App.

        Parameters:
        adminUsers - The list of users that are given admin access to the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • adminUsers

        PartnerAppConfig.Builder adminUsers​(String... adminUsers)

        The list of users that are given admin access to the SageMaker Partner AI App.

        Parameters:
        adminUsers - The list of users that are given admin access to the SageMaker Partner AI App.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arguments

        PartnerAppConfig.Builder arguments​(Map<String,​String> arguments)

        This is a map of required inputs for a SageMaker Partner AI App. Based on the application type, the map is populated with a key and value pair that is specific to the user and application.

        Parameters:
        arguments - This is a map of required inputs for a SageMaker Partner AI App. Based on the application type, the map is populated with a key and value pair that is specific to the user and application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.