AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Provides a summary of the forecast export job properties used in the ListForecastExportJobs operation. To get the complete set of properties, call the DescribeForecastExportJob operation, and provide the listed ForecastExportJobArn.

Inheritance Hierarchy

System.Object
  Amazon.ForecastService.Model.ForecastExportJobSummary

Namespace: Amazon.ForecastService.Model
Assembly: AWSSDK.ForecastService.dll
Version: 3.x.y.z

Syntax

C#
public class ForecastExportJobSummary

The ForecastExportJobSummary type exposes the following members

Constructors

NameDescription
Public Method ForecastExportJobSummary()

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

When the forecast export job was created.

Public Property Destination Amazon.ForecastService.Model.DataDestination

Gets and sets the property Destination.

The path to the Amazon Simple Storage Service (Amazon S3) bucket where the forecast is exported.

Public Property ForecastExportJobArn System.String

Gets and sets the property ForecastExportJobArn.

The Amazon Resource Name (ARN) of the forecast export job.

Public Property ForecastExportJobName System.String

Gets and sets the property ForecastExportJobName.

The name of the forecast export job.

Public Property LastModificationTime System.DateTime

Gets and sets the property LastModificationTime.

The last time the resource was modified. The timestamp depends on the status of the job:

  • CREATE_PENDING - The CreationTime.

  • CREATE_IN_PROGRESS - The current timestamp.

  • CREATE_STOPPING - The current timestamp.

  • CREATE_STOPPED - When the job stopped.

  • ACTIVE or CREATE_FAILED - When the job finished or failed.

Public Property Message System.String

Gets and sets the property Message.

If an error occurred, an informational message about the error.

Public Property Status System.String

Gets and sets the property Status.

The status of the forecast export job. States include:

  • ACTIVE

  • CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED

  • CREATE_STOPPING, CREATE_STOPPED

  • DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED

The Status of the forecast export job must be ACTIVE before you can access the forecast in your S3 bucket.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5