|
NAMEPaws::MachineLearning::DescribeMLModels - Arguments for method DescribeMLModels on Paws::MachineLearningDESCRIPTIONThis class represents the parameters used for calling the method DescribeMLModels on the Amazon Machine Learning service. Use the attributes of this class as arguments to method DescribeMLModels.You shouln't make instances of this class. Each attribute should be used as a named argument in the call to DescribeMLModels. As an example: $service_obj->DescribeMLModels(Att1 => $value1, Att2 => $value2, ...); 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. ATTRIBUTESEQ => StrThe equal to operator. The "MLModel" results will have "FilterVariable" values that exactly match the value specified with "EQ".FilterVariable => StrUse one of the following variables to filter a list of "MLModel":
GE => StrThe greater than or equal to operator. The "MLModel" results will have "FilterVariable" values that are greater than or equal to the value specified with "GE".GT => StrThe greater than operator. The "MLModel" results will have "FilterVariable" values that are greater than the value specified with "GT".LE => StrThe less than or equal to operator. The "MLModel" results will have "FilterVariable" values that are less than or equal to the value specified with "LE".Limit => IntThe number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.LT => StrThe less than operator. The "MLModel" results will have "FilterVariable" values that are less than the value specified with "LT".NE => StrThe not equal to operator. The "MLModel" results will have "FilterVariable" values not equal to the value specified with "NE".NextToken => StrThe ID of the page in the paginated results.Prefix => StrA string that is found at the beginning of a variable, such as "Name" or "Id".For example, an "MLModel" could have the "Name" "2014-09-09-HolidayGiftMailer". To search for this "MLModel", select "Name" for the "FilterVariable" and any of the following strings for the "Prefix":
SortOrder => StrA two-value parameter that determines the sequence of the resulting list of "MLModel".
Results are sorted by "FilterVariable". SEE ALSOThis class forms part of Paws, documenting arguments for method DescribeMLModels in Paws::MachineLearningBUGS and CONTRIBUTIONSThe source code is located here: https://github.com/pplu/aws-sdk-perlPlease report bugs to: https://github.com/pplu/aws-sdk-perl/issues
Visit the GSP FreeBSD Man Page Interface. |