Class: Aws::CleanRoomsML::Types::MLOutputConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CleanRoomsML::Types::MLOutputConfiguration
- 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
-
#destination ⇒ Types::Destination
The Amazon S3 location where exported model artifacts are stored.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the service access role that is used to store the model artifacts.
Instance Attribute Details
#destination ⇒ Types::Destination
The Amazon S3 location where exported model artifacts are stored.
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_arn ⇒ String
The Amazon Resource Name (ARN) of the service access role that is used to store the model artifacts.
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 |