@@ -685,8 +685,9 @@ def transformer(
685685 not specified, results are stored to a default bucket.
686686 output_kms_key (str): Optional. KMS key ID for encrypting the
687687 transform output (default: None).
688- accept (str): The content type accepted by the endpoint deployed
689- during the transform job.
688+ accept (str): The accept header passed by the client to
689+ the inference endpoint. If it is supported by the endpoint,
690+ it will be the format of the batch transform output.
690691 env (dict): Environment variables to be set for use during the
691692 transform job (default: None).
692693 max_concurrent_transforms (int): The maximum number of HTTP requests
@@ -1626,8 +1627,9 @@ def transformer(
16261627 not specified, results are stored to a default bucket.
16271628 output_kms_key (str): Optional. KMS key ID for encrypting the
16281629 transform output (default: None).
1629- accept (str): The content type accepted by the endpoint deployed
1630- during the transform job.
1630+ accept (str): The accept header passed by the client to
1631+ the inference endpoint. If it is supported by the endpoint,
1632+ it will be the format of the batch transform output.
16311633 env (dict): Environment variables to be set for use during the
16321634 transform job (default: None).
16331635 max_concurrent_transforms (int): The maximum number of HTTP requests
0 commit comments