Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Name | Required | Not available | Enter the name to show on the script canvas. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Destination | Required | Not available | Select a global resource.
|
|
Wait for completion of job execution | Optional | Not available | Select whether to wait for completion of job execution or not.
|
|
Specify BLOB which is passed to Web service input | Optional | Not available | Select whether to specify BLOB which is passed to Web service input or not.
|
|
BLOB storage to use | Required | Not available | Select a global resource of BLOB storage.
|
|
BLOB path starting from container name | Required | Available | Specify a BLOB path starting from container name and in which job input is stored. |
|
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Global parameters | Optional | - | Set global parameters of the job.
Each column can be operated by following buttons.
|
|
Global parameters/Key | Required | Available | Enter key name of global parameter. |
|
Global parameters/Value | Optional | Available | Enter value of global parameter. |
Item name | Required/Optional | Use of variables | Description | Remarks |
---|---|---|---|---|
Comment | Optional | Not available | You can write a short description of this adapter. The description will be reflected in the specifications. |
<?xml version="1.0"?> <job job_id="" status_code="" > <output output_id="" base_location="" relative_location="" sas_blob_token="" > </output> </job>
Element name | Attribute name | Description | Remarks |
---|---|---|---|
job | - | ||
job_id | This is the ID issued in Azure Machine Learning server. | ||
status_code | State of the executed Job. | ||
output | - | Appears every output of job. | If [Wait for completion of job execution] is checked, it can be gotten. |
output_id | The output name of output Job result. | ||
base_location | The endpoint URL of output BLOB storage. | ||
relative_location | The BLOB path starting from container name of output BLOB storage. | ||
sas_blob_token | The SAS BLOB token of output BLOB. |
Component variable name | Description | Remarks |
---|---|---|
message_category | Stores the category of message code corresponding to the occurred error. |
|
message_code | Stores the code of message code corresponding to the occurred error. |
|
message_level | Stores the severity of message code corresponding to the occurred error. |
|
error_type | Stores the error type of occurred error. |
|
error_message | Stores the error message of occurred error. |
|
error_trace | Stores the trace information of occurred error. |
|
Exception name | Cause | Solution |
---|---|---|
ResourceNotFoundException Resource definition could not be found. Name:[] |
[Destination] or [BLOB storage to use] is not specified. | Specify [Destination] or [BLOB storage ot use]. |
ResourceNotFoundException Resource definition could not be found. Name: [<Global resource name>] |
Resource definition chosen in [Destination] or [BLOB storage to use] could not be found. | Check global resource specified in [Destination] or [BLOB storage to use]. |
InvalidPropertyConfigurationException
<Property name> is required. |
[<Property name>] is not specified. | Specify [<Property name>]. |
AzureMachineLearningException Unauthorized: Request is unauthorized to access resource. ScoreRequestUnauthorized: Invalid credentials provided. |
[Destination] is invalid. | Check the settings of [Location], [Workspace ID], [Service ID], and [API Key] of the global resource specified in [Destination]. |
AzureMachineLearningException Please ensure all input data is specified and try again. |
[Specify BLOB which is passed to Web service input] is not specified. | Specify [Specify BLOB which is passed to Web service input]. |
AzureMachineLearningException Reason: The remote name could not be resolved: '<endpoint>'. |
[BLOB storage to use] is wrong. | Check [Account] specified in [BLOB storage to use]. |
AzureMachineLearningException Reason: The remote server returned an error: (403) Forbidden.. |
[BLOB storage to use] is invalid. | Check [Access key] specified in [BLOB storage to use]. |
AzureMachineLearningException Reason: The specified blob <BLOB path> does not exist. Please provide a valid blob reference. |
[BLOB path starting from container name] is wrong. | Check BLOB path and container name specified in [BLOB path starting from container name]. |
AzureMachineLearningException Supported file extensions for this output type are: ".csv, .tsv, .arff". |
The extension of BLOB specified in [BLOB path starting from container name] is not supported. | Check an extension of BLOB specified in [BLOB path starting from container name]. |
AzureMachineLearningException Verify the parameter(s) expected for the module(s) are correct and try again. |
[Global parameter] is invalid. | Check settings of [Key] and [Value] specified in [Global parameter]. |
AzureMachineLearningException InternalError: Internal error occurred. |
Failed to start job. | Check whether unavailable character is included in the BLOB path specified in [BLOB path starting from container name].
Confirm that subscription of Microsoft Azure is valid. |
AzureMachineLearningException Internal Server Error |
Failed to start job. | Check settings of [Workspace ID] of the global resource sepcified in [Destination]. |
AzureMachineLearningException Exceptions other than the above |
Failed to execute job. | Check settings of [Key] and [Value] specified in [Global parameter]. |