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

Inheritance Hierarchy

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

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

Syntax

C#
public class GetModelCustomizationJobResponse : AmazonWebServiceResponse

The GetModelCustomizationJobResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BaseModelArn System.String

Gets and sets the property BaseModelArn.

Amazon Resource Name (ARN) of the base model.

Public Property ClientRequestToken System.String

Gets and sets the property ClientRequestToken.

The token that you specified in the CreateCustomizationJob request.

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

Gets and sets the property CreationTime.

Time that the resource was created.

Public Property CustomizationConfig Amazon.Bedrock.Model.CustomizationConfig

Gets and sets the property CustomizationConfig.

The customization configuration for the model customization job.

Public Property CustomizationType Amazon.Bedrock.CustomizationType

Gets and sets the property CustomizationType.

The type of model customization.

Public Property EndTime System.DateTime

Gets and sets the property EndTime.

Time that the resource transitioned to terminal state.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

Information about why the job failed.

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.

The hyperparameter values for the job. For details on the format for different models, see Custom model hyperparameters.

Public Property JobArn System.String

Gets and sets the property JobArn.

The Amazon Resource Name (ARN) of the customization job.

Public Property JobName System.String

Gets and sets the property JobName.

The name of the customization job.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

Time that the resource was last modified.

Public Property OutputDataConfig Amazon.Bedrock.Model.OutputDataConfig

Gets and sets the property OutputDataConfig.

Output data configuration

Public Property OutputModelArn System.String

Gets and sets the property OutputModelArn.

The Amazon Resource Name (ARN) of the output model.

Public Property OutputModelKmsKeyArn System.String

Gets and sets the property OutputModelKmsKeyArn.

The custom model is encrypted at rest using this key.

Public Property OutputModelName System.String

Gets and sets the property OutputModelName.

The name of the output model.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property RoleArn System.String

Gets and sets the property RoleArn.

The Amazon Resource Name (ARN) of the IAM role.

Public Property Status Amazon.Bedrock.ModelCustomizationJobStatus

Gets and sets the property Status.

The status of the job. A successful job transitions from in-progress to completed when the output model is ready to use. If the job failed, the failure message contains information about why the job failed.

Public Property StatusDetails Amazon.Bedrock.Model.StatusDetails

Gets and sets the property StatusDetails.

For a Distillation job, the details about the statuses of the sub-tasks of the customization job.

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 loss metric for each validator that you provided in the createjob request.

Public Property VpcConfig Amazon.Bedrock.Model.VpcConfig

Gets and sets the property VpcConfig.

VPC configuration for the custom model job.

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