Class: Aws::CleanRoomsML::Types::MLOutputConfiguration

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

Overview

Configuration information about how the exported model artifacts are stored.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#destinationTypes::Destination

The Amazon S3 location where exported model artifacts are stored.

Returns:



4501
4502
4503
4504
4505
4506
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4501

class MLOutputConfiguration < Struct.new(
  :destination,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the service access role that is used to store the model artifacts.

Returns:

  • (String)


4501
4502
4503
4504
4505
4506
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4501

class MLOutputConfiguration < Struct.new(
  :destination,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end