Class: Aws::SageMaker::Types::RecommendationJobCompiledOutputConfig

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

Overview

Provides information about the output configuration for the compiled model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#s3_output_uriString

Identifies the Amazon S3 bucket where you want SageMaker to store the compiled model artifacts.

Returns:

  • (String)


36705
36706
36707
36708
36709
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 36705

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