augmentation_policy_spectrogram
edgeimpulse_api v1.0.0
edgeimpulse_api.models.augmentation_policy_spectrogram module
class edgeimpulse_api.models.augmentation_policy_spectrogram.AugmentationPolicySpectrogram(*, enabled: StrictBool, warping: Optional[StrictBool] = None, freqMasking: Optional[StrictStr] = None, timeMasking: Optional[StrictStr] = None, gaussianNoise: Optional[StrictStr] = None)Bases:
BaseModel
class Config()Bases:
object
allow_population_by_field_name(_ = Tru_ )
validate_assignment(_ = Tru_ )
enabled(: StrictBoo )
freq_masking(: Optional[StrictStr )
classmethod freq_masking_validate_enum(v)
classmethod from_dict(obj: dict)Create an instance of AugmentationPolicySpectrogram from a dict
classmethod from_json(json_str: str)Create an instance of AugmentationPolicySpectrogram from a JSON string
gaussian_noise(: Optional[StrictStr )
classmethod gaussian_noise_validate_enum(v)
time_masking(: Optional[StrictStr )
classmethod time_masking_validate_enum(v)
to_dict()Returns the dictionary representation of the model using alias
to_json()Returns the JSON representation of the model using alias
to_str()Returns the string representation of the model using alias
warping(: Optional[StrictBool )
Last updated
Was this helpful?