Class: Aws::Personalize::Types::BatchSegmentJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchSegmentJobSummary
- 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
-
#batch_segment_job_arn ⇒ String
The Amazon Resource Name (ARN) of the batch segment job.
-
#creation_date_time ⇒ Time
The time at which the batch segment job was created.
-
#failure_reason ⇒ String
If the batch segment job failed, the reason for the failure.
-
#job_name ⇒ String
The name of the batch segment job.
-
#last_updated_date_time ⇒ Time
The time at which the batch segment job was last updated.
-
#solution_version_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
-
#status ⇒ String
The status of the batch segment job.
Instance Attribute Details
#batch_segment_job_arn ⇒ String
The Amazon Resource Name (ARN) of the batch segment job.
520 521 522 523 524 525 526 527 528 529 530 |
# File 'gems/aws-sdk-personalize/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_time ⇒ Time
The time at which the batch segment job was created.
520 521 522 523 524 525 526 527 528 529 530 |
# File 'gems/aws-sdk-personalize/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_reason ⇒ String
If the batch segment job failed, the reason for the failure.
520 521 522 523 524 525 526 527 528 529 530 |
# File 'gems/aws-sdk-personalize/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_name ⇒ String
The name of the batch segment job.
520 521 522 523 524 525 526 527 528 529 530 |
# File 'gems/aws-sdk-personalize/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_time ⇒ Time
The time at which the batch segment job was last updated.
520 521 522 523 524 525 526 527 528 529 530 |
# File 'gems/aws-sdk-personalize/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_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
520 521 522 523 524 525 526 527 528 529 530 |
# File 'gems/aws-sdk-personalize/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 |
#status ⇒ String
The status of the batch segment job. The status is one of the following values:
PENDING
IN PROGRESS
ACTIVE
CREATE FAILED
520 521 522 523 524 525 526 527 528 529 530 |
# File 'gems/aws-sdk-personalize/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 |