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 ListHubContents operation. List the contents of a hub.

Hub APIs are only callable through SageMaker Studio.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListHubContentsRequest : AmazonSageMakerRequest
         IAmazonWebServiceRequest

The ListHubContentsRequest type exposes the following members

Constructors

NameDescription
Public Method ListHubContentsRequest()

Properties

NameTypeDescription
Public Property CreationTimeAfter System.DateTime

Gets and sets the property CreationTimeAfter.

Only list hub content that was created after the time specified.

Public Property CreationTimeBefore System.DateTime

Gets and sets the property CreationTimeBefore.

Only list hub content that was created before the time specified.

Public Property HubContentType Amazon.SageMaker.HubContentType

Gets and sets the property HubContentType.

The type of hub content to list.

Public Property HubName System.String

Gets and sets the property HubName.

The name of the hub to list the contents of.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum amount of hub content to list.

Public Property MaxSchemaVersion System.String

Gets and sets the property MaxSchemaVersion.

The upper bound of the hub content schema verion.

Public Property NameContains System.String

Gets and sets the property NameContains.

Only list hub content if the name contains the specified string.

Public Property NextToken System.String

Gets and sets the property NextToken.

If the response to a previous ListHubContents request was truncated, the response includes a NextToken. To retrieve the next set of hub content, use the token in the next request.

Public Property SortBy Amazon.SageMaker.HubContentSortBy

Gets and sets the property SortBy.

Sort hub content versions by either name or creation time.

Public Property SortOrder Amazon.SageMaker.SortOrder

Gets and sets the property SortOrder.

Sort hubs by ascending or descending order.

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