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:



4190
4191
4192
4193
4194
4195
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4190

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)


4190
4191
4192
4193
4194
4195
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4190

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