CreateHubContentPresignedUrlsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Configuration settings for accessing the hub content, including end-user license agreement acceptance for gated models and expected S3 URL validation.

Link copied to clipboard

The name of the hub content for which to generate presigned URLs. This identifies the specific model or content within the hub.

Link copied to clipboard

The type of hub content to access. Valid values include Model, Notebook, and ModelReference.

Link copied to clipboard

The version of the hub content. If not specified, the latest version is used.

Link copied to clipboard

The name or Amazon Resource Name (ARN) of the hub that contains the content. For public content, use SageMakerPublicHub.

Link copied to clipboard

The maximum number of presigned URLs to return in the response. Default value is 100. Large models may contain hundreds of files, requiring pagination to retrieve all URLs.

Link copied to clipboard

A token for pagination. Use this token to retrieve the next set of presigned URLs when the response is truncated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String