class Aws::SageMaker::Types::ModelDeployConfig

Specifies how to generate the endpoint name for an automatic one-click Autopilot model deployment.

@note When making an API call, you may pass ModelDeployConfig

data as a hash:

    {
      auto_generate_endpoint_name: false,
      endpoint_name: "EndpointName",
    }

@!attribute [rw] auto_generate_endpoint_name

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`.

<note markdown="1"> If you set `AutoGenerateEndpointName` to `True`, do not specify the
`EndpointName`; otherwise a 400 error is thrown.

 </note>
@return [Boolean]

@!attribute [rw] endpoint_name

Specifies the endpoint name to use for a one-click Autopilot model
deployment if the endpoint name is not generated automatically.

<note markdown="1"> Specify the `EndpointName` if and only if you set
`AutoGenerateEndpointName` to `False`; otherwise a 400 error is
thrown.

 </note>
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelDeployConfig AWS API Documentation

Constants

SENSITIVE