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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


36765
36766
36767
36768
36769
# File 'lib/aws-sdk-sagemaker/types.rb', line 36765

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