Class: Aws::IoTSiteWise::Types::DescribeEnrichmentJobResponse

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cancelled_atTime

Timestamp when the job was cancelled in ISO 8601 format. Only present if status is CANCELLED.

Returns:

  • (Time)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#completed_atTime

Timestamp when the job completed successfully in ISO 8601 format. Only present if status is COMPLETED.

Returns:

  • (Time)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

Timestamp when the enrichment job was created in ISO 8601 format.

Returns:

  • (Time)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#failure_messageString

Human-readable error message explaining why the job failed. Only present if status is FAILED. Use this information to diagnose configuration issues, permission problems, or data processing errors.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#job_configurationTypes::EnrichmentJobConfiguration

The complete job configuration as originally submitted, including the analysis type and parameters. For event detection jobs, this includes the dataset ID, time series identifier, and trim settings defining the analysis time range.



7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#job_idString

The unique identifier of the enrichment job.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#job_typeString

The type of enrichment job, derived from the job configuration. Currently EVENT_DETECTION is the only supported type.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Current status of the enrichment job. Possible values:

  • PENDING: Job is waiting to start processing
  • RUNNING: Job is actively processing video data
  • COMPLETED: Job finished successfully; embeddings available in IoT SiteWise
  • FAILED: Job encountered an error; see failureMessage for details
  • TIMED_OUT: Job exceeded maximum processing time limit
  • CANCELLED: Job was cancelled by user request

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

Timestamp when the job status was last updated in ISO 8601 format. Useful for tracking recent activity.

Returns:

  • (Time)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_nameString

The name of the IoT SiteWise workspace containing the job.

Returns:

  • (String)


7269
7270
7271
7272
7273
7274
7275
7276
7277
7278
7279
7280
7281
7282
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7269

class DescribeEnrichmentJobResponse < Struct.new(
  :job_id,
  :status,
  :workspace_name,
  :job_type,
  :job_configuration,
  :created_at,
  :updated_at,
  :completed_at,
  :cancelled_at,
  :failure_message)
  SENSITIVE = []
  include Aws::Structure
end