Class: Aws::LookoutEquipment::Types::StartDataIngestionJobRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#client_tokenString

A unique identifier for the request. If you do not set the client request token, Amazon Lookout for Equipment generates one.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
3818
3819
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3812

class StartDataIngestionJobRequest < Struct.new(
  :dataset_name,
  :ingestion_input_configuration,
  :role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

The name of the dataset being used by the data ingestion job.

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
3818
3819
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3812

class StartDataIngestionJobRequest < Struct.new(
  :dataset_name,
  :ingestion_input_configuration,
  :role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#ingestion_input_configurationTypes::IngestionInputConfiguration

Specifies information for the input data for the data ingestion job, including dataset S3 location.



3812
3813
3814
3815
3816
3817
3818
3819
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3812

class StartDataIngestionJobRequest < Struct.new(
  :dataset_name,
  :ingestion_input_configuration,
  :role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of a role with permission to access the data source for the data ingestion job.

Returns:

  • (String)


3812
3813
3814
3815
3816
3817
3818
3819
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3812

class StartDataIngestionJobRequest < Struct.new(
  :dataset_name,
  :ingestion_input_configuration,
  :role_arn,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end