![]() |
![]()
| ![]() |
![]()
NAMEPaws::SageMaker::DeployedImage USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::SageMaker::DeployedImage object: $service_obj->Method(Att1 => { ResolutionTime => $value, ..., SpecifiedImage => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::SageMaker::DeployedImage object: $result = $service_obj->Method(...); $result->Att1->ResolutionTime DESCRIPTIONGets 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 (https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html) in the Amazon ECR User Guide. ATTRIBUTESResolutionTime => StrThe date and time when the image path for the model resolved to the "ResolvedImage" ResolvedImage => StrThe specific digest path of the image hosted in this "ProductionVariant". SpecifiedImage => StrThe image path you specified when you created the model. SEE ALSOThis class forms part of Paws, describing an object used in Paws::SageMaker BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|