Class: Aws::SageMaker::Types::DeleteTrialComponentRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#trial_component_nameString

The name of the component to delete.

Returns:

  • (String)


13871
13872
13873
13874
13875
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 13871

class DeleteTrialComponentRequest < Struct.new(
  :trial_component_name)
  SENSITIVE = []
  include Aws::Structure
end