Class: Aws::ForecastService::Types::ListPredictorBacktestExportJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


5276
5277
5278
5279
5280
5281
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5276

class ListPredictorBacktestExportJobsResponse < Struct.new(
  :predictor_backtest_export_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#predictor_backtest_export_jobsArray<Types::PredictorBacktestExportJobSummary>

An array of objects that summarize the properties of each predictor backtest export job.



5276
5277
5278
5279
5280
5281
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5276

class ListPredictorBacktestExportJobsResponse < Struct.new(
  :predictor_backtest_export_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end