PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Forecast::Statistics; use Moose; has Avg => (is => 'ro', isa => 'Num'); has Count => (is => 'ro', isa => 'Int'); has CountDistinct => (is => 'ro', isa => 'Int'); has CountDistinctLong => (is => 'ro', isa => 'Int'); has CountLong => (is => 'ro', isa => 'Int'); has CountNan => (is => 'ro', isa => 'Int'); has CountNanLong => (is => 'ro', isa => 'Int'); has CountNull => (is => 'ro', isa => 'Int'); has CountNullLong => (is => 'ro', isa => 'Int'); has Max => (is => 'ro', isa => 'Str'); has Min => (is => 'ro', isa => 'Str'); has Stddev => (is => 'ro', isa => 'Num'); 1; ### main pod documentation begin ### =head1 NAME Paws::Forecast::Statistics =head1 USAGE This class represents one of two things: =head3 Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Forecast::Statistics object: $service_obj->Method(Att1 => { Avg => $value, ..., Stddev => $value }); =head3 Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Forecast::Statistics object: $result = $service_obj->Method(...); $result->Att1->Avg =head1 DESCRIPTION Provides statistics for each data field imported into to an Amazon Forecast dataset with the CreateDatasetImportJob operation. =head1 ATTRIBUTES =head2 Avg => Num For a numeric field, the average value in the field. =head2 Count => Int The number of values in the field. If the response value is -1, refer to C. =head2 CountDistinct => Int The number of distinct values in the field. If the response value is -1, refer to C. =head2 CountDistinctLong => Int The number of distinct values in the field. C is used instead of C if the value is greater than 2,147,483,647. =head2 CountLong => Int The number of values in the field. C is used instead of C if the value is greater than 2,147,483,647. =head2 CountNan => Int The number of NAN (not a number) values in the field. If the response value is -1, refer to C. =head2 CountNanLong => Int The number of NAN (not a number) values in the field. C is used instead of C if the value is greater than 2,147,483,647. =head2 CountNull => Int The number of null values in the field. If the response value is -1, refer to C. =head2 CountNullLong => Int The number of null values in the field. C is used instead of C if the value is greater than 2,147,483,647. =head2 Max => Str For a numeric field, the maximum value in the field. =head2 Min => Str For a numeric field, the minimum value in the field. =head2 Stddev => Num For a numeric field, the standard deviation. =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut