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.

Contains summary information about a custom model deployment, including its ARN, name, status, and associated custom model.

Inheritance Hierarchy

System.Object
  Amazon.Bedrock.Model.CustomModelDeploymentSummary

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

Syntax

C#
public class CustomModelDeploymentSummary

The CustomModelDeploymentSummary type exposes the following members

Constructors

Properties

NameTypeDescription
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 CustomModelDeploymentName System.String

Gets and sets the property CustomModelDeploymentName.

The name 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 LastUpdatedAt System.DateTime

Gets and sets the property LastUpdatedAt.

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

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 Status Amazon.Bedrock.CustomModelDeploymentStatus

Gets and sets the property Status.

The status of the custom model deployment. Possible values are CREATING, ACTIVE, and FAILED.

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