sagemaker.core.jumpstart.hub.types#

This module stores types related to SageMaker JumpStart Hub.

Classes

S3ObjectLocation(bucket, key)

Helper class for S3 object references.

class sagemaker.core.jumpstart.hub.types.S3ObjectLocation(bucket: str, key: str)[source]#

Bases: object

Helper class for S3 object references.

bucket: str#
format_for_s3_copy() Dict[str, str][source]#

Returns a dict formatted for S3 copy calls

get_uri() str[source]#

Returns the s3 URI

key: str#