Put Ml Configuration
cleanroomsml_put_ml_configuration | R Documentation |
Assigns information about an ML configuration¶
Description¶
Assigns information about an ML configuration.
Usage¶
cleanroomsml_put_ml_configuration(membershipIdentifier,
defaultOutputLocation)
Arguments¶
membershipIdentifier |
[required] The membership ID of the member that is being configured. |
defaultOutputLocation |
[required] The default Amazon S3 location where ML output is stored for the specified member. |
Value¶
An empty list.
Request syntax¶
svc$put_ml_configuration(
membershipIdentifier = "string",
defaultOutputLocation = list(
destination = list(
s3Destination = list(
s3Uri = "string"
)
),
roleArn = "string"
)
)