Class: Aws::SageMaker::Types::ListEndpointsInput

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

Returns:

  • (Time)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#creation_time_beforeTime

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

Returns:

  • (Time)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#last_modified_time_afterTime

A filter that returns only endpoints that were modified after the specified timestamp.

Returns:

  • (Time)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#last_modified_time_beforeTime

A filter that returns only endpoints that were modified before the specified timestamp.

Returns:

  • (Time)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#max_resultsInteger

The maximum number of endpoints to return in the response. This value defaults to 10.

Returns:

  • (Integer)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#name_containsString

A string in endpoint names. This filter returns only endpoints whose name contains the specified string.

Returns:

  • (String)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#next_tokenString

If the result of a ListEndpoints request was truncated, the response includes a NextToken. To retrieve the next set of endpoints, use the token in the next request.

Returns:

  • (String)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#sort_byString

Sorts the list of results. The default is CreationTime.

Returns:

  • (String)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#sort_orderString

The sort order for results. The default is Descending.

Returns:

  • (String)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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

#status_equalsString

A filter that returns only endpoints with the specified status.

Returns:

  • (String)


26137
26138
26139
26140
26141
26142
26143
26144
26145
26146
26147
26148
26149
26150
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 26137

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