Class: Aws::SageMaker::Types::StartInferenceExperimentResponse

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

#inference_experiment_arnString

The ARN of the started inference experiment to start.

Returns:

  • (String)


48357
48358
48359
48360
48361
# File 'lib/aws-sdk-sagemaker/types.rb', line 48357

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