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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/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



2822
2823
2824
2825
2826
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2822

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