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)


13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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:



13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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)


13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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)


13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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:



13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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)


13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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:



13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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)


13451
13452
13453
13454
13455
13456
13457
13458
13459
13460
13461
13462
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 13451

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