Class: Aws::Personalize::Types::DescribeDatasetImportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::DescribeDatasetImportJobResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_import_job ⇒ Types::DatasetImportJob
Information about the dataset import job, including the status.
Instance Attribute Details
#dataset_import_job ⇒ Types::DatasetImportJob
Information about the dataset import job, including the status.
The status is one of the following values:
CREATE PENDING
CREATE IN_PROGRESS
ACTIVE
CREATE FAILED
2813 2814 2815 2816 2817 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2813 class DescribeDatasetImportJobResponse < Struct.new( :dataset_import_job) SENSITIVE = [] include Aws::Structure end |