/AWS1/CL_BDKGETMDELCUSTIZATI01¶
GetModelCustomizationJobResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobarn TYPE /AWS1/BDKMDELCUSTIZATIONJOBARN /AWS1/BDKMDELCUSTIZATIONJOBARN¶
The Amazon Resource Name (ARN) of the customization job.
iv_jobname TYPE /AWS1/BDKJOBNAME /AWS1/BDKJOBNAME¶
The name of the customization job.
iv_outputmodelname TYPE /AWS1/BDKCUSTOMMODELNAME /AWS1/BDKCUSTOMMODELNAME¶
The name of the output model.
iv_rolearn TYPE /AWS1/BDKROLEARN /AWS1/BDKROLEARN¶
The Amazon Resource Name (ARN) of the IAM role.
iv_creationtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Time that the resource was created.
iv_basemodelarn TYPE /AWS1/BDKFOUNDATIONMODELARN /AWS1/BDKFOUNDATIONMODELARN¶
Amazon Resource Name (ARN) of the base model.
io_trainingdataconfig TYPE REF TO /AWS1/CL_BDKTRAININGDATACONFIG /AWS1/CL_BDKTRAININGDATACONFIG¶
Contains information about the training dataset.
io_validationdataconfig TYPE REF TO /AWS1/CL_BDKVALIDATIONDATACFG /AWS1/CL_BDKVALIDATIONDATACFG¶
Contains information about the validation dataset.
io_outputdataconfig TYPE REF TO /AWS1/CL_BDKOUTPUTDATACONFIG /AWS1/CL_BDKOUTPUTDATACONFIG¶
Output data configuration
Optional arguments:¶
iv_outputmodelarn TYPE /AWS1/BDKCUSTOMMODELARN /AWS1/BDKCUSTOMMODELARN¶
The Amazon Resource Name (ARN) of the output model.
iv_clientrequesttoken TYPE /AWS1/BDKIDEMPOTENCYTOKEN /AWS1/BDKIDEMPOTENCYTOKEN¶
The token that you specified in the
CreateCustomizationJobrequest.
iv_status TYPE /AWS1/BDKMDELCUSTIZATIONJOBS00 /AWS1/BDKMDELCUSTIZATIONJOBS00¶
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.
io_statusdetails TYPE REF TO /AWS1/CL_BDKSTATUSDETAILS /AWS1/CL_BDKSTATUSDETAILS¶
For a Distillation job, the details about the statuses of the sub-tasks of the customization job.
iv_failuremessage TYPE /AWS1/BDKERRORMESSAGE /AWS1/BDKERRORMESSAGE¶
Information about why the job failed.
iv_lastmodifiedtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Time that the resource was last modified.
iv_endtime TYPE /AWS1/BDKTIMESTAMP /AWS1/BDKTIMESTAMP¶
Time that the resource transitioned to terminal state.
it_hyperparameters TYPE /AWS1/CL_BDKMDELCUSTIZATIONH00=>TT_MODELCUSTIZATIONHYPERPARAMS TT_MODELCUSTIZATIONHYPERPARAMS¶
The hyperparameter values for the job. For details on the format for different models, see Custom model hyperparameters.
iv_customizationtype TYPE /AWS1/BDKCUSTOMIZATIONTYPE /AWS1/BDKCUSTOMIZATIONTYPE¶
The type of model customization.
iv_outputmodelkmskeyarn TYPE /AWS1/BDKKMSKEYARN /AWS1/BDKKMSKEYARN¶
The custom model is encrypted at rest using this key.
io_trainingmetrics TYPE REF TO /AWS1/CL_BDKTRAININGMETRICS /AWS1/CL_BDKTRAININGMETRICS¶
Contains training metrics from the job creation.
it_validationmetrics TYPE /AWS1/CL_BDKVALIDATORMETRIC=>TT_VALIDATIONMETRICS TT_VALIDATIONMETRICS¶
The loss metric for each validator that you provided in the createjob request.
io_vpcconfig TYPE REF TO /AWS1/CL_BDKVPCCONFIG /AWS1/CL_BDKVPCCONFIG¶
VPC configuration for the custom model job.
io_customizationconfig TYPE REF TO /AWS1/CL_BDKCUSTOMIZATIONCFG /AWS1/CL_BDKCUSTOMIZATIONCFG¶
The customization configuration for the model customization job.
Queryable Attributes¶
jobArn¶
The Amazon Resource Name (ARN) of the customization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBARN() |
Getter for JOBARN, with configurable default |
ASK_JOBARN() |
Getter for JOBARN w/ exceptions if field has no value |
HAS_JOBARN() |
Determine if JOBARN has a value |
jobName¶
The name of the customization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBNAME() |
Getter for JOBNAME, with configurable default |
ASK_JOBNAME() |
Getter for JOBNAME w/ exceptions if field has no value |
HAS_JOBNAME() |
Determine if JOBNAME has a value |
outputModelName¶
The name of the output model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTMODELNAME() |
Getter for OUTPUTMODELNAME, with configurable default |
ASK_OUTPUTMODELNAME() |
Getter for OUTPUTMODELNAME w/ exceptions if field has no val |
HAS_OUTPUTMODELNAME() |
Determine if OUTPUTMODELNAME has a value |
outputModelArn¶
The Amazon Resource Name (ARN) of the output model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTMODELARN() |
Getter for OUTPUTMODELARN, with configurable default |
ASK_OUTPUTMODELARN() |
Getter for OUTPUTMODELARN w/ exceptions if field has no valu |
HAS_OUTPUTMODELARN() |
Determine if OUTPUTMODELARN has a value |
clientRequestToken¶
The token that you specified in the
CreateCustomizationJobrequest.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTREQUESTTOKEN() |
Getter for CLIENTREQUESTTOKEN, with configurable default |
ASK_CLIENTREQUESTTOKEN() |
Getter for CLIENTREQUESTTOKEN w/ exceptions if field has no |
HAS_CLIENTREQUESTTOKEN() |
Determine if CLIENTREQUESTTOKEN has a value |
roleArn¶
The Amazon Resource Name (ARN) of the IAM role.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
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.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
statusDetails¶
For a Distillation job, the details about the statuses of the sub-tasks of the customization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSDETAILS() |
Getter for STATUSDETAILS |
failureMessage¶
Information about why the job failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |
creationTime¶
Time that the resource was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
lastModifiedTime¶
Time that the resource was last modified.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
endTime¶
Time that the resource transitioned to terminal state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
baseModelArn¶
Amazon Resource Name (ARN) of the base model.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BASEMODELARN() |
Getter for BASEMODELARN, with configurable default |
ASK_BASEMODELARN() |
Getter for BASEMODELARN w/ exceptions if field has no value |
HAS_BASEMODELARN() |
Determine if BASEMODELARN has a value |
hyperParameters¶
The hyperparameter values for the job. For details on the format for different models, see Custom model hyperparameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_HYPERPARAMETERS() |
Getter for HYPERPARAMETERS, with configurable default |
ASK_HYPERPARAMETERS() |
Getter for HYPERPARAMETERS w/ exceptions if field has no val |
HAS_HYPERPARAMETERS() |
Determine if HYPERPARAMETERS has a value |
trainingDataConfig¶
Contains information about the training dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGDATACONFIG() |
Getter for TRAININGDATACONFIG |
validationDataConfig¶
Contains information about the validation dataset.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONDATACONFIG() |
Getter for VALIDATIONDATACONFIG |
outputDataConfig¶
Output data configuration
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTDATACONFIG() |
Getter for OUTPUTDATACONFIG |
customizationType¶
The type of model customization.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMIZATIONTYPE() |
Getter for CUSTOMIZATIONTYPE, with configurable default |
ASK_CUSTOMIZATIONTYPE() |
Getter for CUSTOMIZATIONTYPE w/ exceptions if field has no v |
HAS_CUSTOMIZATIONTYPE() |
Determine if CUSTOMIZATIONTYPE has a value |
outputModelKmsKeyArn¶
The custom model is encrypted at rest using this key.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OUTPUTMODELKMSKEYARN() |
Getter for OUTPUTMODELKMSKEYARN, with configurable default |
ASK_OUTPUTMODELKMSKEYARN() |
Getter for OUTPUTMODELKMSKEYARN w/ exceptions if field has n |
HAS_OUTPUTMODELKMSKEYARN() |
Determine if OUTPUTMODELKMSKEYARN has a value |
trainingMetrics¶
Contains training metrics from the job creation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRAININGMETRICS() |
Getter for TRAININGMETRICS |
validationMetrics¶
The loss metric for each validator that you provided in the createjob request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VALIDATIONMETRICS() |
Getter for VALIDATIONMETRICS, with configurable default |
ASK_VALIDATIONMETRICS() |
Getter for VALIDATIONMETRICS w/ exceptions if field has no v |
HAS_VALIDATIONMETRICS() |
Determine if VALIDATIONMETRICS has a value |
vpcConfig¶
VPC configuration for the custom model job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_VPCCONFIG() |
Getter for VPCCONFIG |
customizationConfig¶
The customization configuration for the model customization job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CUSTOMIZATIONCONFIG() |
Getter for CUSTOMIZATIONCONFIG |