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)


39463
39464
39465
39466
39467
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 39463

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