Show / Hide Table of Contents

Class DataSciencePaginators

Collection of helper methods that can be used to provide an enumerator interface to any list operations of DataScience where multiple pages of data may be fetched. Two styles of enumerators are supported:

  • Enumerating over the Response objects returned by the list operation. These are referred to as ResponseEnumerators, and the methods are suffixed with ResponseEnumerator. For example: listUsersResponseEnumerator.
  • Enumerating over the resources/records being listed. These are referred to as RecordEnumerators, and the methods are suffixed with RecordEnumerator. For example: listUsersRecordEnumerator.
These enumerators abstract away the need to write code to manually handle pagination via looping and using the page tokens. They will automatically fetch more data from the service when required.

As an example, if we were using the ListUsers operation in IdentityService, then the iterator returned by calling a ResponseEnumerator method would iterate over the ListUsersResponse objects returned by each ListUsers call, whereas the enumerables returned by calling a RecordEnumerator method would iterate over the User records and we don't have to deal with ListUsersResponse objects at all. In either case, pagination will be automatically handled so we can iterate until there are no more responses or no more resources/records available.
Inheritance
object
DataSciencePaginators
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class DataSciencePaginators

Constructors

DataSciencePaginators(DataScienceClient)

Declaration
public DataSciencePaginators(DataScienceClient client)
Parameters
Type Name Description
DataScienceClient client

Methods

