/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Gets the Amazon EC2 Container Registry path of the docker image of the model
* that is hosted in this ProductionVariant. If you used the registry/repository[:tag]
form to specify the
* image path of the primary container when you created the model hosted in this
* ProductionVariant
, the path resolves to a path of the form
* registry/repository[@digest]
. A digest is a hash value that
* identifies a specific version of an image. For information about Amazon ECR
* paths, see Pulling
* an Image in the Amazon ECR User Guide.See Also:
AWS
* API Reference
The image path you specified when you created the model.
*/ inline const Aws::String& GetSpecifiedImage() const{ return m_specifiedImage; } /** *The image path you specified when you created the model.
*/ inline bool SpecifiedImageHasBeenSet() const { return m_specifiedImageHasBeenSet; } /** *The image path you specified when you created the model.
*/ inline void SetSpecifiedImage(const Aws::String& value) { m_specifiedImageHasBeenSet = true; m_specifiedImage = value; } /** *The image path you specified when you created the model.
*/ inline void SetSpecifiedImage(Aws::String&& value) { m_specifiedImageHasBeenSet = true; m_specifiedImage = std::move(value); } /** *The image path you specified when you created the model.
*/ inline void SetSpecifiedImage(const char* value) { m_specifiedImageHasBeenSet = true; m_specifiedImage.assign(value); } /** *The image path you specified when you created the model.
*/ inline DeployedImage& WithSpecifiedImage(const Aws::String& value) { SetSpecifiedImage(value); return *this;} /** *The image path you specified when you created the model.
*/ inline DeployedImage& WithSpecifiedImage(Aws::String&& value) { SetSpecifiedImage(std::move(value)); return *this;} /** *The image path you specified when you created the model.
*/ inline DeployedImage& WithSpecifiedImage(const char* value) { SetSpecifiedImage(value); return *this;} /** *The specific digest path of the image hosted in this
* ProductionVariant
.
The specific digest path of the image hosted in this
* ProductionVariant
.
The specific digest path of the image hosted in this
* ProductionVariant
.
The specific digest path of the image hosted in this
* ProductionVariant
.
The specific digest path of the image hosted in this
* ProductionVariant
.
The specific digest path of the image hosted in this
* ProductionVariant
.
The specific digest path of the image hosted in this
* ProductionVariant
.
The specific digest path of the image hosted in this
* ProductionVariant
.
The date and time when the image path for the model resolved to the
* ResolvedImage
The date and time when the image path for the model resolved to the
* ResolvedImage
The date and time when the image path for the model resolved to the
* ResolvedImage
The date and time when the image path for the model resolved to the
* ResolvedImage
The date and time when the image path for the model resolved to the
* ResolvedImage
The date and time when the image path for the model resolved to the
* ResolvedImage