AWS.Tools.SageMakerRuntime.XML

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>AWS.Tools.SageMakerRuntime</name>
    </assembly>
    <members>
        <member name="T:Amazon.PowerShell.Cmdlets.SMR.InvokeSMREndpointCmdlet">
            <summary>
            After you deploy a model into production using Amazon SageMaker hosting services,
            your client applications use this API to get inferences from the model hosted at the
            specified endpoint.
             
              
            <para>
            For an overview of Amazon SageMaker, see <a href="http://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html">How
            It Works</a>.
            </para><para>
            Amazon SageMaker strips all POST headers except those supported by the API. Amazon
            SageMaker might add additional headers. You should not rely on the behavior of headers
            outside those enumerated in the request syntax.
            </para><para>
            Cals to <code>InvokeEndpoint</code> are authenticated by using AWS Signature Version
            4. For information, see <a href="http://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating
            Requests (AWS Signature Version 4)</a> in the <i>Amazon S3 API Reference</i>.
            </para><note><para>
            Endpoints are scoped to an individual account, and are not public. The URL does not
            contain the account ID, but Amazon SageMaker determines the account ID from the authentication
            token that is supplied by the caller.
            </para></note>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMR.InvokeSMREndpointCmdlet.Accept">
            <summary>
            <para>
            <para>The desired MIME type of the inference in the response.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMR.InvokeSMREndpointCmdlet.Body">
            <summary>
            <para>
            <para>Provides input data, in the format specified in the <code>ContentType</code> request
            header. Amazon SageMaker passes all of the data in the body to the model. </para><para>For information about the format of the request body, see <a href="http://docs.aws.amazon.com/sagemaker/latest/dg/cdf-inference.html">Common
            Data Formats—Inference</a>.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMR.InvokeSMREndpointCmdlet.ContentType">
            <summary>
            <para>
            <para>The MIME type of the input data in the request body.</para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMR.InvokeSMREndpointCmdlet.CustomAttribute">
            <summary>
            <para>
            The service has not provided documentation for this parameter; please refer to the service's API reference documentation for the latest available information.
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMR.InvokeSMREndpointCmdlet.EndpointName">
            <summary>
            <para>
            <para>The name of the endpoint that you specified when you created the endpoint using the
            <a href="http://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpoint.html">CreateEndpoint</a>
            API. </para>
            </para>
            </summary>
        </member>
        <member name="P:Amazon.PowerShell.Cmdlets.SMR.InvokeSMREndpointCmdlet.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>
    </members>
</doc>