Class ListMlApplicationInstanceViewsRequest
Implements
Inherited Members
Namespace: Oci.DatascienceService.Requests
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class ListMlApplicationInstanceViewsRequest : IOciRequest
Examples
Click here to see an example of how to use ListMlApplicationInstanceViews request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
Property Value
Type | Description |
---|---|
string | Filter results by the OCID of the compartment. |
Remarks
Required
DisplayName
Declaration
[HttpConverter(TargetEnum.Query, "displayName")]
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string | Filter results by its user-friendly name. |
LifecycleState
Declaration
[HttpConverter(TargetEnum.Query, "lifecycleState")]
public MlApplicationInstanceView.LifecycleStateEnum? LifecycleState { get; set; }
Property Value
Type | Description |
---|---|
MlApplicationInstanceView.LifecycleStateEnum? | A filter to return only resources matching the given lifecycleState. |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | For list pagination. The maximum number of results per page,
or items to return in a paginated "List" call.
1 is the minimum, 100 is the maximum.
See List Pagination.
|
MlApplicationId
Declaration
[HttpConverter(TargetEnum.Query, "mlApplicationId")]
public string MlApplicationId { get; set; }
Property Value
Type | Description |
---|---|
string | unique MlApplication identifier |
MlApplicationImplementationId
Declaration
[HttpConverter(TargetEnum.Query, "mlApplicationImplementationId")]
public string MlApplicationImplementationId { get; set; }
Property Value
Type | Description |
---|---|
string | unique MlApplicationImplementation identifier |
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique Oracle assigned identifier for the request. If you need to contact Oracle about a particular request, then provide the request ID. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | For list pagination. The value of the |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListMlApplicationInstanceViewsRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListMlApplicationInstanceViewsRequest.SortByEnum? | The field to sort by. Only one sort order may be provided. Default order for timeCreated is descending. Default order for name is ascending. |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListMlApplicationInstanceViewsRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
ListMlApplicationInstanceViewsRequest.SortOrderEnum? | Specifies sort order to use, either |