Class DatasetUrlSource

  • All Implemented Interfaces:
    IDatasetSource, java.io.Serializable

    public class DatasetUrlSource
    extends java.lang.Object
    implements IDatasetSource, java.io.Serializable
    Internal A IDatasetSource that provides a URL that the DataRobot AI API will ingest for building a model.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      DatasetUrlSource​(java.lang.String name, java.net.URI uri)  
    • Constructor Detail

      • DatasetUrlSource

        public DatasetUrlSource​(java.lang.String name,
                                java.net.URI uri)
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface IDatasetSource
        Returns:
        The name of the DataSource
      • getContentType

        public java.lang.String getContentType()
        Specified by:
        getContentType in interface IDatasetSource
        Returns:
        The Content-Type of the stream. Currently only text/csv is supported.
      • getURI

        public java.net.URI getURI()
        Returns:
        The URI of the Datasource
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(java.lang.String name,
                                          java.lang.Object value)