Docs.rs
  • nominal-api-0.747.1
    • nominal-api 0.747.1
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • crates.io
    • Source
    • Owners
    • alxhill
    • github:nominal-io:public
    • nominal-bot
    • Dependencies
      • conjure-error ^4 normal
      • conjure-http ^4 normal
      • conjure-object ^4 normal
      • prost ^0.13.5 normal
      • tonic ^0.13.1 normal
      • conjure-codegen ^4 build
      • tonic-build ^0.13.1 build
    • Versions
    • 52.59% of the crate is documented
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

Crate nominal_api

nominal_api0.747.1

  • All Items

Crate Items

  • Modules

Crates

  • nominal_api

Crate nominal_api

Source

Modules§

api
attachments
authentication
authorization
comments
connect
datasource
event
ingest
module
modules
persistent
scout
secrets
security
storage
themes
timeseries
tonic
upload

Results

Settings
Help
    trait
    nominal_api::scout::RunService
    Runs are collections of channels and metadata from one or …
    module
    nominal_api::scout::run_service
    struct
    nominal_api::scout::RunServiceClient
    Runs are collections of channels and metadata from one or …
    struct
    nominal_api::scout::RunServiceEndpoints
    struct
    nominal_api::scout::RunServiceAsyncClient
    Runs are collections of channels and metadata from one or …
    trait
    nominal_api::scout::AsyncRunService
    Runs are collections of channels and metadata from one or …
    struct
    nominal_api::scout::AsyncRunServiceEndpoints
    trait method
    nominal_api::scout::RunService::get_run
    &RunService, BearerToken, RunRid -> Result<Run, Error>
    Fetches details about the run in question based on its RID.
    trait method
    nominal_api::scout::RunService::create_run
    &RunService, BearerToken, CreateRunRequest -> Result<Run, Error>
    Create a new run in Nominal.
    trait method
    nominal_api::scout::RunService::archive_run
    &RunService, BearerToken, RunRid -> Result<bool, Error>
    Soft-deletes a run. Runs still exist in the database but …
    trait method
    nominal_api::scout::RunService::search_runs
    &RunService, BearerToken, SearchRunsRequest -> Result<SearchRunsResponse, Error>
    Searches for runs that match the given filters.
    trait method
    nominal_api::scout::RunService::get_run_by_id
    &RunService, BearerToken, GetRunByIdRequest -> Result<Run, Error>
    Fetches a run based on the run number, rather than RID.
    trait method
    nominal_api::scout::RunService::unarchive_run
    &RunService, BearerToken, RunRid -> Result<bool, Error>
    trait method
    nominal_api::scout::RunService::get_runs_by_asset
    &RunService, BearerToken, GetRunsByAssetRequest -> Result<GetRunsByAssetResponse, Error>
    Fetches the runs with the given asset.
    trait method
    nominal_api::scout::RunService::create_or_update_run
    &RunService, BearerToken, CreateOrUpdateRunRequest -> Result<Run, Error>
    Updates a run if it exists, otherwise it’s created from …
    trait method
    nominal_api::scout::RunService::get_run_with_data_review_metrics
    &RunService, BearerToken, RunRid -> Result<RunWithDataReviewMetrics, Error>
    Fetches details about the run in question based on its RID,
    trait method
    nominal_api::scout::RunService::get_run_with_data_review_summary
    &RunService, BearerToken, RunRid -> Result<RunWithDataReviewSummary, Error>
    Fetches details about the run in question based on its …
    trait method
    nominal_api::scout::RunService::search_runs_with_data_review_metrics
    &RunService, BearerToken, SearchRunsRequest -> Result<SearchRunsWithDataReviewMetricsResponse, Error>
    Searches for runs that match the given filters and …
    trait method
    nominal_api::scout::RunService::search_runs_with_data_review_summary
    &RunService, BearerToken, SearchRunsRequest -> Result<SearchRunsWithDataReviewSummaryResponse, Error>
    Searches for runs that match the given filters and …
    trait method
    nominal_api::scout::RunService::update_run
    &RunService, BearerToken, RunRid, UpdateRunRequest -> Result<Run, Error>
    Updates an existing run based on its RID.
    trait method
    nominal_api::scout::RunService::search_channels
    &RunService, BearerToken, RunRid, SearchRunChannelsRequest -> Result<SearchRunChannelsResponse, Error>
    trait method
    nominal_api::scout::RunService::update_run_attachment
    &RunService, BearerToken, RunRid, UpdateAttachmentsRequest -> Result<(), Error>
    Updates the attachments associated with a run.
    trait method
    nominal_api::scout::RunService::get_all_runs_properties_and_labels
    &RunService, BearerToken, BTreeSet<WorkspaceRid> -> Result<AllRunsPropertiesAndLabelsResponse, Error>
    trait method
    nominal_api::scout::RunService::get_data_source_ref_name_and_type_list
    &RunService, BearerToken, BTreeSet<WorkspaceRid> -> Result<Vec<RefNameAndType>, Error>
    Returns the list of ref names that are in use across …
    trait method
    nominal_api::scout::RunService::get_runs
    &RunService, BearerToken, BTreeSet<RunRid> -> Result<BTreeMap<RunRid, Run>, Error>
    Fetches a list of run details based on a list of RIDs.
    trait method
    nominal_api::scout::RunService::add_data_sources_to_run
    &RunService, BearerToken, RunRid, BTreeMap<DataSourceRefName, CreateRunDataSource> -> Result<Run, Error>
    Adds datasources to the run in question.
No results :(
Try on DuckDuckGo?

Or try looking in one of these:
  • The Rust Reference for technical details about the language.
  • Rust By Example for expository code examples.
  • The Rust Book for introductions to language features and the language itself.
  • Docs.rs for documentation of crates released on crates.io.