Class: Aws::ForecastService::Types::ListPredictorsResponse

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

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5339

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

#predictorsArray<Types::PredictorSummary>

An array of objects that summarize each predictor's properties.

Returns:



5339
5340
5341
5342
5343
5344
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5339

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