Class: Aws::ForecastService::Types::CreateExplainabilityExportRequest

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).



1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1039

class CreateExplainabilityExportRequest < Struct.new(
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#explainability_arnString

The Amazon Resource Name (ARN) of the Explainability to export.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1039

class CreateExplainabilityExportRequest < Struct.new(
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#explainability_export_nameString

A unique name for the Explainability export.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1039

class CreateExplainabilityExportRequest < Struct.new(
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#formatString

The format of the exported data, CSV or PARQUET.

Returns:

  • (String)


1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1039

class CreateExplainabilityExportRequest < Struct.new(
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Optional metadata to help you categorize and organize your resources. 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:



1039
1040
1041
1042
1043
1044
1045
1046
1047
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1039

class CreateExplainabilityExportRequest < Struct.new(
  :explainability_export_name,
  :explainability_arn,
  :destination,
  :tags,
  :format)
  SENSITIVE = []
  include Aws::Structure
end