Class BatchSegmentJob

    • Method Detail

      • jobName

        public final String jobName()

        The name of the batch segment job.

        Returns:
        The name of the batch segment job.
      • batchSegmentJobArn

        public final String batchSegmentJobArn()

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

        Returns:
        The Amazon Resource Name (ARN) of the batch segment job.
      • filterArn

        public final String filterArn()

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

        Returns:
        The ARN of the filter used on the batch segment job.
      • failureReason

        public final String failureReason()

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

        Returns:
        If the batch segment job failed, the reason for the failure.
      • solutionVersionArn

        public final String solutionVersionArn()

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

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

        public final Integer numResults()

        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.

        Returns:
        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.
      • jobInput

        public final BatchSegmentJobInput jobInput()

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

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

        public final BatchSegmentJobOutput jobOutput()

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

        Returns:
        The Amazon S3 bucket that contains the output data generated by the batch segment job.
      • roleArn

        public final String roleArn()

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

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

        public final String status()

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

        • PENDING

        • IN PROGRESS

        • ACTIVE

        • CREATE FAILED

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

        • PENDING

        • IN PROGRESS

        • ACTIVE

        • CREATE FAILED

      • creationDateTime

        public final Instant creationDateTime()

        The time at which the batch segment job was created.

        Returns:
        The time at which the batch segment job was created.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        The time at which the batch segment job last updated.

        Returns:
        The time at which the batch segment job last updated.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)