Class: Aws::IoTSiteWise::Types::SearchResult

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

Overview

A single matching segment of time-series data returned by a search.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_idString

The identifier of the dataset that contains the matching data.

Returns:

  • (String)


13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#end_timestampTypes::TimeInNanos

The end of the matching time-series segment, in nanoseconds since the Unix epoch.

Returns:



13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#scoreFloat

The relevance score of this result. Higher scores indicate a stronger match.

Returns:

  • (Float)


13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#search_idString

The identifier of the search that produced this result.

Returns:

  • (String)


13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#start_timestampTypes::TimeInNanos

The start of the matching time-series segment, in nanoseconds since the Unix epoch.

Returns:



13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#time_series_idString

The identifier of the time series that contains the matching data.

Returns:

  • (String)


13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#top_timestampTypes::TimeInNanos

The timestamp of the most relevant point within the matching segment, in nanoseconds since the Unix epoch.

Returns:



13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

The name of the workspace the search ran against.

Returns:

  • (String)


13581
13582
13583
13584
13585
13586
13587
13588
13589
13590
13591
13592
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13581

class SearchResult < Struct.new(
  :search_id,
  :workspace_name,
  :dataset_id,
  :time_series_id,
  :start_timestamp,
  :end_timestamp,
  :top_timestamp,
  :score)
  SENSITIVE = []
  include Aws::Structure
end