Skip to content

Commit

Permalink
fix: deprecate job_arn request parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
RanbirAulakh committed Aug 11, 2024
1 parent cfab852 commit c7c69cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aws/osml/utils/integ_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,6 @@ def build_image_processing_request(endpoint: str, endpoint_type: str, image_url:
logging.info(f"Creating request job_id={job_id}")

image_processing_request: Dict[str, Any] = {
"jobArn": f"arn:aws:oversightml:{OSMLConfig.REGION}:{OSMLConfig.ACCOUNT}:ipj/{job_name}",
"jobName": job_name,
"jobId": job_id,
"imageUrls": [image_url],
Expand Down

0 comments on commit c7c69cb

Please sign in to comment.