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 DeviceSelectionConfig

    • Constructor Detail

      • DeviceSelectionConfig

        public DeviceSelectionConfig()
    • Method Detail

      • setDeviceSubsetType

        public void setDeviceSubsetType(String deviceSubsetType)

        Type of device subsets to deploy to the current stage.

        Parameters:
        deviceSubsetType - Type of device subsets to deploy to the current stage.
        See Also:
        DeviceSubsetType
      • getDeviceSubsetType

        public String getDeviceSubsetType()

        Type of device subsets to deploy to the current stage.

        Returns:
        Type of device subsets to deploy to the current stage.
        See Also:
        DeviceSubsetType
      • withDeviceSubsetType

        public DeviceSelectionConfig withDeviceSubsetType(String deviceSubsetType)

        Type of device subsets to deploy to the current stage.

        Parameters:
        deviceSubsetType - Type of device subsets to deploy to the current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceSubsetType
      • withDeviceSubsetType

        public DeviceSelectionConfig withDeviceSubsetType(DeviceSubsetType deviceSubsetType)

        Type of device subsets to deploy to the current stage.

        Parameters:
        deviceSubsetType - Type of device subsets to deploy to the current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DeviceSubsetType
      • setPercentage

        public void setPercentage(Integer percentage)

        Percentage of devices in the fleet to deploy to the current stage.

        Parameters:
        percentage - Percentage of devices in the fleet to deploy to the current stage.
      • getPercentage

        public Integer getPercentage()

        Percentage of devices in the fleet to deploy to the current stage.

        Returns:
        Percentage of devices in the fleet to deploy to the current stage.
      • withPercentage

        public DeviceSelectionConfig withPercentage(Integer percentage)

        Percentage of devices in the fleet to deploy to the current stage.

        Parameters:
        percentage - Percentage of devices in the fleet to deploy to the current stage.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • getDeviceNames

        public List<String> getDeviceNames()

        List of devices chosen to deploy.

        Returns:
        List of devices chosen to deploy.
      • setDeviceNames

        public void setDeviceNames(Collection<String> deviceNames)

        List of devices chosen to deploy.

        Parameters:
        deviceNames - List of devices chosen to deploy.
      • withDeviceNames

        public DeviceSelectionConfig withDeviceNames(Collection<String> deviceNames)

        List of devices chosen to deploy.

        Parameters:
        deviceNames - List of devices chosen to deploy.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDeviceNameContains

        public void setDeviceNameContains(String deviceNameContains)

        A filter to select devices with names containing this name.

        Parameters:
        deviceNameContains - A filter to select devices with names containing this name.
      • getDeviceNameContains

        public String getDeviceNameContains()

        A filter to select devices with names containing this name.

        Returns:
        A filter to select devices with names containing this name.
      • withDeviceNameContains

        public DeviceSelectionConfig withDeviceNameContains(String deviceNameContains)

        A filter to select devices with names containing this name.

        Parameters:
        deviceNameContains - A filter to select devices with names containing this name.
        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 によって変換されたページ (->オリジナル) /