Class: Aws::SageMaker::Types::CreateHubContentReferenceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHubContentReferenceRequest
- Defined in:
- gems/aws-sdk-sagemaker/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.
7481 7482 7483 7484 7485 7486 7487 7488 7489 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7481 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.
7481 7482 7483 7484 7485 7486 7487 7488 7489 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7481 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.
7481 7482 7483 7484 7485 7486 7487 7488 7489 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7481 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.
7481 7482 7483 7484 7485 7486 7487 7488 7489 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7481 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.
7481 7482 7483 7484 7485 7486 7487 7488 7489 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7481 class CreateHubContentReferenceRequest < Struct.new( :hub_name, :sage_maker_public_hub_content_arn, :hub_content_name, :min_version, :tags) SENSITIVE = [] include Aws::Structure end |