Class: Aws::Personalize::Types::BatchInferenceJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchInferenceJobSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-personalize/types.rb
Overview
A truncated version of the [BatchInferenceJob]. The
- ListBatchInferenceJobs][2
-
operation returns a list of batch
inference job summaries.
[1]: docs.aws.amazon.com/personalize/latest/dg/API_BatchInferenceJob.html [2]: docs.aws.amazon.com/personalize/latest/dg/API_ListBatchInferenceJobs.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch_inference_job_arn ⇒ String
The Amazon Resource Name (ARN) of the batch inference job.
-
#batch_inference_job_mode ⇒ String
The job’s mode.
-
#creation_date_time ⇒ Time
The time at which the batch inference job was created.
-
#failure_reason ⇒ String
If the batch inference job failed, the reason for the failure.
-
#job_name ⇒ String
The name of the batch inference job.
-
#last_updated_date_time ⇒ Time
The time at which the batch inference job was last updated.
-
#solution_version_arn ⇒ String
The ARN of the solution version used by the batch inference job.
-
#status ⇒ String
The status of the batch inference job.
Instance Attribute Details
#batch_inference_job_arn ⇒ String
The Amazon Resource Name (ARN) of the batch inference job.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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_mode ⇒ String
The job’s mode.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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_time ⇒ Time
The time at which the batch inference job was created.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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_reason ⇒ String
If the batch inference job failed, the reason for the failure.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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_name ⇒ String
The name of the batch inference job.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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_time ⇒ Time
The time at which the batch inference job was last updated.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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_arn ⇒ String
The ARN of the solution version used by the batch inference job.
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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 |
#status ⇒ String
The status of the batch inference job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
372 373 374 375 376 377 378 379 380 381 382 383 |
# File 'lib/aws-sdk-personalize/types.rb', line 372 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 |