Class: Aws::Personalize::Types::DescribeDatasetExportJobResponse

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_export_jobTypes::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



2847
2848
2849
2850
2851
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 2847

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