Class GoogleCloudAiplatformV1SchemaPredictParamsImageObjectDetectionPredictionParams
Prediction model parameters for Image Object Detection.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1SchemaPredictParamsImageObjectDetectionPredictionParams : IDirectResponseSchema
Properties
ConfidenceThreshold
The Model only returns predictions with at least this confidence score. Default value is 0.0
Declaration
[JsonProperty("confidenceThreshold")]
public virtual float? ConfidenceThreshold { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxPredictions
The Model only returns up to that many top, by confidence score, predictions per instance. Note that number of returned predictions is also limited by metadata's predictionsLimit. Default value is 10.
Declaration
[JsonProperty("maxPredictions")]
public virtual int? MaxPredictions { get; set; }
Property Value
Type | Description |
---|---|
int? |