Module Smaws_Client_SageMaker.CreateTransformJob

Starts a transform job. A transform job uses a trained model to get inferences on a dataset and saves these results to an Amazon S3 location that you specify.

To perform batch transformations, you create a transform job and use the data that you have readily available.

In the request body, you provide the following:

For more information about how batch transformation works, see Batch Transform.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `ResourceInUse of Types.resource_in_use | `ResourceLimitExceeded of Types.resource_limit_exceeded | `ResourceNotFound of Types.resource_not_found ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.create_transform_job_request -> (Types.create_transform_job_response, [> Smaws_Lib.Protocols.AwsJson.error | `ResourceInUse of Types.resource_in_use | `ResourceLimitExceeded of Types.resource_limit_exceeded | `ResourceNotFound of Types.resource_not_found ]) Stdlib.result