QueryDeployedModelsResponse constructor

QueryDeployedModelsResponse({
  1. List<DeployedModel> deployedModels = const [],
  2. String nextPageToken = '',
  3. List<DeployedModelRef> deployedModelRefs = const [],
  4. int totalDeployedModelCount = 0,
  5. int totalEndpointCount = 0,
})

Implementation

QueryDeployedModelsResponse({
  this.deployedModels = const [],
  this.nextPageToken = '',
  this.deployedModelRefs = const [],
  this.totalDeployedModelCount = 0,
  this.totalEndpointCount = 0,
}) : super(fullyQualifiedName);