Vertex AI v1beta1 API - Class ModelMonitoringInput.Types.BatchPredictionOutput (1.0.0-beta80)

public sealed class ModelMonitoringInput.Types.BatchPredictionOutput : IMessage<ModelMonitoringInput.Types.BatchPredictionOutput>, IEquatable<ModelMonitoringInput.Types.BatchPredictionOutput>, IDeepCloneable<ModelMonitoringInput.Types.BatchPredictionOutput>, IBufferMessage, IMessage

Reference documentation and code samples for the Vertex AI v1beta1 API class ModelMonitoringInput.Types.BatchPredictionOutput.

Data from Vertex AI Batch prediction job output.

Inheritance

object > ModelMonitoringInput.Types.BatchPredictionOutput

Namespace

Google.Cloud.AIPlatform.V1Beta1

Assembly

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