Interface ModelDeployResult.Builder

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

public static interface ModelDeployResult.Builder extends SdkPojo, CopyableBuilder<ModelDeployResult.Builder,ModelDeployResult>
  • 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.