Class: Aws::SageMaker::Types::CreateHubContentPresignedUrlsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::CreateHubContentPresignedUrlsRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_config ⇒ Types::PresignedUrlAccessConfig
Configuration settings for accessing the hub content, including end-user license agreement acceptance for gated models and expected S3 URL validation.
-
#hub_content_name ⇒ String
The name of the hub content for which to generate presigned URLs.
-
#hub_content_type ⇒ String
The type of hub content to access.
-
#hub_content_version ⇒ String
The version of the hub content.
-
#hub_name ⇒ String
The name or Amazon Resource Name (ARN) of the hub that contains the content.
-
#max_results ⇒ Integer
The maximum number of presigned URLs to return in the response.
-
#next_token ⇒ String
A token for pagination.
Instance Attribute Details
#access_config ⇒ Types::PresignedUrlAccessConfig
Configuration settings for accessing the hub content, including end-user license agreement acceptance for gated models and expected S3 URL validation.
10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10686 class CreateHubContentPresignedUrlsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version, :access_config, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#hub_content_name ⇒ String
The name of the hub content for which to generate presigned URLs. This identifies the specific model or content within the hub.
10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10686 class CreateHubContentPresignedUrlsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version, :access_config, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#hub_content_type ⇒ String
The type of hub content to access. Valid values include Model,
Notebook, and ModelReference.
10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10686 class CreateHubContentPresignedUrlsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version, :access_config, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#hub_content_version ⇒ String
The version of the hub content. If not specified, the latest version is used.
10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10686 class CreateHubContentPresignedUrlsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version, :access_config, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#hub_name ⇒ String
The name or Amazon Resource Name (ARN) of the hub that contains the
content. For public content, use SageMakerPublicHub.
10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10686 class CreateHubContentPresignedUrlsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version, :access_config, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of presigned URLs to return in the response. Default value is 100. Large models may contain hundreds of files, requiring pagination to retrieve all URLs.
10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10686 class CreateHubContentPresignedUrlsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version, :access_config, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for pagination. Use this token to retrieve the next set of presigned URLs when the response is truncated.
10686 10687 10688 10689 10690 10691 10692 10693 10694 10695 10696 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 10686 class CreateHubContentPresignedUrlsRequest < Struct.new( :hub_name, :hub_content_type, :hub_content_name, :hub_content_version, :access_config, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |