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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutequipment/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)


4032
4033
4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4032

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)


4032
4033
4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4032

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.



4032
4033
4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4032

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)


4032
4033
4034
4035
4036
4037
4038
4039
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4032

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