Environment constructor
Environment({
- String? clusterManagerApiService,
- String? dataset,
- DebugOptions? debugOptions,
- List<
String> ? experiments, - String? flexResourceSchedulingGoal,
- Map<
String, Object?> ? internalExperiments, - Map<
String, Object?> ? sdkPipelineOptions, - String? serviceAccountEmail,
- String? serviceKmsKeyName,
- List<
String> ? serviceOptions, - String? shuffleMode,
- String? tempStoragePrefix,
- bool? useStreamingEngineResourceBasedBilling,
- Map<
String, Object?> ? userAgent, - Map<
String, Object?> ? version, - List<
WorkerPool> ? workerPools, - String? workerRegion,
- String? workerZone,
Implementation
Environment({
this.clusterManagerApiService,
this.dataset,
this.debugOptions,
this.experiments,
this.flexResourceSchedulingGoal,
this.internalExperiments,
this.sdkPipelineOptions,
this.serviceAccountEmail,
this.serviceKmsKeyName,
this.serviceOptions,
this.shuffleMode,
this.tempStoragePrefix,
this.useStreamingEngineResourceBasedBilling,
this.userAgent,
this.version,
this.workerPools,
this.workerRegion,
this.workerZone,
});