GoogleCloudAiplatformV1BatchPredictionJob constructor
GoogleCloudAiplatformV1BatchPredictionJob({
- GoogleCloudAiplatformV1CompletionStats? completionStats,
- String? createTime,
- GoogleCloudAiplatformV1BatchDedicatedResources? dedicatedResources,
- bool? disableContainerLogging,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? endTime,
- GoogleRpcStatus? error,
- GoogleCloudAiplatformV1ExplanationSpec? explanationSpec,
- bool? generateExplanation,
- GoogleCloudAiplatformV1BatchPredictionJobInputConfig? inputConfig,
- GoogleCloudAiplatformV1BatchPredictionJobInstanceConfig? instanceConfig,
- Map<
String, String> ? labels, - GoogleCloudAiplatformV1ManualBatchTuningParameters? manualBatchTuningParameters,
- String? model,
- Object? modelParameters,
- String? modelVersionId,
- String? name,
- GoogleCloudAiplatformV1BatchPredictionJobOutputConfig? outputConfig,
- GoogleCloudAiplatformV1BatchPredictionJobOutputInfo? outputInfo,
- List<
GoogleRpcStatus> ? partialFailures, - GoogleCloudAiplatformV1ResourcesConsumed? resourcesConsumed,
- String? serviceAccount,
- String? startTime,
- String? state,
- GoogleCloudAiplatformV1UnmanagedContainerModel? unmanagedContainerModel,
- 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,
});