![]() |
![]()
| ![]() |
![]()
NAMEPaws::LookoutEquipment::DescribeModel - Arguments for method DescribeModel on Paws::LookoutEquipment DESCRIPTIONThis class represents the parameters used for calling the method DescribeModel on the Amazon Lookout for Equipment service. Use the attributes of this class as arguments to method DescribeModel. You shouldn't make instances of this class. Each attribute should be used as a named argument in the call to DescribeModel. SYNOPSISmy $lookoutequipment = Paws->service('LookoutEquipment'); my $DescribeModelResponse = $lookoutequipment->DescribeModel( ModelName => 'MyModelName', ); # Results: my $CreatedAt = $DescribeModelResponse->CreatedAt; my $DataPreProcessingConfiguration = $DescribeModelResponse->DataPreProcessingConfiguration; my $DatasetArn = $DescribeModelResponse->DatasetArn; my $DatasetName = $DescribeModelResponse->DatasetName; my $EvaluationDataEndTime = $DescribeModelResponse->EvaluationDataEndTime; my $EvaluationDataStartTime = $DescribeModelResponse->EvaluationDataStartTime; my $FailedReason = $DescribeModelResponse->FailedReason; my $LabelsInputConfiguration = $DescribeModelResponse->LabelsInputConfiguration; my $LastUpdatedTime = $DescribeModelResponse->LastUpdatedTime; my $ModelArn = $DescribeModelResponse->ModelArn; my $ModelMetrics = $DescribeModelResponse->ModelMetrics; my $ModelName = $DescribeModelResponse->ModelName; my $RoleArn = $DescribeModelResponse->RoleArn; my $Schema = $DescribeModelResponse->Schema; my $ServerSideKmsKeyId = $DescribeModelResponse->ServerSideKmsKeyId; my $Status = $DescribeModelResponse->Status; my $TrainingDataEndTime = $DescribeModelResponse->TrainingDataEndTime; my $TrainingDataStartTime = $DescribeModelResponse->TrainingDataStartTime; my $TrainingExecutionEndTime = $DescribeModelResponse->TrainingExecutionEndTime; my $TrainingExecutionStartTime = $DescribeModelResponse->TrainingExecutionStartTime; # Returns a L<Paws::LookoutEquipment::DescribeModelResponse> object. Values for attributes that are native types (Int, String, Float, etc) can passed as-is (scalar values). Values for complex Types (objects) can be passed as a HashRef. The keys and values of the hashref will be used to instance the underlying object. For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/lookoutequipment/DescribeModel> ATTRIBUTESREQUIRED ModelName => StrThe name of the ML model to be described. SEE ALSOThis class forms part of Paws, documenting arguments for method DescribeModel in Paws::LookoutEquipment BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|