Class: Aws::SageMaker::Types::UpdateTrialComponentResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateTrialComponentResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
Instance Attribute Details
#trial_component_arn ⇒ String
The Amazon Resource Name (ARN) of the trial component.
46787 46788 46789 46790 46791 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 46787 class UpdateTrialComponentResponse < Struct.new( :trial_component_arn) SENSITIVE = [] include Aws::Structure end |