AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.SageMaker.AmazonSageMakerRequest
      Amazon.SageMaker.Model.CreateHubContentPresignedUrlsRequest

Namespace: Amazon.SageMaker.Model
Assembly: AWSSDK.SageMaker.dll
Version: 3.x.y.z

Syntax

C#
public class CreateHubContentPresignedUrlsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The CreateHubContentPresignedUrlsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property HubContentType Amazon.SageMaker.HubContentType

Gets and sets the property HubContentType.

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

Public Property HubContentVersion System.String

Gets and sets the property HubContentVersion.

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

Public Property 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 SageMakerPublicHub.

Public Property 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.

Public Property 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.

Version Information

.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