create_engagement

Function create_engagement 

Source
pub async fn create_engagement(
    configuration: &Configuration,
    create_engagement_request: CreateEngagementRequest,
    x_qcs_account_id: Option<&str>,
    x_qcs_account_type: Option<AccountType>,
) -> Result<EngagementWithCredentials, Error<CreateEngagementError>>
Expand description

Create a new engagement using the specified parameters. At least one of the following parameters must be supplied: - endpointId: The ID of the endpoint on which to engage. - quantumProcessorId: The ID of the quantum processor on which to engage, allowing the service to select a default endpoint. Ignored if endpointId is set.