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 GetCustomModel operation.

Inheritance Hierarchy

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

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

Syntax

C#
public class GetCustomModelResponse : AmazonWebServiceResponse

The GetCustomModelResponse type exposes the following members

Constructors

NameDescription
Public Method GetCustomModelResponse()

Properties

NameTypeDescription
Public Property BaseModelArn System.String

Gets and sets the property BaseModelArn.

Amazon Resource Name (ARN) of the base model.

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

Gets and sets the property CreationTime.

Creation time of the model.

Public Property CustomizationConfig Amazon.Bedrock.Model.CustomizationConfig

Gets and sets the property CustomizationConfig.

The customization configuration for the custom model.

Public Property CustomizationType Amazon.Bedrock.CustomizationType

Gets and sets the property CustomizationType.

The type of model customization.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

A failure message for any issues that occurred when creating the custom model. This is included for only a failed CreateCustomModel operation.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HyperParameters System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property HyperParameters.

Hyperparameter values associated with this model. For details on the format for different models, see Custom model hyperparameters.

Public Property JobArn System.String

Gets and sets the property JobArn.

Job Amazon Resource Name (ARN) associated with this model. For models that you create with the CreateCustomModel API operation, this is NULL.

Public Property JobName System.String

Gets and sets the property JobName.

Job name associated with this model.

Public Property ModelArn System.String

Gets and sets the property ModelArn.

Amazon Resource Name (ARN) associated with this model.

Public Property ModelKmsKeyArn System.String

Gets and sets the property ModelKmsKeyArn.

The custom model is encrypted at rest using this key.

Public Property ModelName System.String

Gets and sets the property ModelName.

Model name associated with this model.

Public Property ModelStatus Amazon.Bedrock.ModelStatus

Gets and sets the property ModelStatus.

The current status of the custom model. Possible values include:

  • Creating - The model is being created and validated.

  • Active - The model has been successfully created and is ready for use.

  • Failed - The model creation process failed. Check the failureMessage field for details.

Public Property OutputDataConfig Amazon.Bedrock.Model.OutputDataConfig

Gets and sets the property OutputDataConfig.

Output data configuration associated with this custom model.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property TrainingDataConfig Amazon.Bedrock.Model.TrainingDataConfig

Gets and sets the property TrainingDataConfig.

Contains information about the training dataset.

Public Property TrainingMetrics Amazon.Bedrock.Model.TrainingMetrics

Gets and sets the property TrainingMetrics.

Contains training metrics from the job creation.

Public Property ValidationDataConfig Amazon.Bedrock.Model.ValidationDataConfig

Gets and sets the property ValidationDataConfig.

Contains information about the validation dataset.

Public Property ValidationMetrics System.Collections.Generic.List<Amazon.Bedrock.Model.ValidatorMetric>

Gets and sets the property ValidationMetrics.

The validation metrics from the job creation.

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