Amazon.PowerShell.Cmdlets.SM.AmazonSageMakerClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Filters_CreatedAfter <DateTime>
Filter the lineage entities connected to the StartArn(s) after the create date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Filters_CreatedBefore <DateTime>
Filter the lineage entities connected to the StartArn(s) by created date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Filter the lineage entities connected to the StartArn(s) by the type of the lineage entity. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Filters_LineageTypes |
-Filters_ModifiedAfter <DateTime>
Filter the lineage entities connected to the StartArn(s) after the last modified date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-Filters_ModifiedBefore <DateTime>
Filter the lineage entities connected to the StartArn(s) before the last modified date.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Filter the lineage entities connected to the StartArn(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Filters_Properties |
Filter the lineage entities connected to the StartArn by type. For example: DataSet, Model, Endpoint, or ModelDeployment. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | Filters_Types |
Setting this value to
True retrieves not only the entities of interest but also the
Associations and lineage entities on the path. Set to
False to only return lineage entities that match your query.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | IncludeEdges |
The maximum depth in lineage relationships from the StartArns that are traversed. Depth is a measure of the number of Associations from the StartArn entity to the matched results.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Limits the number of vertices in the results. Use the NextToken in a response to to retrieve the next page of results.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | MaxResults |
Limits the number of vertices in the request. Use the NextToken in a response to to retrieve the next page of results.
Note: This parameter is only used if you are manually controlling output pagination of the service API call.
'NextToken' is only returned by the cmdlet when '-Select *' is specified. In order to manually control output pagination, set '-NextToken' to null for the first call then set the 'NextToken' using the same property output from the previous call for subsequent calls.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
By default the cmdlet will auto-iterate and retrieve all results to the pipeline by performing multiple service calls. If set, the cmdlet will retrieve only the next 'page' of results using the value of NextToken as the start point.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
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.SageMaker.Model.QueryLineageResponse). Specifying the name of a property of type Amazon.SageMaker.Model.QueryLineageResponse 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) |
A list of resource Amazon Resource Name (ARN) that represent the starting point for your lineage query. Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | StartArns |