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 JupyterServerAppSettings

    • Constructor Detail

      • JupyterServerAppSettings

        public JupyterServerAppSettings()
    • Method Detail

      • setDefaultResourceSpec

        public void setDefaultResourceSpec(ResourceSpec defaultResourceSpec)

        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.

        Parameters:
        defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.
      • getDefaultResourceSpec

        public ResourceSpec getDefaultResourceSpec()

        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.

        Returns:
        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.
      • withDefaultResourceSpec

        public JupyterServerAppSettings withDefaultResourceSpec(ResourceSpec defaultResourceSpec)

        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.

        Parameters:
        defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterServer app. If you use the LifecycleConfigArns parameter, then this parameter is also required.
        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 JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        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 JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        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 JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        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 JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        To remove a Lifecycle Config, you must set LifecycleConfigArns to an empty list.

      • withLifecycleConfigArns

        public JupyterServerAppSettings withLifecycleConfigArns(String... lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        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 JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        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 JupyterServerAppSettings withLifecycleConfigArns(Collection<String> lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        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 JupyterServerApp. If you use this parameter, the DefaultResourceSpec parameter is also required.

        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 JupyterServer application.

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

        public void setCodeRepositories(Collection<CodeRepository> codeRepositories)

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

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

        public JupyterServerAppSettings withCodeRepositories(CodeRepository... codeRepositories)

        A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer 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 JupyterServer application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withCodeRepositories

        public JupyterServerAppSettings withCodeRepositories(Collection<CodeRepository> codeRepositories)

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

        Parameters:
        codeRepositories - A list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterServer 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 によって変換されたページ (->オリジナル) /