sagemaker.train.aws_batch.boto_client

sagemaker.train.aws_batch.boto_client#

The file provides helper function for getting Batch boto client.

Functions

get_batch_boto_client([region, endpoint])

Helper function for getting Batch boto3 client.

sagemaker.train.aws_batch.boto_client.get_batch_boto_client(region: str | None = None, endpoint: str | None = None) client[source]#

Helper function for getting Batch boto3 client.

Parameters:
  • region – Region specified

  • endpoint – Batch API endpoint.

Returns: Batch boto3 client.