GoogleCloudMlV1Version constructor
GoogleCloudMlV1Version({
- GoogleCloudMlV1AcceleratorConfig? acceleratorConfig,
- GoogleCloudMlV1AutoScaling? autoScaling,
- GoogleCloudMlV1ContainerSpec? container,
- String? createTime,
- String? deploymentUri,
- String? description,
- String? errorMessage,
- String? etag,
- GoogleCloudMlV1ExplanationConfig? explanationConfig,
- String? framework,
- bool? isDefault,
- Map<
String, String> ? labels, - String? lastMigrationModelId,
- String? lastMigrationTime,
- String? lastUseTime,
- String? machineType,
- GoogleCloudMlV1ManualScaling? manualScaling,
- String? name,
- List<
String> ? packageUris, - String? predictionClass,
- String? pythonVersion,
- GoogleCloudMlV1RequestLoggingConfig? requestLoggingConfig,
- GoogleCloudMlV1RouteMap? routes,
- String? runtimeVersion,
- String? serviceAccount,
- String? state,
Implementation
GoogleCloudMlV1Version({
this.acceleratorConfig,
this.autoScaling,
this.container,
this.createTime,
this.deploymentUri,
this.description,
this.errorMessage,
this.etag,
this.explanationConfig,
this.framework,
this.isDefault,
this.labels,
this.lastMigrationModelId,
this.lastMigrationTime,
this.lastUseTime,
this.machineType,
this.manualScaling,
this.name,
this.packageUris,
this.predictionClass,
this.pythonVersion,
this.requestLoggingConfig,
this.routes,
this.runtimeVersion,
this.serviceAccount,
this.state,
});