Interface RSessionAppSettings.Builder

    • Method Detail

      • defaultResourceSpec

        RSessionAppSettings.Builder defaultResourceSpec​(ResourceSpec defaultResourceSpec)
        Sets the value of the DefaultResourceSpec property for this object.
        Parameters:
        defaultResourceSpec - The new value for the DefaultResourceSpec property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customImages

        RSessionAppSettings.Builder customImages​(Collection<CustomImage> customImages)

        A list of custom SageMaker AI images that are configured to run as a RSession app.

        Parameters:
        customImages - A list of custom SageMaker AI images that are configured to run as a RSession app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customImages

        RSessionAppSettings.Builder customImages​(CustomImage... customImages)

        A list of custom SageMaker AI images that are configured to run as a RSession app.

        Parameters:
        customImages - A list of custom SageMaker AI images that are configured to run as a RSession app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.