/AWS1/CL_SGMMODELDEPLOYCONFIG¶
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_autogenerateendpointname TYPE /AWS1/SGMAUTOGENERATEENDPTNAME /AWS1/SGMAUTOGENERATEENDPTNAME¶
Set to
Trueto automatically generate an endpoint name for a one-click Autopilot model deployment; set toFalseotherwise. The default value isFalse.If you set
AutoGenerateEndpointNametoTrue, do not specify theEndpointName; otherwise a 400 error is thrown.
iv_endpointname TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME¶
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
Specify the
EndpointNameif and only if you setAutoGenerateEndpointNametoFalse; otherwise a 400 error is thrown.
Queryable Attributes¶
AutoGenerateEndpointName¶
Set to
Trueto automatically generate an endpoint name for a one-click Autopilot model deployment; set toFalseotherwise. The default value isFalse.If you set
AutoGenerateEndpointNametoTrue, do not specify theEndpointName; otherwise a 400 error is thrown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTOGENERATEENDPOINTNAME() |
Getter for AUTOGENERATEENDPOINTNAME, with configurable defau |
ASK_AUTOGENERATEENDPOINTNAME() |
Getter for AUTOGENERATEENDPOINTNAME w/ exceptions if field h |
HAS_AUTOGENERATEENDPOINTNAME() |
Determine if AUTOGENERATEENDPOINTNAME has a value |
EndpointName¶
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
Specify the
EndpointNameif and only if you setAutoGenerateEndpointNametoFalse; otherwise a 400 error is thrown.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTNAME() |
Getter for ENDPOINTNAME, with configurable default |
ASK_ENDPOINTNAME() |
Getter for ENDPOINTNAME w/ exceptions if field has no value |
HAS_ENDPOINTNAME() |
Determine if ENDPOINTNAME has a value |