This product is not supported for your selected Datadog site. ().
Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

aws_personalize_batch_segment_job

account_id

Type: STRING

batch_segment_job_arn

Type: STRING
Provider name: batchSegmentJobArn
Description: The Amazon Resource Name (ARN) of the batch segment job.

creation_date_time

Type: TIMESTAMP
Provider name: creationDateTime
Description: The time at which the batch segment job was created.

failure_reason

Type: STRING
Provider name: failureReason
Description: If the batch segment job failed, the reason for the failure.

filter_arn

Type: STRING
Provider name: filterArn
Description: The ARN of the filter used on the batch segment job.

job_input

Type: STRUCT
Provider name: jobInput
Description: The Amazon S3 path that leads to the input data used to generate the batch segment job.

  • s3_data_source
    Type: STRUCT
    Provider name: s3DataSource
    • kms_key_arn
      Type: STRING
      Provider name: kmsKeyArn
      Description: The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.
    • path
      Type: STRING
      Provider name: path
      Description: The file path of the Amazon S3 bucket.

job_name

Type: STRING
Provider name: jobName
Description: The name of the batch segment job.

job_output

Type: STRUCT
Provider name: jobOutput
Description: The Amazon S3 bucket that contains the output data generated by the batch segment job.

  • s3_data_destination
    Type: STRUCT
    Provider name: s3DataDestination
    • kms_key_arn
      Type: STRING
      Provider name: kmsKeyArn
      Description: The Amazon Resource Name (ARN) of the Key Management Service (KMS) key that Amazon Personalize uses to encrypt or decrypt the input and output files.
    • path
      Type: STRING
      Provider name: path
      Description: The file path of the Amazon S3 bucket.

last_updated_date_time

Type: TIMESTAMP
Provider name: lastUpdatedDateTime
Description: The time at which the batch segment job last updated.

num_results

Type: INT32
Provider name: numResults
Description: 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.

role_arn

Type: STRING
Provider name: roleArn
Description: The ARN of the Amazon Identity and Access Management (IAM) role that requested the batch segment job.

solution_version_arn

Type: STRING
Provider name: solutionVersionArn
Description: The Amazon Resource Name (ARN) of the solution version used by the batch segment job to generate batch segments.

status

Type: STRING
Provider name: status
Description: The status of the batch segment job. The status is one of the following values:

  • PENDING
  • IN PROGRESS
  • ACTIVE
  • CREATE FAILED

tags

Type: UNORDERED_LIST_STRING