Class: Aws::SageMaker::Types::CreateInferenceExperimentResponse

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 for your inference experiment.

Returns:

  • (String)


6555
6556
6557
6558
6559
# File 'lib/aws-sdk-sagemaker/types.rb', line 6555

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