Class InputConnectionDetails
Connection details of a data source.
Inherited Members
Namespace: Monai.Deploy.InformaticsGateway.Api.Rest
Assembly: Monai.Deploy.InformaticsGateway.Api.dll
Syntax
public class InputConnectionDetails : DicomWebConnectionDetails
Properties
| Improve this Doc View SourceId
Gets or sets the MONAI Application name or ID. Used when InputInterfaceType is Algorithm.
Declaration
[JsonPropertyName("id")]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
String |
Name
Gets or sets the name of the algorithm. Used when InputInterfaceType
is Algorithm.
Name
is also used as the job name.
Declaration
[JsonPropertyName("name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |