QueryDeployedModelsResponse constructor
QueryDeployedModelsResponse({
- List<
DeployedModel> deployedModels = const [], - String nextPageToken = '',
- List<
DeployedModelRef> deployedModelRefs = const [], - int totalDeployedModelCount = 0,
- int totalEndpointCount = 0,
Implementation
QueryDeployedModelsResponse({
this.deployedModels = const [],
this.nextPageToken = '',
this.deployedModelRefs = const [],
this.totalDeployedModelCount = 0,
this.totalEndpointCount = 0,
}) : super(fullyQualifiedName);