Click or drag to resize

GraphRegisterDatasetV2 Method

https://www.emgu.com/wiki/index.php/Emgu_TF
RegisterDatasetV2

Namespace:  Emgu.TF
Assembly:  Emgu.TF (in Emgu.TF.dll) Version: 2.16.1.1620+d2904aaafaa66327b642f4fbd5e3c7133dd331e0
Syntax
public Operation RegisterDatasetV2(
	Output dataset,
	Output address,
	Output protocol,
	long external_state_policy,
	string element_spec = null,
	string requested_dataset_id = null,
	string metadata = null,
	string opName = "RegisterDatasetV2"
)

Parameters

dataset
Type: Emgu.TFOutput
Input to the operation.
address
Type: Emgu.TFOutput
Input to the operation.
protocol
Type: Emgu.TFOutput
Input to the operation.
external_state_policy
Type: SystemInt64
external state policy
element_spec (Optional)
Type: SystemString
element spec
requested_dataset_id (Optional)
Type: SystemString
requested dataset id
metadata (Optional)
Type: SystemString
metadata
opName (Optional)
Type: SystemString
The name of the operation

Return Value

Type: Operation
The operation, where: [0] dataset_id(type: DtString).
See Also