Class: Aws::Personalize::Types::BatchSegmentJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::BatchSegmentJobSummary
- 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
-
#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.
546 547 548 549 550 551 552 553 554 555 556 |
# File '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_time ⇒ Time
The time at which the batch segment job was created.
546 547 548 549 550 551 552 553 554 555 556 |
# File '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_reason ⇒ String
If the batch segment job failed, the reason for the failure.
546 547 548 549 550 551 552 553 554 555 556 |
# File '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_name ⇒ String
The name of the batch segment job.
546 547 548 549 550 551 552 553 554 555 556 |
# File '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_time ⇒ Time
The time at which the batch segment job was last updated.
546 547 548 549 550 551 552 553 554 555 556 |
# File '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_arn ⇒ String
The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.
546 547 548 549 550 551 552 553 554 555 556 |
# File '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 |
#status ⇒ String
The status of the batch segment job. The status is one of the following values:
-
PENDING
-
IN PROGRESS
-
ACTIVE
-
CREATE FAILED
546 547 548 549 550 551 552 553 554 555 556 |
# File '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 |