GoogleCloudAiplatformV1BatchPredictionJob constructor

GoogleCloudAiplatformV1BatchPredictionJob({
  1. GoogleCloudAiplatformV1CompletionStats? completionStats,
  2. String? createTime,
  3. GoogleCloudAiplatformV1BatchDedicatedResources? dedicatedResources,
  4. bool? disableContainerLogging,
  5. String? displayName,
  6. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  7. String? endTime,
  8. GoogleRpcStatus? error,
  9. GoogleCloudAiplatformV1ExplanationSpec? explanationSpec,
  10. bool? generateExplanation,
  11. GoogleCloudAiplatformV1BatchPredictionJobInputConfig? inputConfig,
  12. GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig? instanceConfig,
  13. Map<String, String>? labels,
  14. GoogleCloudAiplatformV1ManualBatchTuningParameters? manualBatchTuningParameters,
  15. String? model,
  16. Object? modelParameters,
  17. String? modelVersionId,
  18. String? name,
  19. GoogleCloudAiplatformV1BatchPredictionJobOutputConfig? outputConfig,
  20. GoogleCloudAiplatformV1BatchPredictionJobOutputInfo? outputInfo,
  21. List<GoogleRpcStatus>? partialFailures,
  22. GoogleCloudAiplatformV1ResourcesConsumed? resourcesConsumed,
  23. String? serviceAccount,
  24. String? startTime,
  25. String? state,
  26. GoogleCloudAiplatformV1UnmanagedContainerModel? unmanagedContainerModel,
  27. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1BatchPredictionJob({
  this.completionStats,
  this.createTime,
  this.dedicatedResources,
  this.disableContainerLogging,
  this.displayName,
  this.encryptionSpec,
  this.endTime,
  this.error,
  this.explanationSpec,
  this.generateExplanation,
  this.inputConfig,
  this.instanceConfig,
  this.labels,
  this.manualBatchTuningParameters,
  this.model,
  this.modelParameters,
  this.modelVersionId,
  this.name,
  this.outputConfig,
  this.outputInfo,
  this.partialFailures,
  this.resourcesConsumed,
  this.serviceAccount,
  this.startTime,
  this.state,
  this.unmanagedContainerModel,
  this.updateTime,
});