Method: Aws::SageMaker::Types::InputConfig#framework

Defined in:
lib/aws-sdk-sagemaker/types.rb

#frameworkString

Identifies the framework in which the model was trained. For example: TENSORFLOW.

Returns:



29791
29792
29793
29794
29795
29796
29797
29798
# File 'lib/aws-sdk-sagemaker/types.rb', line 29791

class InputConfig < Struct.new(
  :s3_uri,
  :data_input_config,
  :framework,
  :framework_version)
  SENSITIVE = []
  include Aws::Structure
end