Interface ModelDeployConfig.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ModelDeployConfig.Builder,ModelDeployConfig>, SdkBuilder<ModelDeployConfig.Builder,ModelDeployConfig>, SdkPojo
Enclosing class:
ModelDeployConfig

public static interface ModelDeployConfig.Builder extends SdkPojo, CopyableBuilder<ModelDeployConfig.Builder,ModelDeployConfig>
  • Method Details

    • autoGenerateEndpointName

      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.

      Parameters:
      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • endpointName

      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.

      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 EndpointName if and only if you set AutoGenerateEndpointName to False; otherwise a 400 error is thrown.

      Returns:
      Returns a reference to this object so that method calls can be chained together.