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

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

Overview

Note:

When making an API call, you may pass DeleteTrialComponentRequest data as a hash:

{
  trial_component_name: "ExperimentEntityName", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#trial_component_nameString

The name of the component to delete.

Returns:

  • (String)


5907
5908
5909
5910
# File 'lib/aws-sdk-sagemaker/types.rb', line 5907

class DeleteTrialComponentRequest < Struct.new(
  :trial_component_name)
  include Aws::Structure
end