Class: Aws::SageMaker::Types::StartInferenceExperimentRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the inference experiment to start.

Returns:

  • (String)


46418
46419
46420
46421
46422
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46418

class StartInferenceExperimentRequest < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end