Class: Aws::Personalize::Types::DescribeDatasetExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDatasetExportJobResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_export_job ⇒ Types::DatasetExportJob
Information about the dataset export job, including the status.
Instance Attribute Details
#dataset_export_job ⇒ Types::DatasetExportJob
Information about the dataset export job, including the status.
The status is one of the following values:
-
CREATE PENDING
-
CREATE IN_PROGRESS
-
ACTIVE
-
CREATE FAILED
3076 3077 3078 3079 3080 |
# File 'lib/aws-sdk-personalize/types.rb', line 3076 class DescribeDatasetExportJobResponse < Struct.new( :dataset_export_job) SENSITIVE = [] include Aws::Structure end |