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

rekognition_describe_stream_processor

Provides information about a stream processor created by CreateStreamProcessor


Description

Provides information about a stream processor created by create_stream_processor. You can get information about the input and output streams, the input parameters for the face recognition being performed, and the current status of the stream processor.

Usage

rekognition_describe_stream_processor(Name)

Arguments

Name

[required] Name of the stream processor for which you want information.

Value

A list with the following syntax:

list(
  Name = "string",
  StreamProcessorArn = "string",
  Status = "STOPPED"|"STARTING"|"RUNNING"|"FAILED"|"STOPPING",
  StatusMessage = "string",
  CreationTimestamp = as.POSIXct(
    "2015-01-01"
  ),
  LastUpdateTimestamp = as.POSIXct(
    "2015-01-01"
  ),
  Input = list(
    KinesisVideoStream = list(
      Arn = "string"
    )
  ),
  Output = list(
    KinesisDataStream = list(
      Arn = "string"
    )
  ),
  RoleArn = "string",
  Settings = list(
    FaceSearch = list(
      CollectionId = "string",
      FaceMatchThreshold = 123.0
    )
  )
)

Request syntax

svc$describe_stream_processor(
  Name = "string"
)

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.