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

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

Overview

A returned array object for the Steps response field in the ListInferenceRecommendationsJobSteps API command.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_benchmarkTypes::RecommendationJobInferenceBenchmark

The details for a specific benchmark.



24680
24681
24682
24683
24684
24685
24686
24687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24680

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)


24680
24681
24682
24683
24684
24685
24686
24687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24680

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)


24680
24681
24682
24683
24684
24685
24686
24687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24680

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)


24680
24681
24682
24683
24684
24685
24686
24687
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 24680

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