Show / Hide Table of Contents

Class DataLabelingWaiters

Contains collection of helper methods to produce Oci.Common.Waiters for different resources of DataLabeling.

Inheritance
object
DataLabelingWaiters
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatalabelingservicedataplaneService
Assembly: OCI.DotNetSDK.Datalabelingservicedataplane.dll
Syntax
public class DataLabelingWaiters

Constructors

DataLabelingWaiters(DataLabelingClient)

Declaration
public DataLabelingWaiters(DataLabelingClient client)
Parameters
Type Name Description
DataLabelingClient client

Methods

ForAnnotation(GetAnnotationRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetAnnotationRequest, GetAnnotationResponse> ForAnnotation(GetAnnotationRequest request, WaiterConfiguration config, params Annotation.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetAnnotationRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleStateEnum[] 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<GetAnnotationRequest, GetAnnotationResponse>

a new Oci.common.Waiter instance

ForAnnotation(GetAnnotationRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetAnnotationRequest, GetAnnotationResponse> ForAnnotation(GetAnnotationRequest request, params Annotation.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetAnnotationRequest request

Request to send.

LifecycleStateEnum[] 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<GetAnnotationRequest, GetAnnotationResponse>

a new Oci.common.Waiter instance

ForDataset(GetDatasetRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetDatasetRequest, GetDatasetResponse> ForDataset(GetDatasetRequest request, WaiterConfiguration config, params Dataset.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetDatasetRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleStateEnum[] 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<GetDatasetRequest, GetDatasetResponse>

a new Oci.common.Waiter instance

ForDataset(GetDatasetRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetDatasetRequest, GetDatasetResponse> ForDataset(GetDatasetRequest request, params Dataset.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetDatasetRequest request

Request to send.

LifecycleStateEnum[] 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<GetDatasetRequest, GetDatasetResponse>

a new Oci.common.Waiter instance

ForRecord(GetRecordRequest, WaiterConfiguration, params LifecycleStateEnum[])

Creates a waiter using the provided configuration.

Declaration
public Waiter<GetRecordRequest, GetRecordResponse> ForRecord(GetRecordRequest request, WaiterConfiguration config, params Record.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetRecordRequest request

Request to send.

WaiterConfiguration config

Wait Configuration

LifecycleStateEnum[] 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<GetRecordRequest, GetRecordResponse>

a new Oci.common.Waiter instance

ForRecord(GetRecordRequest, params LifecycleStateEnum[])

Creates a waiter using default wait configuration.

Declaration
public Waiter<GetRecordRequest, GetRecordResponse> ForRecord(GetRecordRequest request, params Record.LifecycleStateEnum[] targetStates)
Parameters
Type Name Description
GetRecordRequest request

Request to send.

LifecycleStateEnum[] 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<GetRecordRequest, GetRecordResponse>

a new Oci.common.Waiter instance

In this article
Back to top