Class: Aws::SageMaker::Types::ListModelsInput

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 models with a creation time greater than or equal to the specified time (timestamp).

Returns:

  • (Time)


28278
28279
28280
28281
28282
28283
28284
28285
28286
28287
28288
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278

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

#creation_time_beforeTime

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

Returns:

  • (Time)


28278
28279
28280
28281
28282
28283
28284
28285
28286
28287
28288
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278

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

#max_resultsInteger

The maximum number of models to return in the response.

Returns:

  • (Integer)


28278
28279
28280
28281
28282
28283
28284
28285
28286
28287
28288
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278

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

#name_containsString

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

Returns:

  • (String)


28278
28279
28280
28281
28282
28283
28284
28285
28286
28287
28288
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278

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

#next_tokenString

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

Returns:

  • (String)


28278
28279
28280
28281
28282
28283
28284
28285
28286
28287
28288
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278

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

#sort_byString

Sorts the list of results. The default is CreationTime.

Returns:

  • (String)


28278
28279
28280
28281
28282
28283
28284
28285
28286
28287
28288
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278

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

#sort_orderString

The sort order for results. The default is Descending.

Returns:

  • (String)


28278
28279
28280
28281
28282
28283
28284
28285
28286
28287
28288
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28278

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