Trait bigml::resource::Args

source ·
pub trait Args: Debug + Serialize {
    type Resource: Resource;
}
Expand description

Arguments which can be used to create a resource.

Required Associated Types§

source

type Resource: Resource

The resource type these arguments create.

Implementors§

source§

impl Args for bigml::resource::dataset::Args

source§

impl Args for bigml::resource::execution::Args

source§

impl Args for bigml::resource::library::Args

source§

impl Args for bigml::resource::script::Args

source§

impl Args for bigml::resource::source::Args