Class: Aws::Personalize::Types::DescribeDatasetImportJobResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_import_jobTypes::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 'lib/aws-sdk-personalize/types.rb', line 2813

class DescribeDatasetImportJobResponse < Struct.new(
  :dataset_import_job)
  SENSITIVE = []
  include Aws::Structure
end