BatchSegmentJob

Contains information on a batch segment job.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The time at which the batch segment job was created.

Link copied to clipboard

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

Link copied to clipboard

The ARN of the filter used on the batch segment job.

Link copied to clipboard

The Amazon S3 path that leads to the input data used to generate the batch segment job.

Link copied to clipboard

The name of the batch segment job.

Link copied to clipboard

The Amazon S3 bucket that contains the output data generated by the batch segment job.

Link copied to clipboard

The time at which the batch segment job last updated.

Link copied to clipboard

The number of predicted users generated by the batch segment job for each line of input data. The maximum number of users per segment is 5 million.

Link copied to clipboard

The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: BatchSegmentJob.Builder.() -> Unit = {}): BatchSegmentJob
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String