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)


48593
48594
48595
48596
48597
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48593

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