Class BatchEndpointDefaults


  • public final class BatchEndpointDefaults
    extends Object
    Batch endpoint default values.
    • Constructor Detail

      • BatchEndpointDefaults

        public BatchEndpointDefaults()
    • Method Detail

      • deploymentName

        public String deploymentName()
        Get the deploymentName property: Name of the deployment that will be default for the endpoint. This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked.
        Returns:
        the deploymentName value.
      • withDeploymentName

        public BatchEndpointDefaults withDeploymentName​(String deploymentName)
        Set the deploymentName property: Name of the deployment that will be default for the endpoint. This deployment will end up getting 100% traffic when the endpoint scoring URL is invoked.
        Parameters:
        deploymentName - the deploymentName value to set.
        Returns:
        the BatchEndpointDefaults object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.