[][src]Trait bigml::resource::Args

pub trait Args: Debug + Serialize {
    type Resource: Resource;
}

Arguments which can be used to create a resource.

Associated Types

type Resource: Resource

The resource type these arguments create.

Loading content...

Implementors

impl Args for bigml::resource::dataset::Args[src]

impl Args for bigml::resource::execution::Args[src]

impl Args for bigml::resource::library::Args[src]

impl Args for bigml::resource::script::Args[src]

impl Args for bigml::resource::source::Args[src]

Loading content...