Class: Aws::SageMaker::Types::AIRecommendationDeploymentS3Channel
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AIRecommendationDeploymentS3Channel
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
An Amazon S3 data channel for a recommended deployment configuration, containing model artifacts or optimized model outputs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_name ⇒ String
A custom name for this Amazon S3 data channel.
-
#uri ⇒ String
The Amazon S3 URI of the data for this channel.
Instance Attribute Details
#channel_name ⇒ String
A custom name for this Amazon S3 data channel.
394 395 396 397 398 399 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 394 class AIRecommendationDeploymentS3Channel < Struct.new( :channel_name, :uri) SENSITIVE = [] include Aws::Structure end |
#uri ⇒ String
The Amazon S3 URI of the data for this channel.
394 395 396 397 398 399 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 394 class AIRecommendationDeploymentS3Channel < Struct.new( :channel_name, :uri) SENSITIVE = [] include Aws::Structure end |