ListContainersRecordEnumerator(ListContainersRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ContainerSummary objects contained in responses from the ListContainers operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ContainerSummary> ListContainersRecordEnumerator(ListContainersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListContainersRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ContainerSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListContainersResponseEnumerator(ListContainersRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListContainers operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListContainersResponse> ListContainersResponseEnumerator(ListContainersRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListContainersRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListContainersResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDataSciencePrivateEndpointsRecordEnumerator(ListDataSciencePrivateEndpointsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the DataSciencePrivateEndpointSummary objects contained in responses from the ListDataSciencePrivateEndpoints operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<DataSciencePrivateEndpointSummary> ListDataSciencePrivateEndpointsRecordEnumerator(ListDataSciencePrivateEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDataSciencePrivateEndpointsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<DataSciencePrivateEndpointSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListDataSciencePrivateEndpointsResponseEnumerator(ListDataSciencePrivateEndpointsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListDataSciencePrivateEndpoints operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListDataSciencePrivateEndpointsResponse> ListDataSciencePrivateEndpointsResponseEnumerator(ListDataSciencePrivateEndpointsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListDataSciencePrivateEndpointsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListDataSciencePrivateEndpointsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListFastLaunchJobConfigsRecordEnumerator(ListFastLaunchJobConfigsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the FastLaunchJobConfigSummary objects contained in responses from the ListFastLaunchJobConfigs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<FastLaunchJobConfigSummary> ListFastLaunchJobConfigsRecordEnumerator(ListFastLaunchJobConfigsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFastLaunchJobConfigsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<FastLaunchJobConfigSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListFastLaunchJobConfigsResponseEnumerator(ListFastLaunchJobConfigsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListFastLaunchJobConfigs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListFastLaunchJobConfigsResponse> ListFastLaunchJobConfigsResponseEnumerator(ListFastLaunchJobConfigsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListFastLaunchJobConfigsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListFastLaunchJobConfigsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListJobRunsRecordEnumerator(ListJobRunsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the JobRunSummary objects contained in responses from the ListJobRuns operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<JobRunSummary> ListJobRunsRecordEnumerator(ListJobRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJobRunsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<JobRunSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListJobRunsResponseEnumerator(ListJobRunsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListJobRuns operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListJobRunsResponse> ListJobRunsResponseEnumerator(ListJobRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJobRunsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListJobRunsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListJobShapesRecordEnumerator(ListJobShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the JobShapeSummary objects contained in responses from the ListJobShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<JobShapeSummary> ListJobShapesRecordEnumerator(ListJobShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJobShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<JobShapeSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListJobShapesResponseEnumerator(ListJobShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListJobShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListJobShapesResponse> ListJobShapesResponseEnumerator(ListJobShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJobShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListJobShapesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListJobsRecordEnumerator(ListJobsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the JobSummary objects contained in responses from the ListJobs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<JobSummary> ListJobsRecordEnumerator(ListJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJobsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<JobSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListJobsResponseEnumerator(ListJobsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListJobs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListJobsResponse> ListJobsResponseEnumerator(ListJobsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListJobsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListJobsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationImplementationVersionsRecordEnumerator(ListMlApplicationImplementationVersionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the MlApplicationImplementationVersionSummary objects contained in responses from the ListMlApplicationImplementationVersions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<MlApplicationImplementationVersionSummary> ListMlApplicationImplementationVersionsRecordEnumerator(ListMlApplicationImplementationVersionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationImplementationVersionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<MlApplicationImplementationVersionSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationImplementationVersionsResponseEnumerator(ListMlApplicationImplementationVersionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListMlApplicationImplementationVersions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListMlApplicationImplementationVersionsResponse> ListMlApplicationImplementationVersionsResponseEnumerator(ListMlApplicationImplementationVersionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationImplementationVersionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListMlApplicationImplementationVersionsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationImplementationsRecordEnumerator(ListMlApplicationImplementationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the MlApplicationImplementationSummary objects contained in responses from the ListMlApplicationImplementations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<MlApplicationImplementationSummary> ListMlApplicationImplementationsRecordEnumerator(ListMlApplicationImplementationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationImplementationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<MlApplicationImplementationSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationImplementationsResponseEnumerator(ListMlApplicationImplementationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListMlApplicationImplementations operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListMlApplicationImplementationsResponse> ListMlApplicationImplementationsResponseEnumerator(ListMlApplicationImplementationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationImplementationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListMlApplicationImplementationsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationInstanceViewsRecordEnumerator(ListMlApplicationInstanceViewsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the MlApplicationInstanceViewSummary objects contained in responses from the ListMlApplicationInstanceViews operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<MlApplicationInstanceViewSummary> ListMlApplicationInstanceViewsRecordEnumerator(ListMlApplicationInstanceViewsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationInstanceViewsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<MlApplicationInstanceViewSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationInstanceViewsResponseEnumerator(ListMlApplicationInstanceViewsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListMlApplicationInstanceViews operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListMlApplicationInstanceViewsResponse> ListMlApplicationInstanceViewsResponseEnumerator(ListMlApplicationInstanceViewsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationInstanceViewsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListMlApplicationInstanceViewsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationInstancesRecordEnumerator(ListMlApplicationInstancesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the MlApplicationInstanceSummary objects contained in responses from the ListMlApplicationInstances operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<MlApplicationInstanceSummary> ListMlApplicationInstancesRecordEnumerator(ListMlApplicationInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationInstancesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<MlApplicationInstanceSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationInstancesResponseEnumerator(ListMlApplicationInstancesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListMlApplicationInstances operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListMlApplicationInstancesResponse> ListMlApplicationInstancesResponseEnumerator(ListMlApplicationInstancesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationInstancesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListMlApplicationInstancesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationsRecordEnumerator(ListMlApplicationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the MlApplicationSummary objects contained in responses from the ListMlApplications operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<MlApplicationSummary> ListMlApplicationsRecordEnumerator(ListMlApplicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<MlApplicationSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListMlApplicationsResponseEnumerator(ListMlApplicationsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListMlApplications operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListMlApplicationsResponse> ListMlApplicationsResponseEnumerator(ListMlApplicationsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListMlApplicationsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListMlApplicationsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelDeploymentShapesRecordEnumerator(ListModelDeploymentShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ModelDeploymentShapeSummary objects contained in responses from the ListModelDeploymentShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ModelDeploymentShapeSummary> ListModelDeploymentShapesRecordEnumerator(ListModelDeploymentShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelDeploymentShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ModelDeploymentShapeSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelDeploymentShapesResponseEnumerator(ListModelDeploymentShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListModelDeploymentShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListModelDeploymentShapesResponse> ListModelDeploymentShapesResponseEnumerator(ListModelDeploymentShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelDeploymentShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListModelDeploymentShapesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelDeploymentsRecordEnumerator(ListModelDeploymentsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ModelDeploymentSummary objects contained in responses from the ListModelDeployments operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ModelDeploymentSummary> ListModelDeploymentsRecordEnumerator(ListModelDeploymentsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelDeploymentsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ModelDeploymentSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelDeploymentsResponseEnumerator(ListModelDeploymentsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListModelDeployments operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListModelDeploymentsResponse> ListModelDeploymentsResponseEnumerator(ListModelDeploymentsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelDeploymentsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListModelDeploymentsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelVersionSetsRecordEnumerator(ListModelVersionSetsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ModelVersionSetSummary objects contained in responses from the ListModelVersionSets operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ModelVersionSetSummary> ListModelVersionSetsRecordEnumerator(ListModelVersionSetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelVersionSetsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ModelVersionSetSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelVersionSetsResponseEnumerator(ListModelVersionSetsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListModelVersionSets operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListModelVersionSetsResponse> ListModelVersionSetsResponseEnumerator(ListModelVersionSetsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelVersionSetsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListModelVersionSetsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelsRecordEnumerator(ListModelsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ModelSummary objects contained in responses from the ListModels operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ModelSummary> ListModelsRecordEnumerator(ListModelsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ModelSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListModelsResponseEnumerator(ListModelsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListModels operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListModelsResponse> ListModelsResponseEnumerator(ListModelsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListModelsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListModelsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListNotebookSessionShapesRecordEnumerator(ListNotebookSessionShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the NotebookSessionShapeSummary objects contained in responses from the ListNotebookSessionShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<NotebookSessionShapeSummary> ListNotebookSessionShapesRecordEnumerator(ListNotebookSessionShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListNotebookSessionShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<NotebookSessionShapeSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListNotebookSessionShapesResponseEnumerator(ListNotebookSessionShapesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListNotebookSessionShapes operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListNotebookSessionShapesResponse> ListNotebookSessionShapesResponseEnumerator(ListNotebookSessionShapesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListNotebookSessionShapesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListNotebookSessionShapesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListNotebookSessionsRecordEnumerator(ListNotebookSessionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the NotebookSessionSummary objects contained in responses from the ListNotebookSessions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<NotebookSessionSummary> ListNotebookSessionsRecordEnumerator(ListNotebookSessionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListNotebookSessionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<NotebookSessionSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListNotebookSessionsResponseEnumerator(ListNotebookSessionsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListNotebookSessions operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListNotebookSessionsResponse> ListNotebookSessionsResponseEnumerator(ListNotebookSessionsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListNotebookSessionsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListNotebookSessionsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListPipelineRunsRecordEnumerator(ListPipelineRunsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the PipelineRunSummary objects contained in responses from the ListPipelineRuns operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<PipelineRunSummary> ListPipelineRunsRecordEnumerator(ListPipelineRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPipelineRunsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<PipelineRunSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListPipelineRunsResponseEnumerator(ListPipelineRunsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListPipelineRuns operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListPipelineRunsResponse> ListPipelineRunsResponseEnumerator(ListPipelineRunsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPipelineRunsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListPipelineRunsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListPipelinesRecordEnumerator(ListPipelinesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the PipelineSummary objects contained in responses from the ListPipelines operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<PipelineSummary> ListPipelinesRecordEnumerator(ListPipelinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPipelinesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<PipelineSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListPipelinesResponseEnumerator(ListPipelinesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListPipelines operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListPipelinesResponse> ListPipelinesResponseEnumerator(ListPipelinesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListPipelinesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListPipelinesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListProjectsRecordEnumerator(ListProjectsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ProjectSummary objects contained in responses from the ListProjects operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ProjectSummary> ListProjectsRecordEnumerator(ListProjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListProjectsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ProjectSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListProjectsResponseEnumerator(ListProjectsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListProjects operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListProjectsResponse> ListProjectsResponseEnumerator(ListProjectsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListProjectsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListProjectsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSchedulesRecordEnumerator(ListSchedulesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the ScheduleSummary objects contained in responses from the ListSchedules operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ScheduleSummary> ListSchedulesRecordEnumerator(ListSchedulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSchedulesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ScheduleSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListSchedulesResponseEnumerator(ListSchedulesRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListSchedules operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListSchedulesResponse> ListSchedulesResponseEnumerator(ListSchedulesRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListSchedulesRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListSchedulesResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestErrorsRecordEnumerator(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestError objects contained in responses from the ListWorkRequestErrors operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestError> ListWorkRequestErrorsRecordEnumerator(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestError>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestErrorsResponseEnumerator(ListWorkRequestErrorsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequestErrors operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestErrorsResponse> ListWorkRequestErrorsResponseEnumerator(ListWorkRequestErrorsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestErrorsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestErrorsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestLogsRecordEnumerator(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestLogEntry objects contained in responses from the ListWorkRequestLogs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestLogEntry> ListWorkRequestLogsRecordEnumerator(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestLogEntry>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestLogsResponseEnumerator(ListWorkRequestLogsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequestLogs operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestLogsResponse> ListWorkRequestLogsResponseEnumerator(ListWorkRequestLogsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestLogsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestLogsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestsRecordEnumerator(ListWorkRequestsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the WorkRequestSummary objects contained in responses from the ListWorkRequests operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<WorkRequestSummary> ListWorkRequestsRecordEnumerator(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<WorkRequestSummary>

The enumerator, which supports a simple iteration over a collection of a specified type

ListWorkRequestsResponseEnumerator(ListWorkRequestsRequest, RetryConfiguration, CancellationToken)

Creates a new enumerable which will iterate over the responses received from the ListWorkRequests operation. This enumerable will fetch more data from the server as needed.

Declaration
public IEnumerable<ListWorkRequestsResponse> ListWorkRequestsResponseEnumerator(ListWorkRequestsRequest request, RetryConfiguration retryConfiguration = null, CancellationToken cancellationToken = default)
Parameters
Type Name Description
ListWorkRequestsRequest request

The request object containing the details to send

RetryConfiguration retryConfiguration

The configuration for retrying, may be null

CancellationToken cancellationToken

The cancellation token object

Returns
Type Description
IEnumerable<ListWorkRequestsResponse>

The enumerator, which supports a simple iteration over a collection of a specified type

In this article
Back to top