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.



29606
29607
29608
29609
29610
29611
29612
29613
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29606

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)


29606
29607
29608
29609
29610
29611
29612
29613
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29606

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)


29606
29607
29608
29609
29610
29611
29612
29613
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29606

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)


29606
29607
29608
29609
29610
29611
29612
29613
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 29606

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