ModelDeployConfig
Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.
Contents
- AutoGenerateEndpointName
-
Set to
True
to automatically generate an endpoint name for a one-click Autopilot model deployment; set toFalse
otherwise. The default value isFalse
.Note
If you set
AutoGenerateEndpointName
toTrue
, do not specify theEndpointName
; otherwise a 400 error is thrown.Type: Boolean
Required: No
- EndpointName
-
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
Note
Specify the
EndpointName
if and only if you setAutoGenerateEndpointName
toFalse
; otherwise a 400 error is thrown.Type: String
Length Constraints: Maximum length of 63.
Pattern:
^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: