Class InputConnectionDetails
Connection details of a data source.
Inherited Members
Namespace: Nvidia.Clara.DicomAdapter.API.Rest
Assembly: Nvidia.Clara.Dicom.API.dll
Syntax
public class InputConnectionDetails : DicomWebConnectionDetails
Properties
| Improve this Doc View SourceName
Gets or sets the name of the algorithm. Used when Nvidia.Clara.Dicom.API.InputInterfaceType
is Nvidia.Clara.Dicom.API.InputInterfaceType.Algorithm.
Name
is also used as the job name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
PipelineId
Gets or sets the Clara Deploy Pipeline ID. Used when Nvidia.Clara.Dicom.API.InputInterfaceType is Nvidia.Clara.Dicom.API.InputInterfaceType.Algorithm.
Declaration
public string PipelineId { get; set; }
Property Value
Type | Description |
---|---|
String |