Class: Aws::SageMaker::Types::InferenceHubAccessConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::InferenceHubAccessConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Configuration information specifying which hub contents have accessible deployment options.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#hub_content_arn ⇒ String
The ARN of the hub content for which deployment access is allowed.
Instance Attribute Details
#hub_content_arn ⇒ String
The ARN of the hub content for which deployment access is allowed.
32013 32014 32015 32016 32017 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32013 class InferenceHubAccessConfig < Struct.new( :hub_content_arn) SENSITIVE = [] include Aws::Structure end |