Class: Aws::SageMaker::Types::InferenceRecommendation

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

Overview

A list of recommendations made by Amazon SageMaker Inference Recommender.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_configurationTypes::EndpointOutputConfiguration

Defines the endpoint configuration parameters.



23306
23307
23308
23309
23310
23311
23312
23313
23314
23315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23306

class InferenceRecommendation < Struct.new(
  :recommendation_id,
  :metrics,
  :endpoint_configuration,
  :model_configuration,
  :invocation_end_time,
  :invocation_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_end_timeTime

A timestamp that shows when the benchmark completed.

Returns:

  • (Time)


23306
23307
23308
23309
23310
23311
23312
23313
23314
23315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23306

class InferenceRecommendation < Struct.new(
  :recommendation_id,
  :metrics,
  :endpoint_configuration,
  :model_configuration,
  :invocation_end_time,
  :invocation_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#invocation_start_timeTime

A timestamp that shows when the benchmark started.

Returns:

  • (Time)


23306
23307
23308
23309
23310
23311
23312
23313
23314
23315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23306

class InferenceRecommendation < Struct.new(
  :recommendation_id,
  :metrics,
  :endpoint_configuration,
  :model_configuration,
  :invocation_end_time,
  :invocation_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::RecommendationMetrics

The metrics used to decide what recommendation to make.



23306
23307
23308
23309
23310
23311
23312
23313
23314
23315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23306

class InferenceRecommendation < Struct.new(
  :recommendation_id,
  :metrics,
  :endpoint_configuration,
  :model_configuration,
  :invocation_end_time,
  :invocation_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#model_configurationTypes::ModelConfiguration

Defines the model configuration.



23306
23307
23308
23309
23310
23311
23312
23313
23314
23315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23306

class InferenceRecommendation < Struct.new(
  :recommendation_id,
  :metrics,
  :endpoint_configuration,
  :model_configuration,
  :invocation_end_time,
  :invocation_start_time)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_idString

The recommendation ID which uniquely identifies each recommendation.

Returns:

  • (String)


23306
23307
23308
23309
23310
23311
23312
23313
23314
23315
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23306

class InferenceRecommendation < Struct.new(
  :recommendation_id,
  :metrics,
  :endpoint_configuration,
  :model_configuration,
  :invocation_end_time,
  :invocation_start_time)
  SENSITIVE = []
  include Aws::Structure
end