AWS.Tools.SageMakerMetrics.XML
<?xml version="1.0"?>
<doc> <assembly> <name>AWS.Tools.SageMakerMetrics</name> </assembly> <members> <member name="T:Amazon.PowerShell.Cmdlets.SMM.AddSMMMetricCmdlet"> <summary> Used to ingest training metrics into SageMaker. These metrics can be visualized in SageMaker Studio. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.SMM.AddSMMMetricCmdlet.MetricData"> <summary> <para> <para>A list of raw metric values to put.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.SMM.AddSMMMetricCmdlet.TrialComponentName"> <summary> <para> <para>The name of the Trial Component to associate with the metrics. The Trial Component name must be entirely lowercase.</para> </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.SMM.AddSMMMetricCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'Errors'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMakerMetrics.Model.BatchPutMetricsResponse). Specifying the name of a property of type Amazon.SageMakerMetrics.Model.BatchPutMetricsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.SMM.AddSMMMetricCmdlet.Force"> <summary> This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution. </summary> </member> <member name="T:Amazon.PowerShell.Cmdlets.SMM.GetSMMMetricCmdlet"> <summary> Used to retrieve training metrics from SageMaker. </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.SMM.GetSMMMetricCmdlet.MetricQuery"> <summary> <para> <para>Queries made to retrieve training metrics from SageMaker.</para><para /> 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. </para> </summary> </member> <member name="P:Amazon.PowerShell.Cmdlets.SMM.GetSMMMetricCmdlet.Select"> <summary> Use the -Select parameter to control the cmdlet output. The default value is 'MetricQueryResults'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.SageMakerMetrics.Model.BatchGetMetricsResponse). Specifying the name of a property of type Amazon.SageMakerMetrics.Model.BatchGetMetricsResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value. </summary> </member> </members> </doc> |