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

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_name ⇒ String

The name of the hub content to reference.

Returns:

  • (String)


11283
11284
11285
11286
11287
11288
11289
11290
11291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11283

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

#hub_name ⇒ String

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

Returns:

  • (String)


11283
11284
11285
11286
11287
11288
11289
11290
11291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11283

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

#min_version ⇒ String

The minimum version of the hub content to reference.

Returns:

  • (String)


11283
11284
11285
11286
11287
11288
11289
11290
11291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11283

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_arn ⇒ String

The ARN of the public hub content to reference.

Returns:

  • (String)


11283
11284
11285
11286
11287
11288
11289
11290
11291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11283

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

#tags ⇒ Array<Types::Tag>

Any tags associated with the hub content to reference.

Returns:



11283
11284
11285
11286
11287
11288
11289
11290
11291
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11283

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