Class: Aws::ElementalInference::Types::DataSourceConfiguration

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

Overview

Contains the data source configuration for a clipping output. It identifies the fixture whose event data Elemental Inference maps onto the clipping metadata. It is used in the dataSourceConfiguration property of a ClippingConfig.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fixture_idString

The ID of the fixture whose event data you want Elemental Inference to map onto this clipping output. The fixture should be the sports event in the source media that the feed is processing.

To obtain this ID, use the SearchFixtures operation to find the fixture, then use the fixtureId from the matching FixtureSummary.

Returns:

  • (String)


408
409
410
411
412
# File 'gems/aws-sdk-elementalinference/lib/aws-sdk-elementalinference/types.rb', line 408

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