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)


11077
11078
11079
11080
11081
# File 'lib/aws-sdk-sagemaker/types.rb', line 11077

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