Class: Aws::SageMaker::Types::HubS3StorageConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The Amazon S3 storage configuration of a hub.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_output_pathString

The Amazon S3 bucket prefix for hosting hub content.

Returns:

  • (String)


20417
20418
20419
20420
20421
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20417

class HubS3StorageConfig < Struct.new(
  :s3_output_path)
  SENSITIVE = []
  include Aws::Structure
end