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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


11819
11820
11821
11822
11823
# File 'lib/aws-sdk-sagemaker/types.rb', line 11819

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