Class: Aws::LookoutEquipment::Types::ImportDatasetResponse

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

#dataset_arnString

The Amazon Resource Name (ARN) of the dataset that was imported.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
2087
2088
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2081

class ImportDatasetResponse < Struct.new(
  :dataset_name,
  :dataset_arn,
  :status,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#dataset_nameString

The name of the created machine learning dataset.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
2087
2088
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2081

class ImportDatasetResponse < Struct.new(
  :dataset_name,
  :dataset_arn,
  :status,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

A unique identifier for the job of importing the dataset.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
2087
2088
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2081

class ImportDatasetResponse < Struct.new(
  :dataset_name,
  :dataset_arn,
  :status,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the ImportDataset operation.

Returns:

  • (String)


2081
2082
2083
2084
2085
2086
2087
2088
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 2081

class ImportDatasetResponse < Struct.new(
  :dataset_name,
  :dataset_arn,
  :status,
  :job_id)
  SENSITIVE = []
  include Aws::Structure
end