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 KernelGatewayAppSettings

    • Constructor Detail

      • KernelGatewayAppSettings

        public KernelGatewayAppSettings()
    • 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 KernelGateway app.

        The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the CLI or CloudFormation and the instance type parameter value is not passed.

        Parameters:
        defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

        The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the CLI or CloudFormation and the instance type parameter value is not passed.

      • getDefaultResourceSpec

        public ResourceSpec getDefaultResourceSpec()

        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

        The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the CLI or CloudFormation and the instance type parameter value is not passed.

        Returns:
        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

        The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the CLI or CloudFormation and the instance type parameter value is not passed.

      • withDefaultResourceSpec

        public KernelGatewayAppSettings withDefaultResourceSpec(ResourceSpec defaultResourceSpec)

        The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

        The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the CLI or CloudFormation and the instance type parameter value is not passed.

        Parameters:
        defaultResourceSpec - The default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the KernelGateway app.

        The Amazon SageMaker Studio UI does not use the default instance type value set here. The default instance type set here is used when Apps are created using the CLI or CloudFormation and the instance type parameter value is not passed.

        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 KernelGateway app.

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

        public void setCustomImages(Collection<CustomImage> customImages)

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

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

        public KernelGatewayAppSettings withCustomImages(CustomImage... customImages)

        A list of custom SageMaker images that are configured to run as a KernelGateway 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 KernelGateway app.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withCustomImages

        public KernelGatewayAppSettings withCustomImages(Collection<CustomImage> customImages)

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

        Parameters:
        customImages - A list of custom SageMaker images that are configured to run as a KernelGateway 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 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 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 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 the user profile or domain.

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

      • withLifecycleConfigArns

        public KernelGatewayAppSettings withLifecycleConfigArns(String... lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the 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 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 KernelGatewayAppSettings withLifecycleConfigArns(Collection<String> lifecycleConfigArns)

        The Amazon Resource Name (ARN) of the Lifecycle Configurations attached to the 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 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.
      • 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 によって変換されたページ (->オリジナル) /