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.
Namespace: Amazon.Bedrock.Model
Assembly: AWSSDK.Bedrock.dll
Version: 3.x.y.z
public class GetModelCustomizationJobResponse : AmazonWebServiceResponse
The GetModelCustomizationJobResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetModelCustomizationJobResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
BaseModelArn | System.String |
Gets and sets the property BaseModelArn. Amazon Resource Name (ARN) of the base model. |
![]() |
ClientRequestToken | System.String |
Gets and sets the property ClientRequestToken.
The token that you specified in the |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreationTime | System.DateTime |
Gets and sets the property CreationTime. Time that the resource was created. |
![]() |
CustomizationConfig | Amazon.Bedrock.Model.CustomizationConfig |
Gets and sets the property CustomizationConfig. The customization configuration for the model customization job. |
![]() |
CustomizationType | Amazon.Bedrock.CustomizationType |
Gets and sets the property CustomizationType. The type of model customization. |
![]() |
EndTime | System.DateTime |
Gets and sets the property EndTime. Time that the resource transitioned to terminal state. |
![]() |
FailureMessage | System.String |
Gets and sets the property FailureMessage. Information about why the job failed. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
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. |
![]() |
JobArn | System.String |
Gets and sets the property JobArn. The Amazon Resource Name (ARN) of the customization job. |
![]() |
JobName | System.String |
Gets and sets the property JobName. The name of the customization job. |
![]() |
LastModifiedTime | System.DateTime |
Gets and sets the property LastModifiedTime. Time that the resource was last modified. |
![]() |
OutputDataConfig | Amazon.Bedrock.Model.OutputDataConfig |
Gets and sets the property OutputDataConfig. Output data configuration |
![]() |
OutputModelArn | System.String |
Gets and sets the property OutputModelArn. The Amazon Resource Name (ARN) of the output model. |
![]() |
OutputModelKmsKeyArn | System.String |
Gets and sets the property OutputModelKmsKeyArn. The custom model is encrypted at rest using this key. |
![]() |
OutputModelName | System.String |
Gets and sets the property OutputModelName. The name of the output model. |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
RoleArn | System.String |
Gets and sets the property RoleArn. The Amazon Resource Name (ARN) of the IAM role. |
![]() |
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. |
![]() |
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. |
![]() |
TrainingDataConfig | Amazon.Bedrock.Model.TrainingDataConfig |
Gets and sets the property TrainingDataConfig. Contains information about the training dataset. |
![]() |
TrainingMetrics | Amazon.Bedrock.Model.TrainingMetrics |
Gets and sets the property TrainingMetrics. Contains training metrics from the job creation. |
![]() |
ValidationDataConfig | Amazon.Bedrock.Model.ValidationDataConfig |
Gets and sets the property ValidationDataConfig. Contains information about the validation dataset. |
![]() |
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. |
![]() |
VpcConfig | Amazon.Bedrock.Model.VpcConfig |
Gets and sets the property VpcConfig. VPC configuration for the custom model job. |
.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