Class: Aws::SageMaker::Types::ListInferenceRecommendationsJobStepsRequest

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

#job_nameString

The name for the Inference Recommender job.

Returns:

  • (String)


27201
27202
27203
27204
27205
27206
27207
27208
27209
# File 'lib/aws-sdk-sagemaker/types.rb', line 27201

class ListInferenceRecommendationsJobStepsRequest < Struct.new(
  :job_name,
  :status,
  :step_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


27201
27202
27203
27204
27205
27206
27207
27208
27209
# File 'lib/aws-sdk-sagemaker/types.rb', line 27201

class ListInferenceRecommendationsJobStepsRequest < Struct.new(
  :job_name,
  :status,
  :step_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A token that you can specify to return more results from the list. Specify this field if you have a token that was returned from a previous request.

Returns:

  • (String)


27201
27202
27203
27204
27205
27206
27207
27208
27209
# File 'lib/aws-sdk-sagemaker/types.rb', line 27201

class ListInferenceRecommendationsJobStepsRequest < Struct.new(
  :job_name,
  :status,
  :step_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

A filter to return benchmarks of a specified status. If this field is left empty, then all benchmarks are returned.

Returns:

  • (String)


27201
27202
27203
27204
27205
27206
27207
27208
27209
# File 'lib/aws-sdk-sagemaker/types.rb', line 27201

class ListInferenceRecommendationsJobStepsRequest < Struct.new(
  :job_name,
  :status,
  :step_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#step_typeString

A filter to return details about the specified type of subtask.

‘BENCHMARK`: Evaluate the performance of your model on different instance types.

Returns:

  • (String)


27201
27202
27203
27204
27205
27206
27207
27208
27209
# File 'lib/aws-sdk-sagemaker/types.rb', line 27201

class ListInferenceRecommendationsJobStepsRequest < Struct.new(
  :job_name,
  :status,
  :step_type,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end