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.

This is the response object from the GetCustomModelDeployment operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Bedrock.Model.GetCustomModelDeploymentResponse

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

Syntax

C#
public class GetCustomModelDeploymentResponse : AmazonWebServiceResponse

The GetCustomModelDeploymentResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property CreatedAt System.DateTime

Gets and sets the property CreatedAt.

The date and time when the custom model deployment was created.

Public Property CustomModelDeploymentArn System.String

Gets and sets the property CustomModelDeploymentArn.

The Amazon Resource Name (ARN) of the custom model deployment.

Public Property Description System.String

Gets and sets the property Description.

The description of the custom model deployment.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

If the deployment status is FAILED, this field contains a message describing the failure reason.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

The date and time when the custom model deployment was last updated.

Public Property ModelArn System.String

Gets and sets the property ModelArn.

The Amazon Resource Name (ARN) of the custom model associated with this deployment.

Public Property ModelDeploymentName System.String

Gets and sets the property ModelDeploymentName.

The name of the custom model deployment.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property Status Amazon.Bedrock.CustomModelDeploymentStatus

Gets and sets the property Status.

The status of the custom model deployment. Possible values are:

  • CREATING - The deployment is being set up and prepared for inference.

  • ACTIVE - The deployment is ready and available for inference requests.

  • FAILED - The deployment failed to be created or became unavailable.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

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