CleanRoomsML / Client / put_ml_configuration

put_ml_configuration#

CleanRoomsML.Client.put_ml_configuration(**kwargs)#

Assigns information about an ML configuration.

See also: AWS API Documentation

Request Syntax

response = client.put_ml_configuration(
    membershipIdentifier='string',
    defaultOutputLocation={
        'destination': {
            's3Destination': {
                's3Uri': 'string'
            }
        },
        'roleArn': 'string'
    }
)
Parameters:
  • membershipIdentifier (string) –

    [REQUIRED]

    The membership ID of the member that is being configured.

  • defaultOutputLocation (dict) –

    [REQUIRED]

    The default Amazon S3 location where ML output is stored for the specified member.

    • destination (dict) –

      The Amazon S3 location where exported model artifacts are stored.

      • s3Destination (dict) – [REQUIRED]

        Provides information about an Amazon S3 bucket and path.

        • s3Uri (string) – [REQUIRED]

          The Amazon S3 location URI.

    • roleArn (string) – [REQUIRED]

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

Returns:

None

Exceptions