0d062760860bc1b28cdda1ef0ff6197454b7993a,tests/integ/test_multidatamodel.py,,container_image,#Any#,44

Before Change


        "sts", region_name=region, endpoint_url=utils.sts_regional_endpoint(region)
    )
    account_id = sts_client.get_caller_identity()["Account"]
    algorithm_name = "sagemaker-multimodel-integ-test-{}".format(sagemaker_timestamp())
    ecr_image_uri_prefix = get_ecr_image_uri_prefix(account=account_id, region=region)
    ecr_image = "{prefix}/{algorithm_name}:latest".format(
        prefix=ecr_image_uri_prefix, algorithm_name=algorithm_name
    )

    // Build and tag docker image locally
    docker_client = docker.from_env()
    image, build_log = docker_client.images.build(

After Change


@pytest.fixture(scope="module")
def container_image(sagemaker_session):
    Create a Multi-Model image since pre-built ones are not available yet.
    algorithm_name = unique_name_from_base("sagemaker-multimodel-integ-test")
    ecr_image = _ecr_image_uri(sagemaker_session, algorithm_name)

    // Build and tag docker image locally
    docker_client = docker.from_env()
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 8

Non-data size: 3

Instances


Project Name: aws/sagemaker-python-sdk
Commit Name: 0d062760860bc1b28cdda1ef0ff6197454b7993a
Time: 2020-07-31
Author: 6631887+laurenyu@users.noreply.github.com
File Name: tests/integ/test_multidatamodel.py
Class Name:
Method Name: container_image


Project Name: aws/sagemaker-python-sdk
Commit Name: 99b7b480329bda3a291422b5065c0ce3f74c713b
Time: 2020-02-25
Author: 6631887+laurenyu@users.noreply.github.com
File Name: tests/integ/test_neo_mxnet.py
Class Name:
Method Name: test_attach_deploy


Project Name: aws/sagemaker-python-sdk
Commit Name: 2091718a286fe5c086e72f24e90a6b75b803ef48
Time: 2019-04-05
Author: jonathan.esterhazy@gmail.com
File Name: tests/integ/test_linear_learner.py
Class Name:
Method Name: test_async_linear_learner


Project Name: aws/sagemaker-python-sdk
Commit Name: 54d67b5b59e025b85647a49c89406b3191ead166
Time: 2019-05-15
Author: 6631887+laurenyu@users.noreply.github.com
File Name: tests/integ/test_chainer_train.py
Class Name:
Method Name: test_async_fit


Project Name: aws/sagemaker-python-sdk
Commit Name: e4485b77991041b214e4860f3999addfee8898fa
Time: 2020-07-17
Author: 6631887+laurenyu@users.noreply.github.com
File Name: tests/integ/test_multi_variant_endpoint.py
Class Name:
Method Name:


Project Name: aws/sagemaker-python-sdk
Commit Name: 99b7b480329bda3a291422b5065c0ce3f74c713b
Time: 2020-02-25
Author: 6631887+laurenyu@users.noreply.github.com
File Name: tests/integ/test_neo_mxnet.py
Class Name:
Method Name: test_deploy_model


Project Name: aws/sagemaker-python-sdk
Commit Name: 54d67b5b59e025b85647a49c89406b3191ead166
Time: 2019-05-15
Author: 6631887+laurenyu@users.noreply.github.com
File Name: tests/integ/test_chainer_train.py
Class Name:
Method Name: test_deploy_model


Project Name: aws/sagemaker-python-sdk
Commit Name: 54d67b5b59e025b85647a49c89406b3191ead166
Time: 2019-05-15
Author: 6631887+laurenyu@users.noreply.github.com
File Name: tests/integ/test_chainer_train.py
Class Name:
Method Name: test_attach_deploy