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 ContainerConfig

    • Constructor Detail

      • ContainerConfig

        public ContainerConfig()
    • Method Detail

      • getContainerArguments

        public List<String> getContainerArguments()

        The arguments for the container when you're running the application.

        Returns:
        The arguments for the container when you're running the application.
      • setContainerArguments

        public void setContainerArguments(Collection<String> containerArguments)

        The arguments for the container when you're running the application.

        Parameters:
        containerArguments - The arguments for the container when you're running the application.
      • withContainerArguments

        public ContainerConfig withContainerArguments(String... containerArguments)

        The arguments for the container when you're running the application.

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

        Parameters:
        containerArguments - The arguments for the container when you're running the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withContainerArguments

        public ContainerConfig withContainerArguments(Collection<String> containerArguments)

        The arguments for the container when you're running the application.

        Parameters:
        containerArguments - The arguments for the container when you're running the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getContainerEntrypoint

        public List<String> getContainerEntrypoint()

        The entrypoint used to run the application in the container.

        Returns:
        The entrypoint used to run the application in the container.
      • setContainerEntrypoint

        public void setContainerEntrypoint(Collection<String> containerEntrypoint)

        The entrypoint used to run the application in the container.

        Parameters:
        containerEntrypoint - The entrypoint used to run the application in the container.
      • withContainerEntrypoint

        public ContainerConfig withContainerEntrypoint(String... containerEntrypoint)

        The entrypoint used to run the application in the container.

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

        Parameters:
        containerEntrypoint - The entrypoint used to run the application in the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withContainerEntrypoint

        public ContainerConfig withContainerEntrypoint(Collection<String> containerEntrypoint)

        The entrypoint used to run the application in the container.

        Parameters:
        containerEntrypoint - The entrypoint used to run the application in the container.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getContainerEnvironmentVariables

        public Map<String,String> getContainerEnvironmentVariables()

        The environment variables to set in the container

        Returns:
        The environment variables to set in the container
      • setContainerEnvironmentVariables

        public void setContainerEnvironmentVariables(Map<String,String> containerEnvironmentVariables)

        The environment variables to set in the container

        Parameters:
        containerEnvironmentVariables - The environment variables to set in the container
      • withContainerEnvironmentVariables

        public ContainerConfig withContainerEnvironmentVariables(Map<String,String> containerEnvironmentVariables)

        The environment variables to set in the container

        Parameters:
        containerEnvironmentVariables - The environment variables to set in the container
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clearContainerEnvironmentVariablesEntries

        public ContainerConfig clearContainerEnvironmentVariablesEntries()
        Removes all the entries added into ContainerEnvironmentVariables.
        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 によって変換されたページ (->オリジナル) /