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
3135 3136 3137 3138 3139 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3135 class DescribeDatasetImportJobResponse < Struct.new( :dataset_import_job) SENSITIVE = [] include Aws::Structure end |