ExternalModel constructor

ExternalModel({
  1. String? arn,
  2. String? createdTime,
  3. ModelInputConfiguration? inputConfiguration,
  4. String? invokeModelEndpointRoleArn,
  5. String? lastUpdatedTime,
  6. String? modelEndpoint,
  7. ModelEndpointStatus? modelEndpointStatus,
  8. ModelSource? modelSource,
  9. ModelOutputConfiguration? outputConfiguration,
})

Implementation

ExternalModel({
  this.arn,
  this.createdTime,
  this.inputConfiguration,
  this.invokeModelEndpointRoleArn,
  this.lastUpdatedTime,
  this.modelEndpoint,
  this.modelEndpointStatus,
  this.modelSource,
  this.outputConfiguration,
});