Class: Aws::SageMaker::Types::ListEndpointConfigsInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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 endpoint configurations with a creation time greater than or equal to the specified time (timestamp).

Returns:

  • (Time)


26113
26114
26115
26116
26117
26118
26119
26120
26121
26122
26123
# File 'lib/aws-sdk-sagemaker/types.rb', line 26113

class ListEndpointConfigsInput < 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 endpoint configurations created before the specified time (timestamp).

Returns:

  • (Time)


26113
26114
26115
26116
26117
26118
26119
26120
26121
26122
26123
# File 'lib/aws-sdk-sagemaker/types.rb', line 26113

class ListEndpointConfigsInput < 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 training jobs to return in the response.

Returns:

  • (Integer)


26113
26114
26115
26116
26117
26118
26119
26120
26121
26122
26123
# File 'lib/aws-sdk-sagemaker/types.rb', line 26113

class ListEndpointConfigsInput < 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 endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string.

Returns:

  • (String)


26113
26114
26115
26116
26117
26118
26119
26120
26121
26122
26123
# File 'lib/aws-sdk-sagemaker/types.rb', line 26113

class ListEndpointConfigsInput < 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 result of the previous ‘ListEndpointConfig` request was truncated, the response includes a `NextToken`. To retrieve the next set of endpoint configurations, use the token in the next request.

Returns:

  • (String)


26113
26114
26115
26116
26117
26118
26119
26120
26121
26122
26123
# File 'lib/aws-sdk-sagemaker/types.rb', line 26113

class ListEndpointConfigsInput < 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

The field to sort results by. The default is ‘CreationTime`.

Returns:

  • (String)


26113
26114
26115
26116
26117
26118
26119
26120
26121
26122
26123
# File 'lib/aws-sdk-sagemaker/types.rb', line 26113

class ListEndpointConfigsInput < 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)


26113
26114
26115
26116
26117
26118
26119
26120
26121
26122
26123
# File 'lib/aws-sdk-sagemaker/types.rb', line 26113

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