Class ScaleSettingsInformation


  • public final class ScaleSettingsInformation
    extends Object
    Desired scale settings for the amlCompute.
    • Constructor Detail

      • ScaleSettingsInformation

        public ScaleSettingsInformation()
    • Method Detail

      • scaleSettings

        public ScaleSettings scaleSettings()
        Get the scaleSettings property: scale settings for AML Compute.
        Returns:
        the scaleSettings value.
      • withScaleSettings

        public ScaleSettingsInformation withScaleSettings​(ScaleSettings scaleSettings)
        Set the scaleSettings property: scale settings for AML Compute.
        Parameters:
        scaleSettings - the scaleSettings value to set.
        Returns:
        the ScaleSettingsInformation object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.