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` package Paws::LookoutEquipment::DescribeModelResponse; use Moose; has CreatedAt => (is => 'ro', isa => 'Str'); has DataPreProcessingConfiguration => (is => 'ro', isa => 'Paws::LookoutEquipment::DataPreProcessingConfiguration'); has DatasetArn => (is => 'ro', isa => 'Str'); has DatasetName => (is => 'ro', isa => 'Str'); has EvaluationDataEndTime => (is => 'ro', isa => 'Str'); has EvaluationDataStartTime => (is => 'ro', isa => 'Str'); has FailedReason => (is => 'ro', isa => 'Str'); has LabelsInputConfiguration => (is => 'ro', isa => 'Paws::LookoutEquipment::LabelsInputConfiguration'); has LastUpdatedTime => (is => 'ro', isa => 'Str'); has ModelArn => (is => 'ro', isa => 'Str'); has ModelMetrics => (is => 'ro', isa => 'Str'); has ModelName => (is => 'ro', isa => 'Str'); has RoleArn => (is => 'ro', isa => 'Str'); has Schema => (is => 'ro', isa => 'Str'); has ServerSideKmsKeyId => (is => 'ro', isa => 'Str'); has Status => (is => 'ro', isa => 'Str'); has TrainingDataEndTime => (is => 'ro', isa => 'Str'); has TrainingDataStartTime => (is => 'ro', isa => 'Str'); has TrainingExecutionEndTime => (is => 'ro', isa => 'Str'); has TrainingExecutionStartTime => (is => 'ro', isa => 'Str'); has _request_id => (is => 'ro', isa => 'Str'); ### main pod documentation begin ### =head1 NAME Paws::LookoutEquipment::DescribeModelResponse =head1 ATTRIBUTES =head2 CreatedAt => Str Indicates the time and date at which the ML model was created. =head2 DataPreProcessingConfiguration => L The configuration is the C, which is the sampling rate of the data after post processing by Amazon Lookout for Equipment. For example, if you provide data that has been collected at a 1 second level and you want the system to resample the data at a 1 minute rate before training, the C is 1 minute. When providing a value for the C, you must attach the prefix "PT" to the rate you want. The value for a 1 second rate is therefore I, the value for a 15 minute rate is I, and the value for a 1 hour rate is I =head2 DatasetArn => Str The Amazon Resouce Name (ARN) of the dataset used to create the ML model being described. =head2 DatasetName => Str The name of the dataset being used by the ML being described. =head2 EvaluationDataEndTime => Str Indicates the time reference in the dataset that was used to end the subset of evaluation data for the ML model. =head2 EvaluationDataStartTime => Str Indicates the time reference in the dataset that was used to begin the subset of evaluation data for the ML model. =head2 FailedReason => Str If the training of the ML model failed, this indicates the reason for that failure. =head2 LabelsInputConfiguration => L Specifies configuration information about the labels input, including its S3 location. =head2 LastUpdatedTime => Str Indicates the last time the ML model was updated. The type of update is not specified. =head2 ModelArn => Str The Amazon Resource Name (ARN) of the ML model being described. =head2 ModelMetrics => Str The Model Metrics show an aggregated summary of the model's performance within the evaluation time range. This is the JSON content of the metrics created when evaluating the model. =head2 ModelName => Str The name of the ML model being described. =head2 RoleArn => Str The Amazon Resource Name (ARN) of a role with permission to access the data source for the ML model being described. =head2 Schema => Str A JSON description of the data that is in each time series dataset, including names, column names, and data types. =head2 ServerSideKmsKeyId => Str Provides the identifier of the AWS KMS customer master key (CMK) used to encrypt model data by Amazon Lookout for Equipment. =head2 Status => Str Specifies the current status of the model being described. Status describes the status of the most recent action of the model. Valid values are: C<"IN_PROGRESS">, C<"SUCCESS">, C<"FAILED"> =head2 TrainingDataEndTime => Str Indicates the time reference in the dataset that was used to end the subset of training data for the ML model. =head2 TrainingDataStartTime => Str Indicates the time reference in the dataset that was used to begin the subset of training data for the ML model. =head2 TrainingExecutionEndTime => Str Indicates the time at which the training of the ML model was completed. =head2 TrainingExecutionStartTime => Str Indicates the time at which the training of the ML model began. =head2 _request_id => Str =cut 1;