Class: Aws::ForecastService::Types::CreatePredictorBacktestExportJobRequest

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

#destinationTypes::DataDestination

The destination for an export job. Provide an S3 path, an Identity and Access Management (IAM) role that allows Amazon Forecast to access the location, and an Key Management Service (KMS) key (optional).



1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1431

class CreatePredictorBacktestExportJobRequest < Struct.new(
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the exported data, CSV or PARQUET. The default value is CSV.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1431

class CreatePredictorBacktestExportJobRequest < Struct.new(
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#predictor_arnString

The Amazon Resource Name (ARN) of the predictor that you want to export.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1431

class CreatePredictorBacktestExportJobRequest < Struct.new(
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#predictor_backtest_export_job_nameString

The name for the backtest export job.

Returns:

  • (String)


1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1431

class CreatePredictorBacktestExportJobRequest < Struct.new(
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.

The following restrictions apply to tags:

  • For each resource, each tag key must be unique and each tag key must have one value.

  • Maximum number of tags per resource: 50.

  • Maximum key length: 128 Unicode characters in UTF-8.

  • Maximum value length: 256 Unicode characters in UTF-8.

  • Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.

  • Key prefixes cannot include any upper or lowercase combination of aws: or AWS:. Values can have this prefix. If a tag value has aws as its prefix but the key does not, Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of aws do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.

Returns:



1431
1432
1433
1434
1435
1436
1437
1438
1439
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1431

class CreatePredictorBacktestExportJobRequest < Struct.new(
  :predictor_backtest_export_job_name,
  :predictor_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end