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)


7385
7386
7387
7388
7389
7390
7391
7392
7393
# File 'lib/aws-sdk-sagemaker/types.rb', line 7385

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)


7385
7386
7387
7388
7389
7390
7391
7392
7393
# File 'lib/aws-sdk-sagemaker/types.rb', line 7385

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)


7385
7386
7387
7388
7389
7390
7391
7392
7393
# File 'lib/aws-sdk-sagemaker/types.rb', line 7385

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)


7385
7386
7387
7388
7389
7390
7391
7392
7393
# File 'lib/aws-sdk-sagemaker/types.rb', line 7385

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:



7385
7386
7387
7388
7389
7390
7391
7392
7393
# File 'lib/aws-sdk-sagemaker/types.rb', line 7385

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