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

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

Overview

A truncated version of the BatchSegmentJob datatype. ListBatchSegmentJobs operation returns a list of batch segment job summaries.

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)


546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 546

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)


546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 546

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)


546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 546

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)


546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 546

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)


546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 546

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)


546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 546

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)


546
547
548
549
550
551
552
553
554
555
556
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 546

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