Class DescribeForecastExportJobResponse

    • Method Detail

      • forecastExportJobArn

        public final String forecastExportJobArn()

        The ARN of the forecast export job.

        Returns:
        The ARN of the forecast export job.
      • forecastExportJobName

        public final String forecastExportJobName()

        The name of the forecast export job.

        Returns:
        The name of the forecast export job.
      • forecastArn

        public final String forecastArn()

        The Amazon Resource Name (ARN) of the exported forecast.

        Returns:
        The Amazon Resource Name (ARN) of the exported forecast.
      • destination

        public final DataDestination destination()

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

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

        public final String message()

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

        Returns:
        If an error occurred, an informational message about the error.
      • status

        public final String 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.

        Returns:
        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.

      • creationTime

        public final Instant creationTime()

        When the forecast export job was created.

        Returns:
        When the forecast export job was created.
      • lastModificationTime

        public final Instant 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.

        Returns:
        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.

      • format

        public final String format()

        The format of the exported data, CSV or PARQUET.

        Returns:
        The format of the exported data, CSV or PARQUET.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object