Interface ModelDeployConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModelDeployConfig.Builder,,- ModelDeployConfig> - SdkBuilder<ModelDeployConfig.Builder,,- ModelDeployConfig> - SdkPojo
- Enclosing class:
- ModelDeployConfig
- 
Method SummaryModifier and TypeMethodDescriptionautoGenerateEndpointName(Boolean autoGenerateEndpointName) Set toTrueto automatically generate an endpoint name for a one-click Autopilot model deployment; set toFalseotherwise.endpointName(String endpointName) Specifies the endpoint name to use for a one-click Autopilot model deployment if the endpoint name is not generated automatically.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
autoGenerateEndpointNameSet 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.- Parameters:
- autoGenerateEndpointName- Set to- Trueto automatically generate an endpoint name for a one-click Autopilot model deployment; set to- Falseotherwise. The default value is- False.- If you set - AutoGenerateEndpointNameto- True, do not specify the- EndpointName; otherwise a 400 error is thrown.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointNameSpecifies 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.- Parameters:
- 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 set- AutoGenerateEndpointNameto- False; otherwise a 400 error is thrown.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-