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.
4554 4555 4556 4557 4558 4559 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4554 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.
4554 4555 4556 4557 4558 4559 |
# File 'gems/aws-sdk-cleanroomsml/lib/aws-sdk-cleanroomsml/types.rb', line 4554 class MLOutputConfiguration < Struct.new( :destination, :role_arn) SENSITIVE = [] include Aws::Structure end |