Interface protos.google.cloud.aiplatform.v1.IBatchPredictionJob (1.11.0)

Properties of a BatchPredictionJob.

Package

@google-cloud/aiplatform

Properties

completionStats

completionStats?: (google.cloud.aiplatform.v1.ICompletionStats|null);

BatchPredictionJob completionStats

Property Value
TypeDescription
(google.cloud.aiplatform.v1.ICompletionStats|null)

createTime

createTime?: (google.protobuf.ITimestamp|null);

BatchPredictionJob createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

dedicatedResources

dedicatedResources?: (google.cloud.aiplatform.v1.IBatchDedicatedResources|null);

BatchPredictionJob dedicatedResources

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IBatchDedicatedResources|null)

displayName

displayName?: (string|null);

BatchPredictionJob displayName

Property Value
TypeDescription
(string|null)

encryptionSpec

encryptionSpec?: (google.cloud.aiplatform.v1.IEncryptionSpec|null);

BatchPredictionJob encryptionSpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IEncryptionSpec|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

BatchPredictionJob endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

error

error?: (google.rpc.IStatus|null);

BatchPredictionJob error

Property Value
TypeDescription
(google.rpc.IStatus|null)

explanationSpec

explanationSpec?: (google.cloud.aiplatform.v1.IExplanationSpec|null);

BatchPredictionJob explanationSpec

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IExplanationSpec|null)

generateExplanation

generateExplanation?: (boolean|null);

BatchPredictionJob generateExplanation

Property Value
TypeDescription
(boolean|null)

inputConfig

inputConfig?: (google.cloud.aiplatform.v1.BatchPredictionJob.IInputConfig|null);

BatchPredictionJob inputConfig

Property Value
TypeDescription
(google.cloud.aiplatform.v1.BatchPredictionJob.IInputConfig|null)

labels

labels?: ({ [k: string]: string }|null);

BatchPredictionJob labels

Property Value
TypeDescription
({ [k: string]: string }|null)

manualBatchTuningParameters

manualBatchTuningParameters?: (google.cloud.aiplatform.v1.IManualBatchTuningParameters|null);

BatchPredictionJob manualBatchTuningParameters

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IManualBatchTuningParameters|null)

model

model?: (string|null);

BatchPredictionJob model

Property Value
TypeDescription
(string|null)

modelParameters

modelParameters?: (google.protobuf.IValue|null);

BatchPredictionJob modelParameters

Property Value
TypeDescription
(google.protobuf.IValue|null)

name

name?: (string|null);

BatchPredictionJob name

Property Value
TypeDescription
(string|null)

outputConfig

outputConfig?: (google.cloud.aiplatform.v1.BatchPredictionJob.IOutputConfig|null);

BatchPredictionJob outputConfig

Property Value
TypeDescription
(google.cloud.aiplatform.v1.BatchPredictionJob.IOutputConfig|null)

outputInfo

outputInfo?: (google.cloud.aiplatform.v1.BatchPredictionJob.IOutputInfo|null);

BatchPredictionJob outputInfo

Property Value
TypeDescription
(google.cloud.aiplatform.v1.BatchPredictionJob.IOutputInfo|null)

partialFailures

partialFailures?: (google.rpc.IStatus[]|null);

BatchPredictionJob partialFailures

Property Value
TypeDescription
(google.rpc.IStatus[]|null)

resourcesConsumed

resourcesConsumed?: (google.cloud.aiplatform.v1.IResourcesConsumed|null);

BatchPredictionJob resourcesConsumed

Property Value
TypeDescription
(google.cloud.aiplatform.v1.IResourcesConsumed|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

BatchPredictionJob startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

state

state?: (google.cloud.aiplatform.v1.JobState|keyof typeof google.cloud.aiplatform.v1.JobState|null);

BatchPredictionJob state

Property Value
TypeDescription
(google.cloud.aiplatform.v1.JobState|keyof typeof google.cloud.aiplatform.v1.JobState|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

BatchPredictionJob updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)