Class: Aws::SageMaker::Types::CreateHubContentReferenceRequest

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

#hub_content_nameString

The name of the hub content to reference.

Returns:

  • (String)


6976
6977
6978
6979
6980
6981
6982
6983
6984
# File 'lib/aws-sdk-sagemaker/types.rb', line 6976

class CreateHubContentReferenceRequest < Struct.new(
  :hub_name,
  :sage_maker_public_hub_content_arn,
  :hub_content_name,
  :min_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#hub_nameString

The name of the hub to add the hub content reference to.

Returns:

  • (String)


6976
6977
6978
6979
6980
6981
6982
6983
6984
# File 'lib/aws-sdk-sagemaker/types.rb', line 6976

class CreateHubContentReferenceRequest < Struct.new(
  :hub_name,
  :sage_maker_public_hub_content_arn,
  :hub_content_name,
  :min_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#min_versionString

The minimum version of the hub content to reference.

Returns:

  • (String)


6976
6977
6978
6979
6980
6981
6982
6983
6984
# File 'lib/aws-sdk-sagemaker/types.rb', line 6976

class CreateHubContentReferenceRequest < Struct.new(
  :hub_name,
  :sage_maker_public_hub_content_arn,
  :hub_content_name,
  :min_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#sage_maker_public_hub_content_arnString

The ARN of the public hub content to reference.

Returns:

  • (String)


6976
6977
6978
6979
6980
6981
6982
6983
6984
# File 'lib/aws-sdk-sagemaker/types.rb', line 6976

class CreateHubContentReferenceRequest < Struct.new(
  :hub_name,
  :sage_maker_public_hub_content_arn,
  :hub_content_name,
  :min_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

Any tags associated with the hub content to reference.

Returns:



6976
6977
6978
6979
6980
6981
6982
6983
6984
# File 'lib/aws-sdk-sagemaker/types.rb', line 6976

class CreateHubContentReferenceRequest < Struct.new(
  :hub_name,
  :sage_maker_public_hub_content_arn,
  :hub_content_name,
  :min_version,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end