Class: Aws::SageMaker::Types::DeleteTrialComponentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteTrialComponentRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#trial_component_name ⇒ String
The name of the component to delete.
Instance Attribute Details
#trial_component_name ⇒ String
The name of the component to delete.
13989 13990 13991 13992 13993 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 13989 class DeleteTrialComponentRequest < Struct.new( :trial_component_name) SENSITIVE = [] include Aws::Structure end |