Class: Aws::Personalize::Types::BatchInferenceJobSummary

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

Overview

A truncated version of the BatchInferenceJob. The ListBatchInferenceJobs operation returns a list of batch inference job summaries.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_inference_job_arnString

The Amazon Resource Name (ARN) of the batch inference job.

Returns:

  • (String)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end

#batch_inference_job_modeString

The job's mode.

Returns:

  • (String)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end

#creation_date_timeTime

The time at which the batch inference job was created.

Returns:

  • (Time)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

If the batch inference job failed, the reason for the failure.

Returns:

  • (String)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end

#job_nameString

The name of the batch inference job.

Returns:

  • (String)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_date_timeTime

The time at which the batch inference job was last updated.

Returns:

  • (Time)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end

#solution_version_arnString

The ARN of the solution version used by the batch inference job.

Returns:

  • (String)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the batch inference job. The status is one of the following values:

  • PENDING

  • IN PROGRESS

  • ACTIVE

  • CREATE FAILED

Returns:

  • (String)


346
347
348
349
350
351
352
353
354
355
356
357
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 346

class BatchInferenceJobSummary < Struct.new(
  :batch_inference_job_arn,
  :job_name,
  :status,
  :creation_date_time,
  :last_updated_date_time,
  :failure_reason,
  :solution_version_arn,
  :batch_inference_job_mode)
  SENSITIVE = []
  include Aws::Structure
end