Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

rekognition_list_stream_processors

Gets a list of stream processors that you have created with CreateStreamProcessor


Description

Gets a list of stream processors that you have created with create_stream_processor.

Usage

rekognition_list_stream_processors(NextToken, MaxResults)

Arguments

NextToken

If the previous response was incomplete (because there are more stream processors to retrieve), Amazon Rekognition Video returns a pagination token in the response. You can use this pagination token to retrieve the next set of stream processors.

MaxResults

Maximum number of stream processors you want Amazon Rekognition Video to return in the response. The default is 1000.

Value

A list with the following syntax:

list(
  NextToken = "string",
  StreamProcessors = list(
    list(
      Name = "string",
      Status = "STOPPED"|"STARTING"|"RUNNING"|"FAILED"|"STOPPING"
    )
  )
)

Request syntax

svc$list_stream_processors(
  NextToken = "string",
  MaxResults = 123
)

paws.machine.learning

Amazon Web Services Machine Learning Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.