Results
- 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:
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.