Class: Aws::BedrockDataAutomation::Types::DataAutomationLibraryIngestionJob

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

Overview

Contains the information of a DataAutomationLibraryIngestionJob

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completion_timeTime

Timestamp when the DataAutomationLibraryIngestionJob was completed

Returns:

  • (Time)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

Timestamp when the DataAutomationLibraryIngestionJob was created

Returns:

  • (Time)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#entity_typeString

The entity type associated with DataAutomationLibraryIngestionJob

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Error message

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#error_typeString

Error type

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_arnString

ARN of the DataAutomationLibraryIngestionJob

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#job_statusString

The status of the DataAutomationLibraryIngestionJob

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#operation_typeString

The operation associated with DataAutomationLibraryIngestionJob

Returns:

  • (String)


840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end

#output_configurationTypes::OutputConfiguration

Output configuration of DataAutomationLibraryIngestionJob



840
841
842
843
844
845
846
847
848
849
850
851
852
# File 'gems/aws-sdk-bedrockdataautomation/lib/aws-sdk-bedrockdataautomation/types.rb', line 840

class DataAutomationLibraryIngestionJob < Struct.new(
  :job_arn,
  :creation_time,
  :entity_type,
  :operation_type,
  :job_status,
  :output_configuration,
  :completion_time,
  :error_message,
  :error_type)
  SENSITIVE = []
  include Aws::Structure
end