/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.
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.
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
CreateCustomizationJob
request.
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.
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.
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.
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
CreateCustomizationJob
request.
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 |
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 |