Retrieve a classifier by name.
glue_get_classifier(Name)
[required] Name of the classifier to retrieve.
A list with the following syntax:
list( Classifier = list( GrokClassifier = list( Name = "string", Classification = "string", CreationTime = as.POSIXct( "2015-01-01" ), LastUpdated = as.POSIXct( "2015-01-01" ), Version = 123, GrokPattern = "string", CustomPatterns = "string" ), XMLClassifier = list( Name = "string", Classification = "string", CreationTime = as.POSIXct( "2015-01-01" ), LastUpdated = as.POSIXct( "2015-01-01" ), Version = 123, RowTag = "string" ), JsonClassifier = list( Name = "string", CreationTime = as.POSIXct( "2015-01-01" ), LastUpdated = as.POSIXct( "2015-01-01" ), Version = 123, JsonPath = "string" ), CsvClassifier = list( Name = "string", CreationTime = as.POSIXct( "2015-01-01" ), LastUpdated = as.POSIXct( "2015-01-01" ), Version = 123, Delimiter = "string", QuoteSymbol = "string", ContainsHeader = "UNKNOWN"|"PRESENT"|"ABSENT", Header = list( "string" ), DisableValueTrimming = TRUE|FALSE, AllowSingleColumn = TRUE|FALSE ) ) )
svc$get_classifier( Name = "string" )