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 ModelMetadataSummary

    • Constructor Detail

      • ModelMetadataSummary

        public ModelMetadataSummary()
    • Method Detail

      • setDomain

        public void setDomain(String domain)

        The machine learning domain of the model.

        Parameters:
        domain - The machine learning domain of the model.
      • getDomain

        public String getDomain()

        The machine learning domain of the model.

        Returns:
        The machine learning domain of the model.
      • withDomain

        public ModelMetadataSummary withDomain(String domain)

        The machine learning domain of the model.

        Parameters:
        domain - The machine learning domain of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFramework

        public void setFramework(String framework)

        The machine learning framework of the model.

        Parameters:
        framework - The machine learning framework of the model.
      • getFramework

        public String getFramework()

        The machine learning framework of the model.

        Returns:
        The machine learning framework of the model.
      • withFramework

        public ModelMetadataSummary withFramework(String framework)

        The machine learning framework of the model.

        Parameters:
        framework - The machine learning framework of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTask

        public void setTask(String task)

        The machine learning task of the model.

        Parameters:
        task - The machine learning task of the model.
      • getTask

        public String getTask()

        The machine learning task of the model.

        Returns:
        The machine learning task of the model.
      • withTask

        public ModelMetadataSummary withTask(String task)

        The machine learning task of the model.

        Parameters:
        task - The machine learning task of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setModel

        public void setModel(String model)

        The name of the model.

        Parameters:
        model - The name of the model.
      • getModel

        public String getModel()

        The name of the model.

        Returns:
        The name of the model.
      • withModel

        public ModelMetadataSummary withModel(String model)

        The name of the model.

        Parameters:
        model - The name of the model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setFrameworkVersion

        public void setFrameworkVersion(String frameworkVersion)

        The framework version of the model.

        Parameters:
        frameworkVersion - The framework version of the model.
      • getFrameworkVersion

        public String getFrameworkVersion()

        The framework version of the model.

        Returns:
        The framework version of the model.
      • withFrameworkVersion

        public ModelMetadataSummary withFrameworkVersion(String frameworkVersion)

        The framework version of the model.

        Parameters:
        frameworkVersion - The framework version of the model.
        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 によって変換されたページ (->オリジナル) /