Class: Aws::SageMaker::Types::ListModelPackagesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

A filter that returns only model packages created after the specified time (timestamp).

Returns:

  • (Time)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns only model packages created before the specified time (timestamp).

Returns:

  • (Time)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of model packages to return in the response.

Returns:

  • (Integer)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#model_approval_statusString

A filter that returns only the model packages with the specified approval status.

Returns:

  • (String)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_group_nameString

A filter that returns only model versions that belong to the specified model group.

Returns:

  • (String)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#model_package_typeString

A filter that returns only the model packages of the specified type. This can be one of the following values.

  • UNVERSIONED - List only unversioined models. This is the default value if no ModelPackageType is specified.

  • VERSIONED - List only versioned models.

  • BOTH - List both versioned and unversioned models.

Returns:

  • (String)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

A string in the model package name. This filter returns only model packages whose name contains the specified string.

Returns:

  • (String)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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.

Returns:

  • (String)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The parameter by which to sort the results. The default is CreationTime.

Returns:

  • (String)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order for the results. The default is Ascending.

Returns:

  • (String)


27998
27999
28000
28001
28002
28003
28004
28005
28006
28007
28008
28009
28010
28011
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27998

class ListModelPackagesInput < Struct.new(
  :creation_time_after,
  :creation_time_before,
  :max_results,
  :name_contains,
  :model_approval_status,
  :model_package_group_name,
  :model_package_type,
  :next_token,
  :sort_by,
  :sort_order)
  SENSITIVE = []
  include Aws::Structure
end