JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.sagemaker.model

Class JupyterLabAppSettings

    • Constructor Detail

      • JupyterLabAppSettings

        public JupyterLabAppSettings()
    • Method Detail

      • setDefaultResourceSpec

        public void setDefaultResourceSpec(ResourceSpec defaultResourceSpec)
        Parameters:
        defaultResourceSpec -
      • getDefaultResourceSpec

        public ResourceSpec getDefaultResourceSpec()
        Returns:
      • withDefaultResourceSpec

        public JupyterLabAppSettings withDefaultResourceSpec(ResourceSpec defaultResourceSpec)
        Parameters:
        defaultResourceSpec -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCustomImages

        public List<CustomImage> getCustomImages()

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

        Returns:
        A list of custom SageMaker images that are configured to run as a JupyterLab app.
      • setCustomImages

        public void setCustomImages(Collection<CustomImage> customImages)

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

        Parameters:
        customImages - A list of custom SageMaker images that are configured to run as a JupyterLab app.
      • withCustomImages

        public JupyterLabAppSettings withCustomImages(CustomImage... customImages)

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

        NOTE: This method appends the values to the existing list (if any). Use setCustomImages(java.util.Collection) or withCustomImages(java.util.Collection) if you want to override the existing values.

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

        public JupyterLabAppSettings withCustomImages(Collection<CustomImage> customImages)

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

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

        public List<String> getLifecycleConfigArns()

        The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.

        Returns:
        The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.
      • setLifecycleConfigArns

        public void setLifecycleConfigArns(Collection<String> lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.

        Parameters:
        lifecycleConfigArns - The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.
      • withLifecycleConfigArns

        public JupyterLabAppSettings withLifecycleConfigArns(String... lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.

        NOTE: This method appends the values to the existing list (if any). Use setLifecycleConfigArns(java.util.Collection) or withLifecycleConfigArns(java.util.Collection) if you want to override the existing values.

        Parameters:
        lifecycleConfigArns - The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withLifecycleConfigArns

        public JupyterLabAppSettings withLifecycleConfigArns(Collection<String> lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.

        Parameters:
        lifecycleConfigArns - The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain. To remove a lifecycle config, you must set LifecycleConfigArns to an empty list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getCodeRepositories

        public List<CodeRepository> getCodeRepositories()

        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

        Returns:
        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
      • setCodeRepositories

        public void setCodeRepositories(Collection<CodeRepository> codeRepositories)

        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

        Parameters:
        codeRepositories - A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
      • withCodeRepositories

        public JupyterLabAppSettings withCodeRepositories(CodeRepository... codeRepositories)

        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

        NOTE: This method appends the values to the existing list (if any). Use setCodeRepositories(java.util.Collection) or withCodeRepositories(java.util.Collection) if you want to override the existing values.

        Parameters:
        codeRepositories - A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withCodeRepositories

        public JupyterLabAppSettings withCodeRepositories(Collection<CodeRepository> codeRepositories)

        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.

        Parameters:
        codeRepositories - A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /