public static interface ModelDeployConfig.Builder extends SdkPojo, CopyableBuilder<ModelDeployConfig.Builder,ModelDeployConfig>
Modifier and Type | Method and Description |
---|---|
ModelDeployConfig.Builder |
autoGenerateEndpointName(Boolean autoGenerateEndpointName)
Set to
True to automatically generate an endpoint name for a one-click Autopilot model
deployment; set to False otherwise. |
ModelDeployConfig.Builder |
endpointName(String endpointName)
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not
generated automatically.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
ModelDeployConfig.Builder autoGenerateEndpointName(Boolean autoGenerateEndpointName)
Set to True
to automatically generate an endpoint name for a one-click Autopilot model
deployment; set to False
otherwise. The default value is False
.
If you set AutoGenerateEndpointName
to True
, do not specify the
EndpointName
; otherwise a 400 error is thrown.
autoGenerateEndpointName
- Set to True
to automatically generate an endpoint name for a one-click Autopilot model
deployment; set to False
otherwise. The default value is False
.
If you set AutoGenerateEndpointName
to True
, do not specify the
EndpointName
; otherwise a 400 error is thrown.
ModelDeployConfig.Builder endpointName(String endpointName)
Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.
Specify the EndpointName
if and only if you set AutoGenerateEndpointName
to
False
; otherwise a 400 error is thrown.
endpointName
- Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is
not generated automatically.
Specify the EndpointName
if and only if you set AutoGenerateEndpointName
to
False
; otherwise a 400 error is thrown.
Copyright © 2022. All rights reserved.