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.



27952
27953
27954
27955
27956
27957
27958
27959
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27952

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)


27952
27953
27954
27955
27956
27957
27958
27959
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27952

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)


27952
27953
27954
27955
27956
27957
27958
27959
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27952

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)


27952
27953
27954
27955
27956
27957
27958
27959
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 27952

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