Class: Aws::SageMaker::Types::UpdateInferenceExperimentResponse

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 updated inference experiment.

Returns:

  • (String)


45981
45982
45983
45984
45985
# File 'lib/aws-sdk-sagemaker/types.rb', line 45981

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