Amazon.PowerShell.Cmdlets.NEPT.AmazonNeptunedataClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A data specification file that describes how to load the exported graph data for training. The file is automatically generated by the Neptune export toolkit. The default is training-data-configuration.json
.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
A unique identifier for the new job. The default is an autogenerated UUID.
Required? | False |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
The URI of the Amazon S3 location where you want SageMaker to download the data needed to run the data processing job.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
One of the two model types that Neptune ML currently supports: heterogeneous graph models (heterogeneous
), and knowledge graph (kge
). The default is none. If not specified, Neptune ML chooses the model type automatically based on the data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The Amazon Resource Name (ARN) of an IAM role that SageMaker can assume to perform tasks on your behalf. This must be listed in your DB cluster parameter group or an error will occur.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Changes the cmdlet behavior to return the value passed to the Id parameter. The -PassThru parameter is deprecated, use -Select '^Id' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-PreviousDataProcessingJobId <
String>
The job ID of a completed data processing job run on an earlier version of the data.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ProcessedDataS3Location <
String>
The URI of the Amazon S3 location where you want SageMaker to save the results of a data processing job.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ProcessingInstanceType <
String>
The type of ML instance used during data processing. Its memory should be large enough to hold the processed dataset. The default is the smallest ml.r5 type whose memory is ten times larger than the size of the exported graph data on disk.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ProcessingInstanceVolumeSizeInGB <
Int32>
The disk volume size of the processing instance. Both input data and processed data are stored on disk, so the volume size must be large enough to hold both data sets. The default is 0. If not specified or 0, Neptune ML chooses the volume size automatically based on the data size.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-ProcessingTimeOutInSecond <
Int32>
Timeout in seconds for the data processing job. The default is 86,400 (1 day).
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ProcessingTimeOutInSeconds |
-S3OutputEncryptionKMSKey <
String>
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt the output of the processing job. The default is none.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The ARN of an IAM role for SageMaker execution. This must be listed in your DB cluster parameter group or an error will occur.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The VPC security group IDs. The default is None.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | SecurityGroupIds |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.Neptunedata.Model.StartMLDataProcessingJobResponse). Specifying the name of a property of type Amazon.Neptunedata.Model.StartMLDataProcessingJobResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The IDs of the subnets in the Neptune VPC. The default is None.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Subnets |
-VolumeEncryptionKMSKey <
String>
The Amazon Key Management Service (Amazon KMS) key that SageMaker uses to encrypt data on the storage volume attached to the ML compute instances that run the training job. The default is None.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |