AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the CreateHubContentPresignedUrls operation. Creates presigned URLs for accessing hub content artifacts. This operation generates time-limited, secure URLs that allow direct download of model artifacts and associated files from Amazon SageMaker hub content, including gated models that require end-user license agreement acceptance.
Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z
public class CreateHubContentPresignedUrlsRequest : AmazonSageMakerRequest IAmazonWebServiceRequest
The CreateHubContentPresignedUrlsRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateHubContentPresignedUrlsRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
AccessConfig | Amazon.SageMaker.Model.PresignedUrlAccessConfig |
Gets and sets the property AccessConfig. Configuration settings for accessing the hub content, including end-user license agreement acceptance for gated models and expected S3 URL validation. |
![]() |
HubContentName | System.String |
Gets and sets the property HubContentName. The name of the hub content for which to generate presigned URLs. This identifies the specific model or content within the hub. |
![]() |
HubContentType | Amazon.SageMaker.HubContentType |
Gets and sets the property HubContentType.
The type of hub content to access. Valid values include |
![]() |
HubContentVersion | System.String |
Gets and sets the property HubContentVersion. The version of the hub content. If not specified, the latest version is used. |
![]() |
HubName | System.String |
Gets and sets the property HubName.
The name or Amazon Resource Name (ARN) of the hub that contains the content. For public
content, use |
![]() |
MaxResults | System.Int32 |
Gets and sets the property MaxResults. 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. |
![]() |
NextToken | System.String |
Gets and sets the property NextToken. A token for pagination. Use this token to retrieve the next set of presigned URLs when the response is truncated. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5