Class: Aws::SageMaker::Types::UpdateExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateExperimentResponse
- Defined in:
- gems/aws-sdk-sagemaker/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.
47710 47711 47712 47713 47714 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 47710 class UpdateExperimentResponse < Struct.new( :experiment_arn) SENSITIVE = [] include Aws::Structure end |