Class: Aws::SageMaker::Types::DeleteHubContentReferenceRequest

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

#hub_content_nameString

The name of the hub content to delete.

Returns:

  • (String)


12272
12273
12274
12275
12276
12277
12278
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12272

class DeleteHubContentReferenceRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name)
  SENSITIVE = []
  include Aws::Structure
end

#hub_content_typeString

The type of hub content reference to delete. The only supported type of hub content reference to delete is ModelReference.

Returns:

  • (String)


12272
12273
12274
12275
12276
12277
12278
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12272

class DeleteHubContentReferenceRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name)
  SENSITIVE = []
  include Aws::Structure
end

#hub_nameString

The name of the hub to delete the hub content reference from.

Returns:

  • (String)


12272
12273
12274
12275
12276
12277
12278
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 12272

class DeleteHubContentReferenceRequest < Struct.new(
  :hub_name,
  :hub_content_type,
  :hub_content_name)
  SENSITIVE = []
  include Aws::Structure
end