public sealed class ModelMonitoringInput.Types.BatchPredictionOutput : IMessage<ModelMonitoringInput.Types.BatchPredictionOutput>, IEquatable<ModelMonitoringInput.Types.BatchPredictionOutput>, IDeepCloneable<ModelMonitoringInput.Types.BatchPredictionOutput>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringInput.Types.BatchPredictionOutput.
Data from Vertex AI Batch prediction job output.
Implements
IMessageModelMonitoringInputTypesBatchPredictionOutput, IEquatableModelMonitoringInputTypesBatchPredictionOutput, IDeepCloneableModelMonitoringInputTypesBatchPredictionOutput, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
BatchPredictionOutput()
public BatchPredictionOutput()BatchPredictionOutput(BatchPredictionOutput)
public BatchPredictionOutput(ModelMonitoringInput.Types.BatchPredictionOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
ModelMonitoringInputTypesBatchPredictionOutput |
Properties
BatchPredictionJob
public string BatchPredictionJob { get; set; }Vertex AI Batch prediction job resource name. The job must match the model version specified in [ModelMonitor].[model_monitoring_target].
| Property Value | |
|---|---|
| Type | Description |
string |
|
BatchPredictionJobAsBatchPredictionJobName
public BatchPredictionJobName BatchPredictionJobAsBatchPredictionJobName { get; set; }BatchPredictionJobName-typed view over the BatchPredictionJob resource name property.
| Property Value | |
|---|---|
| Type | Description |
BatchPredictionJobName |
|