Class: Aws::SageMaker::Types::AIRecommendationDeploymentS3Channel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#channel_nameString

A custom name for this Amazon S3 data channel.

Returns:

  • (String)


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

#uriString

The Amazon S3 URI of the data for this channel.

Returns:

  • (String)


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