AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes an Amazon Lookout for Vision model packaging job.

This operation requires permissions to perform the lookoutvision:DescribeModelPackagingJob operation.

For more information, see Using your Amazon Lookout for Vision model on an edge device in the Amazon Lookout for Vision Developer Guide.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to DescribeModelPackagingJobAsync.

Namespace: Amazon.LookoutforVision
Assembly: AWSSDK.LookoutforVision.dll
Version: 3.x.y.z

Syntax

C#
public abstract DescribeModelPackagingJobResponse DescribeModelPackagingJob(
         DescribeModelPackagingJobRequest request
)

Parameters

request
Type: Amazon.LookoutforVision.Model.DescribeModelPackagingJobRequest

Container for the necessary parameters to execute the DescribeModelPackagingJob service method.

Return Value


The response from the DescribeModelPackagingJob service method, as returned by LookoutforVision.

Exceptions

ExceptionCondition
AccessDeniedException You are not authorized to perform the action.
InternalServerException Amazon Lookout for Vision experienced a service issue. Try your call again.
ResourceNotFoundException The resource could not be found.
ThrottlingException Amazon Lookout for Vision is temporarily unable to process the request. Try your call again.
ValidationException An input validation error occured. For example, invalid characters in a project name, or if a pagination token is invalid.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also