Uses of Class
com.oracle.bmc.datascience.requests.ListMlApplicationsRequest.Builder
-
Packages that use ListMlApplicationsRequest.Builder Package Description com.oracle.bmc.datascience.requests -
-
Uses of ListMlApplicationsRequest.Builder in com.oracle.bmc.datascience.requests
Methods in com.oracle.bmc.datascience.requests that return ListMlApplicationsRequest.Builder Modifier and Type Method Description static ListMlApplicationsRequest.Builder
ListMlApplicationsRequest. builder()
Return a new builder for this request object.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. compartmentId(String compartmentId)
Filter results by the OCID of the compartment.
ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. compartmentIdInSubtree(Boolean compartmentIdInSubtree)
If it is true search must include all results from descendant compartments.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. copy(ListMlApplicationsRequest o)
Copy method to populate the builder with values from the given instance.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. invocationCallback(com.oracle.bmc.http.client.RequestInterceptor invocationCallback)
Set the invocation callback for the request to be built.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. lifecycleState(MlApplication.LifecycleState lifecycleState)
A filter to return only resources with lifecycleState matching the given lifecycleState.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. limit(Integer limit)
For list pagination.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. mlApplicationId(String mlApplicationId)
unique MlApplication identifierListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. name(String name)
A filter to return only resources that match the entire name given.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. opcRequestId(String opcRequestId)
Unique Oracle assigned identifier for the request.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. page(String page)
For list pagination.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. retryConfiguration(RetryConfiguration retryConfiguration)
Set the retry configuration for the request to be built.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. sortBy(ListMlApplicationsRequest.SortBy sortBy)
The field to sort by.ListMlApplicationsRequest.Builder
ListMlApplicationsRequest.Builder. sortOrder(ListMlApplicationsRequest.SortOrder sortOrder)
Specifies sort order to use, either ASC (ascending) or DESC (descending).ListMlApplicationsRequest.Builder
ListMlApplicationsRequest. toBuilder()
Return an instance ofListMlApplicationsRequest.Builder
that allows you to modify request properties.
-