![]() |
![]()
| ![]() |
![]()
NAMEPaws::MachineLearning::MLModel USAGEThis class represents one of two things: 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::MachineLearning::MLModel object: $service_obj->Method(Att1 => { Algorithm => $value, ..., TrainingParameters => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::MachineLearning::MLModel object: $result = $service_obj->Method(...); $result->Att1->Algorithm DESCRIPTIONRepresents the output of a "GetMLModel" operation. The content consists of the detailed metadata and the current status of the "MLModel". ATTRIBUTESAlgorithm => StrThe algorithm used to train the "MLModel". The following algorithm is supported:
ComputeTime => IntCreatedAt => StrThe time that the "MLModel" was created. The time is expressed in epoch time. CreatedByIamUser => StrThe AWS user account from which the "MLModel" was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account. EndpointInfo => Paws::MachineLearning::RealtimeEndpointInfoThe current endpoint of the "MLModel". FinishedAt => StrInputDataLocationS3 => StrThe location of the data file or directory in Amazon Simple Storage Service (Amazon S3). LastUpdatedAt => StrThe time of the most recent edit to the "MLModel". The time is expressed in epoch time. Message => StrA description of the most recent details about accessing the "MLModel". MLModelId => StrThe ID assigned to the "MLModel" at creation. MLModelType => StrIdentifies the "MLModel" category. The following are the available types:
Name => StrA user-supplied name or description of the "MLModel". ScoreThreshold => NumScoreThresholdLastUpdatedAt => StrThe time of the most recent edit to the "ScoreThreshold". The time is expressed in epoch time. SizeInBytes => IntStartedAt => StrStatus => StrThe current status of an "MLModel". This element can have one of the following values:
TrainingDataSourceId => StrThe ID of the training "DataSource". The "CreateMLModel" operation uses the "TrainingDataSourceId". TrainingParameters => Paws::MachineLearning::TrainingParametersA list of the training parameters in the "MLModel". The list is implemented as a map of key-value pairs. The following is the current set of training parameters:
SEE ALSOThis class forms part of Paws, describing an object used in Paws::MachineLearning 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>
|