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.
11931 11932 11933 11934 11935 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11931 class DeleteTrialComponentRequest < Struct.new( :trial_component_name) SENSITIVE = [] include Aws::Structure end |