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)


6460
6461
6462
6463
6464
# File 'lib/aws-sdk-sagemaker/types.rb', line 6460

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