You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#batch_inference_job_arnString

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

Returns:

  • (String)

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

#creation_date_timeTime

The time at which the batch inference job was created.

Returns:

  • (Time)

    The time at which the batch inference job was created.

#failure_reasonString

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

Returns:

  • (String)

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

#job_nameString

The name of the batch inference job.

Returns:

  • (String)

    The name of the batch inference job.

#last_updated_date_timeTime

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

Returns:

  • (Time)

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

#solution_version_arnString

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

Returns:

  • (String)

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

#statusString

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

  • PENDING

  • IN PROGRESS

  • ACTIVE

  • CREATE FAILED

Returns:

  • (String)

    The status of the batch inference job.