Class PredictionUri
Prediction URI per use-case.
Inherited Members
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class PredictionUri
Properties
Uri
Declaration
[Required(ErrorMessage = "Uri is required.")]
[JsonProperty(PropertyName = "uri")]
public string Uri { get; set; }
Property Value
Type | Description |
---|---|
string | Prediction URI. |
Remarks
Required
UseCase
Declaration
[Required(ErrorMessage = "UseCase is required.")]
[JsonProperty(PropertyName = "useCase")]
public string UseCase { get; set; }
Property Value
Type | Description |
---|---|
string | Prediction use-case. |
Remarks
Required