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 EdgeModelStat

    • Constructor Detail

      • EdgeModelStat

        public EdgeModelStat()
    • Method Detail

      • setModelName

        public void setModelName(String modelName)

        The name of the model.

        Parameters:
        modelName - The name of the model.
      • getModelName

        public String getModelName()

        The name of the model.

        Returns:
        The name of the model.
      • withModelName

        public EdgeModelStat withModelName(String modelName)

        The name of the model.

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

        public void setModelVersion(String modelVersion)

        The model version.

        Parameters:
        modelVersion - The model version.
      • getModelVersion

        public String getModelVersion()

        The model version.

        Returns:
        The model version.
      • withModelVersion

        public EdgeModelStat withModelVersion(String modelVersion)

        The model version.

        Parameters:
        modelVersion - The model version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setOfflineDeviceCount

        public void setOfflineDeviceCount(Long offlineDeviceCount)

        The number of devices that have this model version and do not have a heart beat.

        Parameters:
        offlineDeviceCount - The number of devices that have this model version and do not have a heart beat.
      • getOfflineDeviceCount

        public Long getOfflineDeviceCount()

        The number of devices that have this model version and do not have a heart beat.

        Returns:
        The number of devices that have this model version and do not have a heart beat.
      • withOfflineDeviceCount

        public EdgeModelStat withOfflineDeviceCount(Long offlineDeviceCount)

        The number of devices that have this model version and do not have a heart beat.

        Parameters:
        offlineDeviceCount - The number of devices that have this model version and do not have a heart beat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setConnectedDeviceCount

        public void setConnectedDeviceCount(Long connectedDeviceCount)

        The number of devices that have this model version and have a heart beat.

        Parameters:
        connectedDeviceCount - The number of devices that have this model version and have a heart beat.
      • getConnectedDeviceCount

        public Long getConnectedDeviceCount()

        The number of devices that have this model version and have a heart beat.

        Returns:
        The number of devices that have this model version and have a heart beat.
      • withConnectedDeviceCount

        public EdgeModelStat withConnectedDeviceCount(Long connectedDeviceCount)

        The number of devices that have this model version and have a heart beat.

        Parameters:
        connectedDeviceCount - The number of devices that have this model version and have a heart beat.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setActiveDeviceCount

        public void setActiveDeviceCount(Long activeDeviceCount)

        The number of devices that have this model version, a heart beat, and are currently running.

        Parameters:
        activeDeviceCount - The number of devices that have this model version, a heart beat, and are currently running.
      • getActiveDeviceCount

        public Long getActiveDeviceCount()

        The number of devices that have this model version, a heart beat, and are currently running.

        Returns:
        The number of devices that have this model version, a heart beat, and are currently running.
      • withActiveDeviceCount

        public EdgeModelStat withActiveDeviceCount(Long activeDeviceCount)

        The number of devices that have this model version, a heart beat, and are currently running.

        Parameters:
        activeDeviceCount - The number of devices that have this model version, a heart beat, and are currently running.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSamplingDeviceCount

        public void setSamplingDeviceCount(Long samplingDeviceCount)

        The number of devices with this model version and are producing sample data.

        Parameters:
        samplingDeviceCount - The number of devices with this model version and are producing sample data.
      • getSamplingDeviceCount

        public Long getSamplingDeviceCount()

        The number of devices with this model version and are producing sample data.

        Returns:
        The number of devices with this model version and are producing sample data.
      • withSamplingDeviceCount

        public EdgeModelStat withSamplingDeviceCount(Long samplingDeviceCount)

        The number of devices with this model version and are producing sample data.

        Parameters:
        samplingDeviceCount - The number of devices with this model version and are producing sample data.
        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 によって変換されたページ (->オリジナル) /