Class: Aws::Personalize::Types::BatchSegmentJobSummary

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

Overview

A truncated version of the [BatchSegmentJob] datatype.

ListBatchSegmentJobs][2

operation returns a list of batch segment

job summaries.

[1]: docs.aws.amazon.com/personalize/latest/dg/API_BatchSegmentJob.html [2]: docs.aws.amazon.com/personalize/latest/dg/API_ListBatchSegmentJobs.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batch_segment_job_arnString

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

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
529
530
# File 'lib/aws-sdk-personalize/types.rb', line 520

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

#creation_date_timeTime

The time at which the batch segment job was created.

Returns:

  • (Time)


520
521
522
523
524
525
526
527
528
529
530
# File 'lib/aws-sdk-personalize/types.rb', line 520

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

#failure_reasonString

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

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
529
530
# File 'lib/aws-sdk-personalize/types.rb', line 520

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

#job_nameString

The name of the batch segment job.

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
529
530
# File 'lib/aws-sdk-personalize/types.rb', line 520

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

#last_updated_date_timeTime

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

Returns:

  • (Time)


520
521
522
523
524
525
526
527
528
529
530
# File 'lib/aws-sdk-personalize/types.rb', line 520

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

#solution_version_arnString

The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
529
530
# File 'lib/aws-sdk-personalize/types.rb', line 520

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

#statusString

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

  • PENDING

  • IN PROGRESS

  • ACTIVE

  • CREATE FAILED

Returns:

  • (String)


520
521
522
523
524
525
526
527
528
529
530
# File 'lib/aws-sdk-personalize/types.rb', line 520

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