DataTransferExportComponent Class
Note
This is an experimental class, and may change at any time. Please see https://aka.ms/azuremlexperimental for more information.
DataTransfer export component version, used to define a data transfer export component.
- Inheritance
-
azure.ai.ml.entities._component.datatransfer_component.DataTransferComponentDataTransferExportComponent
Constructor
DataTransferExportComponent(*, inputs: Dict | None = None, sink: Dict | None = None, **kwargs: Any)
Parameters
Name | Description |
---|---|
sink
Required
|
The sink of external data and databases. |
inputs
Required
|
Mapping of input data bindings used in the job. |
kwargs
Required
|
Additional parameters for the data transfer export component. |
Methods
dump |
Dump the component content into a file in yaml format. |
dump
Dump the component content into a file in yaml format.
dump(dest: str | PathLike | IO, **kwargs: Any) -> None
Parameters
Name | Description |
---|---|
dest
Required
|
The destination to receive this component's content. Must be either a path to a local file, or an already-open file stream. If dest is a file path, a new file will be created, and an exception is raised if the file exists. If dest is an open file, the file will be written to directly, and an exception will be raised if the file is not writable. |
Attributes
base_path
creation_context
The creation context of the resource.
Returns
Type | Description |
---|---|
The creation metadata for the resource. |
display_name
id
The resource ID.
Returns
Type | Description |
---|---|
The global ID of the resource, an Azure Resource Manager (ARM) ID. |
inputs
is_deterministic
Whether the component is deterministic.
Returns
Type | Description |
---|---|
Whether the component is deterministic |
outputs
task
type
version
Azure SDK for Python