Class: Aws::NeptuneGraph::Types::ImportTaskDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb

Overview

Contains details about an import task.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dictionary_entry_countInteger

The number of dictionary entries in the import task.

Returns:

  • (Integer)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end

#error_countInteger

The number of errors encountered so far.

Returns:

  • (Integer)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end

#error_detailsString

Details about the errors that have been encountered.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end

#progress_percentageInteger

The percentage progress so far.

Returns:

  • (Integer)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

Time at which the import task started.

Returns:

  • (Time)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end

#statement_countInteger

The number of statements in the import task.

Returns:

  • (Integer)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the import task.

Returns:

  • (String)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end

#time_elapsed_secondsInteger

Seconds elapsed since the import task started.

Returns:

  • (Integer)


1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 1528

class ImportTaskDetails < Struct.new(
  :status,
  :start_time,
  :time_elapsed_seconds,
  :progress_percentage,
  :error_count,
  :error_details,
  :statement_count,
  :dictionary_entry_count)
  SENSITIVE = []
  include Aws::Structure
end