CreateHubContentPresignedUrlsRequest
Types
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 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.
Functions
Link copied to clipboard
inline fun copy(block: CreateHubContentPresignedUrlsRequest.Builder.() -> Unit = {}): CreateHubContentPresignedUrlsRequest