Interface StudioWebPortalSettings.Builder

    • Method Detail

      • hiddenMlToolsWithStrings

        StudioWebPortalSettings.Builder hiddenMlToolsWithStrings​(Collection<String> hiddenMlTools)

        The machine learning tools that are hidden from the Studio left navigation pane.

        Parameters:
        hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenMlToolsWithStrings

        StudioWebPortalSettings.Builder hiddenMlToolsWithStrings​(String... hiddenMlTools)

        The machine learning tools that are hidden from the Studio left navigation pane.

        Parameters:
        hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenMlTools

        StudioWebPortalSettings.Builder hiddenMlTools​(Collection<MlTools> hiddenMlTools)

        The machine learning tools that are hidden from the Studio left navigation pane.

        Parameters:
        hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hiddenMlTools

        StudioWebPortalSettings.Builder hiddenMlTools​(MlTools... hiddenMlTools)

        The machine learning tools that are hidden from the Studio left navigation pane.

        Parameters:
        hiddenMlTools - The machine learning tools that are hidden from the Studio left navigation pane.
        Returns:
        Returns a reference to this object so that method calls can be chained together.