Class: Aws::HealthLake::Types::JobProgressReport

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

Overview

The progress report of an import job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#throughputFloat

The throughput (in MB/sec) of the import job.

Returns:

  • (Float)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_files_read_with_customer_errorInteger

The number of files that failed to be read from the input S3 bucket due to customer error.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_imported_filesInteger

The number of files imported so far.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_resources_importedInteger

The number of resources imported so far.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_resources_scannedInteger

The number of resources scanned from the input S3 bucket.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_resources_with_customer_errorInteger

The number of resources that failed due to customer error.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#total_number_of_scanned_filesInteger

The number of files scanned from input S3 bucket.

Returns:

  • (Integer)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end

#total_size_of_scanned_files_in_mbFloat

The size (in MB) of the files scanned from the input S3 bucket.

Returns:

  • (Float)


636
637
638
639
640
641
642
643
644
645
646
647
# File 'lib/aws-sdk-healthlake/types.rb', line 636

class JobProgressReport < Struct.new(
  :total_number_of_scanned_files,
  :total_size_of_scanned_files_in_mb,
  :total_number_of_imported_files,
  :total_number_of_resources_scanned,
  :total_number_of_resources_imported,
  :total_number_of_resources_with_customer_error,
  :total_number_of_files_read_with_customer_error,
  :throughput)
  SENSITIVE = []
  include Aws::Structure
end