![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::Filter 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::SageMaker::Filter object: $service_obj->Method(Att1 => { Name => $value, ..., Value => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::Filter object: $result = $service_obj->Method(...); $result->Att1->Name DESCRIPTIONA conditional statement for a search expression that includes a resource property, a Boolean operator, and a value. Resources that match the statement are returned in the results from the Search API. If you specify a "Value", but not an "Operator", Amazon SageMaker uses the equals operator. In search, there are several property types:
ATTRIBUTESREQUIRED Name => StrA resource property name. For example, "TrainingJobName". For valid property names, see SearchRecord. You must specify a valid property for the resource. Operator => StrA Boolean binary operator that is used to evaluate the filter. The operator field contains one of the following values:
A "SearchExpression" can include only one "Contains" operator for all other values of "Name". In these cases, if you include multiple "Contains" operators in the "SearchExpression", the result is the following error message: ""'CONTAINS' operator usage limit of 1 exceeded."" Value => StrA value used with "Name" and "Operator" to determine which resources satisfy the filter's condition. For numerical properties, "Value" must be an integer or floating-point decimal. For timestamp properties, "Value" must be an ISO 8601 date-time string of the following format: "YYYY-mm-dd'T'HH:MM:SS". SEE ALSOThis class forms part of Paws, describing an object used in Paws::SageMaker 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>
|