Class: Aws::SageMaker::Types::CreateExperimentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateExperimentResponse
- 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.
6649 6650 6651 6652 6653 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 6649 class CreateExperimentResponse < Struct.new( :experiment_arn) SENSITIVE = [] include Aws::Structure end |