Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobsRequest

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 jobs created after the specified time (timestamp).

Returns:

  • (Time)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#creation_time_beforeTime

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

Returns:

  • (Time)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#last_modified_time_afterTime

A filter that returns only jobs that were last modified after the specified time (timestamp).

Returns:

  • (Time)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#last_modified_time_beforeTime

A filter that returns only jobs that were last modified before the specified time (timestamp).

Returns:

  • (Time)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#max_resultsInteger

The maximum number of recommendations to return in the response.

Returns:

  • (Integer)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#model_name_equalsString

A filter that returns only jobs that were created for this model.

Returns:

  • (String)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#model_package_version_arn_equalsString

A filter that returns only jobs that were created for this versioned model package.

Returns:

  • (String)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#name_containsString

A string in the job name. This filter returns only recommendations whose name contains the specified string.

Returns:

  • (String)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#next_tokenString

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

Returns:

  • (String)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#sort_byString

The parameter by which to sort the results.

Returns:

  • (String)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#sort_orderString

The sort order for the results.

Returns:

  • (String)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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

#status_equalsString

A filter that retrieves only inference recommendations jobs with a specific status.

Returns:

  • (String)


27259
27260
27261
27262
27263
27264
27265
27266
27267
27268
27269
27270
27271
27272
27273
27274
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27259

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