Class: Aws::SageMaker::Types::InferenceRecommendationsJobStep

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

A returned array object for the ‘Steps` response field in the

ListInferenceRecommendationsJobSteps][1

API command.

[1]: docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListInferenceRecommendationsJobSteps.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_benchmarkTypes::RecommendationJobInferenceBenchmark

The details for a specific benchmark.



23428
23429
23430
23431
23432
23433
23434
23435
# File 'lib/aws-sdk-sagemaker/types.rb', line 23428

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

#job_nameString

The name of the Inference Recommender job.

Returns:

  • (String)


23428
23429
23430
23431
23432
23433
23434
23435
# File 'lib/aws-sdk-sagemaker/types.rb', line 23428

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

#statusString

The current status of the benchmark.

Returns:

  • (String)


23428
23429
23430
23431
23432
23433
23434
23435
# File 'lib/aws-sdk-sagemaker/types.rb', line 23428

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

#step_typeString

The type of the subtask.

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

Returns:

  • (String)


23428
23429
23430
23431
23432
23433
23434
23435
# File 'lib/aws-sdk-sagemaker/types.rb', line 23428

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