Class CreateComposedModelOptions


  • public final class CreateComposedModelOptions
    extends Object
    The configurable options to pass when creating a composed model.
    • Constructor Detail

      • CreateComposedModelOptions

        public CreateComposedModelOptions()
    • Method Detail

      • getDescription

        public String getDescription()
        Get the optional model description defined by the user.
        Returns:
        the modelName.
      • setDescription

        public CreateComposedModelOptions setDescription​(String description)
        Set the optional model description defined by the user.
        Parameters:
        description - the user defined model description to set.
        Returns:
        the updated CreateComposedModelOptions value.
      • getTags

        public Map<String,​String> getTags()
        Get the user defined attributes associated with the model.
        Returns:
        the tags value.
      • setTags

        public CreateComposedModelOptions setTags​(Map<String,​String> tags)
        Set the user defined attributes associated with the model.
        Parameters:
        tags - the tags value to set.
        Returns:
        the CreateComposedModelOptions object itself.