Class: Aws::SageMaker::Types::UpdateExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateExperimentResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
Instance Attribute Details
#experiment_arn ⇒ String
The Amazon Resource Name (ARN) of the experiment.
45687 45688 45689 45690 45691 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45687 class UpdateExperimentResponse < Struct.new( :experiment_arn) SENSITIVE = [] include Aws::Structure end |