Class: Aws::MediaLive::Types::InferenceSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb

Overview

Configures Elemental Inference features in a channel.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#feed_arnString

The ARN of the feed resource that is associated with this channel. The feed is a resource in the Elemental Inference service.

Returns:

  • (String)


22962
22963
22964
22965
22966
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 22962

class InferenceSettings < Struct.new(
  :feed_arn)
  SENSITIVE = []
  include Aws::Structure
end