Class DataScienceWaiters
Contains collection of helper methods to produce Oci.Common.Waiters for different resources of DataScience.
Inherited Members
Namespace: Oci.DatascienceService
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DataScienceWaiters
Constructors
DataScienceWaiters(DataScienceClient)
Declaration
public DataScienceWaiters(DataScienceClient client)
Parameters
Type | Name | Description |
---|---|---|
DataScienceClient | client |
Methods
ForDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest, WaiterConfiguration, params DataSciencePrivateEndpointLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetDataSciencePrivateEndpointRequest, GetDataSciencePrivateEndpointResponse> ForDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest request, WaiterConfiguration config, params DataSciencePrivateEndpointLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetDataSciencePrivateEndpointRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
DataSciencePrivateEndpointLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetDataSciencePrivateEndpointRequest, GetDataSciencePrivateEndpointResponse> | a new Oci.common.Waiter instance |
ForDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest, params DataSciencePrivateEndpointLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetDataSciencePrivateEndpointRequest, GetDataSciencePrivateEndpointResponse> ForDataSciencePrivateEndpoint(GetDataSciencePrivateEndpointRequest request, params DataSciencePrivateEndpointLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetDataSciencePrivateEndpointRequest | request | Request to send. |
DataSciencePrivateEndpointLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetDataSciencePrivateEndpointRequest, GetDataSciencePrivateEndpointResponse> | a new Oci.common.Waiter instance |
ForJob(GetJobRequest, WaiterConfiguration, params JobLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetJobRequest, GetJobResponse> ForJob(GetJobRequest request, WaiterConfiguration config, params JobLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetJobRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
JobLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetJobRequest, GetJobResponse> | a new Oci.common.Waiter instance |
ForJob(GetJobRequest, params JobLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetJobRequest, GetJobResponse> ForJob(GetJobRequest request, params JobLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetJobRequest | request | Request to send. |
JobLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetJobRequest, GetJobResponse> | a new Oci.common.Waiter instance |
ForJobRun(GetJobRunRequest, WaiterConfiguration, params JobRunLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetJobRunRequest, GetJobRunResponse> ForJobRun(GetJobRunRequest request, WaiterConfiguration config, params JobRunLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetJobRunRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
JobRunLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetJobRunRequest, GetJobRunResponse> | a new Oci.common.Waiter instance |
ForJobRun(GetJobRunRequest, params JobRunLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetJobRunRequest, GetJobRunResponse> ForJobRun(GetJobRunRequest request, params JobRunLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetJobRunRequest | request | Request to send. |
JobRunLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetJobRunRequest, GetJobRunResponse> | a new Oci.common.Waiter instance |
ForModel(GetModelRequest, WaiterConfiguration, params ModelLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetModelRequest, GetModelResponse> ForModel(GetModelRequest request, WaiterConfiguration config, params ModelLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetModelRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
ModelLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetModelRequest, GetModelResponse> | a new Oci.common.Waiter instance |
ForModel(GetModelRequest, params ModelLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetModelRequest, GetModelResponse> ForModel(GetModelRequest request, params ModelLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetModelRequest | request | Request to send. |
ModelLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetModelRequest, GetModelResponse> | a new Oci.common.Waiter instance |
ForModelDeployment(GetModelDeploymentRequest, WaiterConfiguration, params ModelDeploymentLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetModelDeploymentRequest, GetModelDeploymentResponse> ForModelDeployment(GetModelDeploymentRequest request, WaiterConfiguration config, params ModelDeploymentLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetModelDeploymentRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
ModelDeploymentLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetModelDeploymentRequest, GetModelDeploymentResponse> | a new Oci.common.Waiter instance |
ForModelDeployment(GetModelDeploymentRequest, params ModelDeploymentLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetModelDeploymentRequest, GetModelDeploymentResponse> ForModelDeployment(GetModelDeploymentRequest request, params ModelDeploymentLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetModelDeploymentRequest | request | Request to send. |
ModelDeploymentLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetModelDeploymentRequest, GetModelDeploymentResponse> | a new Oci.common.Waiter instance |
ForModelVersionSet(GetModelVersionSetRequest, WaiterConfiguration, params ModelVersionSetLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetModelVersionSetRequest, GetModelVersionSetResponse> ForModelVersionSet(GetModelVersionSetRequest request, WaiterConfiguration config, params ModelVersionSetLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetModelVersionSetRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
ModelVersionSetLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetModelVersionSetRequest, GetModelVersionSetResponse> | a new Oci.common.Waiter instance |
ForModelVersionSet(GetModelVersionSetRequest, params ModelVersionSetLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetModelVersionSetRequest, GetModelVersionSetResponse> ForModelVersionSet(GetModelVersionSetRequest request, params ModelVersionSetLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetModelVersionSetRequest | request | Request to send. |
ModelVersionSetLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetModelVersionSetRequest, GetModelVersionSetResponse> | a new Oci.common.Waiter instance |
ForNotebookSession(GetNotebookSessionRequest, WaiterConfiguration, params NotebookSessionLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetNotebookSessionRequest, GetNotebookSessionResponse> ForNotebookSession(GetNotebookSessionRequest request, WaiterConfiguration config, params NotebookSessionLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetNotebookSessionRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
NotebookSessionLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetNotebookSessionRequest, GetNotebookSessionResponse> | a new Oci.common.Waiter instance |
ForNotebookSession(GetNotebookSessionRequest, params NotebookSessionLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetNotebookSessionRequest, GetNotebookSessionResponse> ForNotebookSession(GetNotebookSessionRequest request, params NotebookSessionLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetNotebookSessionRequest | request | Request to send. |
NotebookSessionLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetNotebookSessionRequest, GetNotebookSessionResponse> | a new Oci.common.Waiter instance |
ForPipeline(GetPipelineRequest, WaiterConfiguration, params PipelineLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetPipelineRequest, GetPipelineResponse> ForPipeline(GetPipelineRequest request, WaiterConfiguration config, params PipelineLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetPipelineRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
PipelineLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetPipelineRequest, GetPipelineResponse> | a new Oci.common.Waiter instance |
ForPipeline(GetPipelineRequest, params PipelineLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetPipelineRequest, GetPipelineResponse> ForPipeline(GetPipelineRequest request, params PipelineLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetPipelineRequest | request | Request to send. |
PipelineLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetPipelineRequest, GetPipelineResponse> | a new Oci.common.Waiter instance |
ForPipelineRun(GetPipelineRunRequest, WaiterConfiguration, params PipelineRunLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetPipelineRunRequest, GetPipelineRunResponse> ForPipelineRun(GetPipelineRunRequest request, WaiterConfiguration config, params PipelineRunLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetPipelineRunRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
PipelineRunLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetPipelineRunRequest, GetPipelineRunResponse> | a new Oci.common.Waiter instance |
ForPipelineRun(GetPipelineRunRequest, params PipelineRunLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetPipelineRunRequest, GetPipelineRunResponse> ForPipelineRun(GetPipelineRunRequest request, params PipelineRunLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetPipelineRunRequest | request | Request to send. |
PipelineRunLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetPipelineRunRequest, GetPipelineRunResponse> | a new Oci.common.Waiter instance |
ForProject(GetProjectRequest, WaiterConfiguration, params ProjectLifecycleState[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetProjectRequest, GetProjectResponse> ForProject(GetProjectRequest request, WaiterConfiguration config, params ProjectLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetProjectRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
ProjectLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetProjectRequest, GetProjectResponse> | a new Oci.common.Waiter instance |
ForProject(GetProjectRequest, params ProjectLifecycleState[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetProjectRequest, GetProjectResponse> ForProject(GetProjectRequest request, params ProjectLifecycleState[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetProjectRequest | request | Request to send. |
ProjectLifecycleState[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetProjectRequest, GetProjectResponse> | a new Oci.common.Waiter instance |
ForWorkRequest(GetWorkRequestRequest, WaiterConfiguration, params WorkRequestStatus[])
Creates a waiter using the provided configuration.
Declaration
public Waiter<GetWorkRequestRequest, GetWorkRequestResponse> ForWorkRequest(GetWorkRequestRequest request, WaiterConfiguration config, params WorkRequestStatus[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetWorkRequestRequest | request | Request to send. |
WaiterConfiguration | config | Wait Configuration |
WorkRequestStatus[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetWorkRequestRequest, GetWorkRequestResponse> | a new Oci.common.Waiter instance |
ForWorkRequest(GetWorkRequestRequest, params WorkRequestStatus[])
Creates a waiter using default wait configuration.
Declaration
public Waiter<GetWorkRequestRequest, GetWorkRequestResponse> ForWorkRequest(GetWorkRequestRequest request, params WorkRequestStatus[] targetStates)
Parameters
Type | Name | Description |
---|---|---|
GetWorkRequestRequest | request | Request to send. |
WorkRequestStatus[] | targetStates | Desired resource states. If multiple states are provided then the waiter will return once the resource reaches any of the provided states |
Returns
Type | Description |
---|---|
Waiter<GetWorkRequestRequest, GetWorkRequestResponse> | a new Oci.common.Waiter instance |