GoogleCloudMlV1TrainingInput constructor
GoogleCloudMlV1TrainingInput({
- List<
String> ? args, - bool? enableWebAccess,
- GoogleCloudMlV1EncryptionConfig? encryptionConfig,
- GoogleCloudMlV1ReplicaConfig? evaluatorConfig,
- String? evaluatorCount,
- String? evaluatorType,
- GoogleCloudMlV1HyperparameterSpec? hyperparameters,
- String? jobDir,
- GoogleCloudMlV1ReplicaConfig? masterConfig,
- String? masterType,
- String? network,
- List<
String> ? packageUris, - GoogleCloudMlV1ReplicaConfig? parameterServerConfig,
- String? parameterServerCount,
- String? parameterServerType,
- String? pythonModule,
- String? pythonVersion,
- String? region,
- String? runtimeVersion,
- String? scaleTier,
- GoogleCloudMlV1Scheduling? scheduling,
- String? serviceAccount,
- bool? useChiefInTfConfig,
- GoogleCloudMlV1ReplicaConfig? workerConfig,
- String? workerCount,
- String? workerType,
Implementation
GoogleCloudMlV1TrainingInput({
this.args,
this.enableWebAccess,
this.encryptionConfig,
this.evaluatorConfig,
this.evaluatorCount,
this.evaluatorType,
this.hyperparameters,
this.jobDir,
this.masterConfig,
this.masterType,
this.network,
this.packageUris,
this.parameterServerConfig,
this.parameterServerCount,
this.parameterServerType,
this.pythonModule,
this.pythonVersion,
this.region,
this.runtimeVersion,
this.scaleTier,
this.scheduling,
this.serviceAccount,
this.useChiefInTfConfig,
this.workerConfig,
this.workerCount,
this.workerType,
});