Interface ModelDeployResult.Builder

  • Method Details

    • endpointName

      ModelDeployResult.Builder endpointName(String endpointName)

      The name of the endpoint to which the model has been deployed.

      If model deployment fails, this field is omitted from the response.

      Parameters:
      endpointName - The name of the endpoint to which the model has been deployed.

      If model deployment fails, this field is omitted from the response.

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