Class: Aws::SageMaker::Types::CreateHubContentReferenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHubContentReferenceRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_content_name ⇒ String
The name of the hub content to reference.
-
#hub_name ⇒ String
The name of the hub to add the hub content reference to.
-
#min_version ⇒ String
The minimum version of the hub content to reference.
-
#sage_maker_public_hub_content_arn ⇒ String
The ARN of the public hub content to reference.
-
#tags ⇒ Array<Types::Tag>
Any tags associated with the hub content to reference.
Instance Attribute Details
#hub_content_name ⇒ String
The name of the hub content to reference.
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_name ⇒ String
The name of the hub to add the hub content reference to.
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_version ⇒ String
The minimum version of the hub content to reference.
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_arn ⇒ String
The ARN of the public hub content to reference.
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 |
#tags ⇒ Array<Types::Tag>
Any tags associated with the hub content to reference.
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 |