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