class Aws::SageMaker::Types::ListModelPackagesInput
@note When making an API call, you may pass ListModelPackagesInput
data as a hash: { creation_time_after: Time.now, creation_time_before: Time.now, max_results: 1, name_contains: "NameContains", model_approval_status: "Approved", # accepts Approved, Rejected, PendingManualApproval model_package_group_name: "ArnOrName", model_package_type: "Versioned", # accepts Versioned, Unversioned, Both next_token: "NextToken", sort_by: "Name", # accepts Name, CreationTime sort_order: "Ascending", # accepts Ascending, Descending }
@!attribute [rw] creation_time_after
A filter that returns only model packages created after the specified time (timestamp). @return [Time]
@!attribute [rw] creation_time_before
A filter that returns only model packages created before the specified time (timestamp). @return [Time]
@!attribute [rw] max_results
The maximum number of model packages to return in the response. @return [Integer]
@!attribute [rw] name_contains
A string in the model package name. This filter returns only model packages whose name contains the specified string. @return [String]
@!attribute [rw] model_approval_status
A filter that returns only the model packages with the specified approval status. @return [String]
@!attribute [rw] model_package_group_name
A filter that returns only model versions that belong to the specified model group. @return [String]
@!attribute [rw] model_package_type
A filter that returns onlyl the model packages of the specified type. This can be one of the following values. * `VERSIONED` - List only versioned models. * `UNVERSIONED` - List only unversioined models. * `BOTH` - List both versioned and unversioned models. @return [String]
@!attribute [rw] next_token
If the response to a previous `ListModelPackages` request was truncated, the response includes a `NextToken`. To retrieve the next set of model packages, use the token in the next request. @return [String]
@!attribute [rw] sort_by
The parameter by which to sort the results. The default is `CreationTime`. @return [String]
@!attribute [rw] sort_order
The sort order for the results. The default is `Ascending`. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelPackagesInput AWS API Documentation
Constants
- SENSITIVE