All Downloads are FREE. Search and download functionalities are using the official Maven repository.

models.runtime.sagemaker-2017-05-13-intermediate.json Maven / Gradle / Ivy

Go to download

The AWS Java SDK for SageMaker Runtime module holds the client classes that are used for communicating with SageMaker Runtime.

There is a newer version: 2.29.39
Show newest version
{
  "customizationConfig" : {
    "attachPayloadTraitToMember" : { },
    "blacklistedSimpleMethods" : [ ],
    "calculateCrc32FromCompressedData" : false,
    "convenienceTypeOverloads" : [ ],
    "customErrorCodeFieldName" : null,
    "customProtocolFactoryFqcn" : null,
    "customResponseMetadata" : null,
    "customRetryPolicy" : null,
    "customServiceMetadata" : null,
    "defaultSimpleMethodTestRegion" : null,
    "deprecatedOperations" : [ ],
    "deprecatedShapes" : [ ],
    "excludeClientCreateMethod" : false,
    "modelMarshallerDefaultValueSupplier" : { },
    "operationModifiers" : null,
    "paginationCustomization" : null,
    "renameShapes" : null,
    "sdkModeledExceptionBaseClassName" : null,
    "sdkRequestBaseClassName" : null,
    "sdkResponseBaseClassName" : null,
    "serviceSpecificClientConfigClass" : null,
    "serviceSpecificHttpConfig" : null,
    "shapeModifiers" : null,
    "shapeSubstitutions" : null,
    "shareModelConfig" : null,
    "skipSyncClientGeneration" : false,
    "useAutoConstructList" : true,
    "useAutoConstructMap" : true,
    "utilitiesMethod" : null,
    "verifiedSimpleMethods" : [ ]
  },
  "metadata" : {
    "apiVersion" : "2017-05-13",
    "asyncBuilder" : "DefaultSageMakerRuntimeAsyncClientBuilder",
    "asyncBuilderInterface" : "SageMakerRuntimeAsyncClientBuilder",
    "asyncClient" : "DefaultSageMakerRuntimeAsyncClient",
    "asyncInterface" : "SageMakerRuntimeAsyncClient",
    "authPolicyPackageName" : null,
    "authType" : "V4",
    "baseBuilder" : "DefaultSageMakerRuntimeBaseClientBuilder",
    "baseBuilderInterface" : "SageMakerRuntimeBaseClientBuilder",
    "baseExceptionName" : "SageMakerRuntimeException",
    "baseRequestName" : "SageMakerRuntimeRequest",
    "baseResponseName" : "SageMakerRuntimeResponse",
    "cborProtocol" : false,
    "clientPackageName" : "sagemakerruntime",
    "contentType" : null,
    "defaultEndpoint" : null,
    "defaultEndpointWithoutHttpProtocol" : null,
    "defaultRegion" : null,
    "descriptiveServiceName" : "Amazon SageMaker Runtime",
    "documentation" : "

The Amazon SageMaker runtime API.

", "endpointPrefix" : "runtime.sagemaker", "fullAuthPolicyPackageName" : "software.amazon.awssdk.services", "fullClientPackageName" : "software.amazon.awssdk.services.sagemakerruntime", "fullModelPackageName" : "software.amazon.awssdk.services.sagemakerruntime.model", "fullPaginatorsPackageName" : "software.amazon.awssdk.services.sagemakerruntime.paginators", "fullRequestTransformPackageName" : "software.amazon.awssdk.services.sagemakerruntime.transform", "fullTransformPackageName" : "software.amazon.awssdk.services.sagemakerruntime.transform", "ionProtocol" : false, "jsonProtocol" : true, "jsonVersion" : "1.1", "modelPackageName" : "sagemakerruntime.model", "paginatorsPackageName" : "sagemakerruntime.paginators", "protocol" : "rest-json", "requestTransformPackageName" : "sagemakerruntime.transform", "requiresApiKey" : false, "requiresIamSigners" : false, "rootPackageName" : "software.amazon.awssdk.services", "serviceId" : "SageMaker Runtime", "serviceName" : "SageMakerRuntime", "signingName" : "sagemaker", "syncBuilder" : "DefaultSageMakerRuntimeClientBuilder", "syncBuilderInterface" : "SageMakerRuntimeClientBuilder", "syncClient" : "DefaultSageMakerRuntimeClient", "syncInterface" : "SageMakerRuntimeClient", "transformPackageName" : "sagemakerruntime.transform", "uid" : "runtime.sagemaker-2017-05-13", "xmlProtocol" : false }, "operations" : { "InvokeEndpoint" : { "authType" : "IAM", "authenticated" : true, "deprecated" : false, "documentation" : "

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.

For an overview of Amazon SageMaker, see How It Works.

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.

Cals to InvokeEndpoint are authenticated by using AWS Signature Version 4. For information, see Authenticating Requests (AWS Signature Version 4) in the Amazon S3 API Reference.

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.

", "endpointDiscovery" : null, "endpointOperation" : false, "endpointTrait" : null, "exceptions" : [ { "exceptionName" : "InternalFailureException", "documentation" : "

An internal failure occurred.

", "httpStatusCode" : 500 }, { "exceptionName" : "ServiceUnavailableException", "documentation" : "

The service is unavailable. Try your call again.

", "httpStatusCode" : 503 }, { "exceptionName" : "ValidationErrorException", "documentation" : "

Inspect your request and try again.

", "httpStatusCode" : 400 }, { "exceptionName" : "ModelErrorException", "documentation" : "

Model (owned by the customer in the container) returned an error 500.

", "httpStatusCode" : 424 } ], "hasBlobMemberAsPayload" : true, "input" : { "variableDeclarationType" : "InvokeEndpointRequest", "variableName" : "invokeEndpointRequest", "variableType" : "InvokeEndpointRequest", "documentation" : "", "simpleType" : "InvokeEndpointRequest", "variableSetterType" : "InvokeEndpointRequest" }, "methodName" : "invokeEndpoint", "operationName" : "InvokeEndpoint", "paginated" : false, "returnType" : { "returnType" : "InvokeEndpointResponse", "documentation" : null }, "syncReturnType" : "InvokeEndpointResponse" } }, "shapes" : { "InternalFailureException" : { "c2jName" : "InternalFailure", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

An internal failure occurred.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "InternalFailure", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 500, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "InternalFailureException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InternalFailureException", "variableName" : "internalFailureException", "variableType" : "InternalFailureException", "documentation" : null, "simpleType" : "InternalFailureException", "variableSetterType" : "InternalFailureException" }, "wrapper" : false, "xmlNamespace" : null }, "InvokeEndpointRequest" : { "c2jName" : "InvokeEndpointInput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : { "action" : "InvokeEndpoint", "locationName" : null, "requestUri" : "/endpoints/{EndpointName}/invocations", "target" : null, "verb" : "POST", "xmlNameSpaceUri" : null }, "members" : [ { "beanStyleGetterMethodName" : "getEndpointName", "beanStyleSetterMethodName" : "setEndpointName", "c2jName" : "EndpointName", "c2jShape" : "EndpointName", "defaultConsumerFluentSetterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointName(String)}.\n@param endpointName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointName(String)", "deprecated" : false, "documentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointName", "fluentSetterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@param endpointName The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointName", "getterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@return The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "EndpointName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointName", "sensitive" : false, "setterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@param endpointName The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.", "setterMethodName" : "setEndpointName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointName", "variableType" : "String", "documentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "BodyBlob", "defaultConsumerFluentSetterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #body(SdkBytes)}.\n@param body a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(SdkBytes)", "deprecated" : false, "documentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@param body Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@return Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : true, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Body", "sensitive" : true, "setterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@param body Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The MIME type of the input data in the request body.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "documentation" : "

The MIME type of the input data in the request body.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

The MIME type of the input data in the request body.

\n@param contentType The MIME type of the input data in the request body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The MIME type of the input data in the request body.

\n@return The MIME type of the input data in the request body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Content-Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The MIME type of the input data in the request body.

\n@param contentType The MIME type of the input data in the request body.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The MIME type of the input data in the request body.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccept", "beanStyleSetterMethodName" : "setAccept", "c2jName" : "Accept", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The desired MIME type of the inference in the response.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accept(String)}.\n@param accept a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accept(String)", "deprecated" : false, "documentation" : "

The desired MIME type of the inference in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accept", "fluentSetterDocumentation" : "

The desired MIME type of the inference in the response.

\n@param accept The desired MIME type of the inference in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accept", "getterDocumentation" : "

The desired MIME type of the inference in the response.

\n@return The desired MIME type of the inference in the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Accept", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accept", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Accept", "sensitive" : false, "setterDocumentation" : "

The desired MIME type of the inference in the response.

\n@param accept The desired MIME type of the inference in the response.", "setterMethodName" : "setAccept", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accept", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accept", "variableType" : "String", "documentation" : "

The desired MIME type of the inference in the response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustomAttributes", "beanStyleSetterMethodName" : "setCustomAttributes", "c2jName" : "CustomAttributes", "c2jShape" : "CustomAttributesHeader", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customAttributes(String)}.\n@param customAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customAttributes(String)", "deprecated" : false, "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customAttributes", "fluentSetterDocumentation" : "

\n@param customAttributes \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customAttributes", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomAttributes", "sensitive" : true, "setterDocumentation" : "

\n@param customAttributes ", "setterMethodName" : "setCustomAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Accept" : { "beanStyleGetterMethodName" : "getAccept", "beanStyleSetterMethodName" : "setAccept", "c2jName" : "Accept", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The desired MIME type of the inference in the response.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accept(String)}.\n@param accept a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accept(String)", "deprecated" : false, "documentation" : "

The desired MIME type of the inference in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accept", "fluentSetterDocumentation" : "

The desired MIME type of the inference in the response.

\n@param accept The desired MIME type of the inference in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accept", "getterDocumentation" : "

The desired MIME type of the inference in the response.

\n@return The desired MIME type of the inference in the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Accept", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accept", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Accept", "sensitive" : false, "setterDocumentation" : "

The desired MIME type of the inference in the response.

\n@param accept The desired MIME type of the inference in the response.", "setterMethodName" : "setAccept", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accept", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accept", "variableType" : "String", "documentation" : "

The desired MIME type of the inference in the response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "Body" : { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "BodyBlob", "defaultConsumerFluentSetterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #body(SdkBytes)}.\n@param body a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(SdkBytes)", "deprecated" : false, "documentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@param body Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@return Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : true, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Body", "sensitive" : true, "setterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@param body Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentType" : { "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The MIME type of the input data in the request body.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "documentation" : "

The MIME type of the input data in the request body.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

The MIME type of the input data in the request body.

\n@param contentType The MIME type of the input data in the request body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The MIME type of the input data in the request body.

\n@return The MIME type of the input data in the request body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Content-Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The MIME type of the input data in the request body.

\n@param contentType The MIME type of the input data in the request body.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The MIME type of the input data in the request body.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomAttributes" : { "beanStyleGetterMethodName" : "getCustomAttributes", "beanStyleSetterMethodName" : "setCustomAttributes", "c2jName" : "CustomAttributes", "c2jShape" : "CustomAttributesHeader", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customAttributes(String)}.\n@param customAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customAttributes(String)", "deprecated" : false, "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customAttributes", "fluentSetterDocumentation" : "

\n@param customAttributes \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customAttributes", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomAttributes", "sensitive" : true, "setterDocumentation" : "

\n@param customAttributes ", "setterMethodName" : "setCustomAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "EndpointName" : { "beanStyleGetterMethodName" : "getEndpointName", "beanStyleSetterMethodName" : "setEndpointName", "c2jName" : "EndpointName", "c2jShape" : "EndpointName", "defaultConsumerFluentSetterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointName(String)}.\n@param endpointName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointName(String)", "deprecated" : false, "documentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointName", "fluentSetterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@param endpointName The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointName", "getterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@return The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "EndpointName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointName", "sensitive" : false, "setterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@param endpointName The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.", "setterMethodName" : "setEndpointName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointName", "variableType" : "String", "documentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getEndpointName", "beanStyleSetterMethodName" : "setEndpointName", "c2jName" : "EndpointName", "c2jShape" : "EndpointName", "defaultConsumerFluentSetterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #endpointName(String)}.\n@param endpointName a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #endpointName(String)", "deprecated" : false, "documentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "endpointName", "fluentSetterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@param endpointName The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "endpointName", "getterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@return The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : "uri", "marshallLocation" : "PATH", "marshallLocationName" : "EndpointName", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "EndpointName", "uri" : true }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "EndpointName", "sensitive" : false, "setterDocumentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

\n@param endpointName The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.", "setterMethodName" : "setEndpointName", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "endpointName", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "endpointName", "variableType" : "String", "documentation" : "

The name of the endpoint that you specified when you created the endpoint using the CreateEndpoint API.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "BodyBlob", "defaultConsumerFluentSetterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #body(SdkBytes)}.\n@param body a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(SdkBytes)", "deprecated" : false, "documentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@param body Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@return Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : true, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Body", "sensitive" : true, "setterDocumentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

\n@param body Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

Provides input data, in the format specified in the ContentType request header. Amazon SageMaker passes all of the data in the body to the model.

For information about the format of the request body, see Common Data Formats—Inference.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The MIME type of the input data in the request body.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "documentation" : "

The MIME type of the input data in the request body.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

The MIME type of the input data in the request body.

\n@param contentType The MIME type of the input data in the request body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The MIME type of the input data in the request body.

\n@return The MIME type of the input data in the request body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Content-Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The MIME type of the input data in the request body.

\n@param contentType The MIME type of the input data in the request body.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The MIME type of the input data in the request body.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getAccept", "beanStyleSetterMethodName" : "setAccept", "c2jName" : "Accept", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The desired MIME type of the inference in the response.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #accept(String)}.\n@param accept a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #accept(String)", "deprecated" : false, "documentation" : "

The desired MIME type of the inference in the response.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "accept", "fluentSetterDocumentation" : "

The desired MIME type of the inference in the response.

\n@param accept The desired MIME type of the inference in the response.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "accept", "getterDocumentation" : "

The desired MIME type of the inference in the response.

\n@return The desired MIME type of the inference in the response.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Accept", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Accept", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "Accept", "sensitive" : false, "setterDocumentation" : "

The desired MIME type of the inference in the response.

\n@param accept The desired MIME type of the inference in the response.", "setterMethodName" : "setAccept", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "accept", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "accept", "variableType" : "String", "documentation" : "

The desired MIME type of the inference in the response.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustomAttributes", "beanStyleSetterMethodName" : "setCustomAttributes", "c2jName" : "CustomAttributes", "c2jShape" : "CustomAttributesHeader", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customAttributes(String)}.\n@param customAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customAttributes(String)", "deprecated" : false, "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customAttributes", "fluentSetterDocumentation" : "

\n@param customAttributes \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customAttributes", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomAttributes", "sensitive" : true, "setterDocumentation" : "

\n@param customAttributes ", "setterMethodName" : "setCustomAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "EndpointName", "Body" ], "shapeName" : "InvokeEndpointRequest", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "InvokeEndpointRequest", "variableName" : "invokeEndpointRequest", "variableType" : "InvokeEndpointRequest", "documentation" : null, "simpleType" : "InvokeEndpointRequest", "variableSetterType" : "InvokeEndpointRequest" }, "wrapper" : false, "xmlNamespace" : null }, "InvokeEndpointResponse" : { "c2jName" : "InvokeEndpointOutput", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "", "endpointDiscovery" : null, "enums" : null, "errorCode" : null, "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : true, "hasPayloadMember" : true, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : null, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "BodyBlob", "defaultConsumerFluentSetterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #body(SdkBytes)}.\n@param body a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(SdkBytes)", "deprecated" : false, "documentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@param body Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@return Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : true, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Body", "sensitive" : true, "setterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@param body Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The MIME type of the inference returned in the response body.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "documentation" : "

The MIME type of the inference returned in the response body.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@param contentType The MIME type of the inference returned in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@return The MIME type of the inference returned in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Content-Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@param contentType The MIME type of the inference returned in the response body.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The MIME type of the inference returned in the response body.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInvokedProductionVariant", "beanStyleSetterMethodName" : "setInvokedProductionVariant", "c2jName" : "InvokedProductionVariant", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

Identifies the production variant that was invoked.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #invokedProductionVariant(String)}.\n@param invokedProductionVariant a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invokedProductionVariant(String)", "deprecated" : false, "documentation" : "

Identifies the production variant that was invoked.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invokedProductionVariant", "fluentSetterDocumentation" : "

Identifies the production variant that was invoked.

\n@param invokedProductionVariant Identifies the production variant that was invoked.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invokedProductionVariant", "getterDocumentation" : "

Identifies the production variant that was invoked.

\n@return Identifies the production variant that was invoked.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-Amzn-Invoked-Production-Variant", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "x-Amzn-Invoked-Production-Variant", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InvokedProductionVariant", "sensitive" : false, "setterDocumentation" : "

Identifies the production variant that was invoked.

\n@param invokedProductionVariant Identifies the production variant that was invoked.", "setterMethodName" : "setInvokedProductionVariant", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invokedProductionVariant", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "invokedProductionVariant", "variableType" : "String", "documentation" : "

Identifies the production variant that was invoked.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustomAttributes", "beanStyleSetterMethodName" : "setCustomAttributes", "c2jName" : "CustomAttributes", "c2jShape" : "CustomAttributesHeader", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customAttributes(String)}.\n@param customAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customAttributes(String)", "deprecated" : false, "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customAttributes", "fluentSetterDocumentation" : "

\n@param customAttributes \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customAttributes", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomAttributes", "sensitive" : true, "setterDocumentation" : "

\n@param customAttributes ", "setterMethodName" : "setCustomAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "Body" : { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "BodyBlob", "defaultConsumerFluentSetterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #body(SdkBytes)}.\n@param body a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(SdkBytes)", "deprecated" : false, "documentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@param body Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@return Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : true, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Body", "sensitive" : true, "setterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@param body Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "ContentType" : { "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The MIME type of the inference returned in the response body.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "documentation" : "

The MIME type of the inference returned in the response body.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@param contentType The MIME type of the inference returned in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@return The MIME type of the inference returned in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Content-Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@param contentType The MIME type of the inference returned in the response body.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The MIME type of the inference returned in the response body.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "CustomAttributes" : { "beanStyleGetterMethodName" : "getCustomAttributes", "beanStyleSetterMethodName" : "setCustomAttributes", "c2jName" : "CustomAttributes", "c2jShape" : "CustomAttributesHeader", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customAttributes(String)}.\n@param customAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customAttributes(String)", "deprecated" : false, "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customAttributes", "fluentSetterDocumentation" : "

\n@param customAttributes \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customAttributes", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomAttributes", "sensitive" : true, "setterDocumentation" : "

\n@param customAttributes ", "setterMethodName" : "setCustomAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "InvokedProductionVariant" : { "beanStyleGetterMethodName" : "getInvokedProductionVariant", "beanStyleSetterMethodName" : "setInvokedProductionVariant", "c2jName" : "InvokedProductionVariant", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

Identifies the production variant that was invoked.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #invokedProductionVariant(String)}.\n@param invokedProductionVariant a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invokedProductionVariant(String)", "deprecated" : false, "documentation" : "

Identifies the production variant that was invoked.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invokedProductionVariant", "fluentSetterDocumentation" : "

Identifies the production variant that was invoked.

\n@param invokedProductionVariant Identifies the production variant that was invoked.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invokedProductionVariant", "getterDocumentation" : "

Identifies the production variant that was invoked.

\n@return Identifies the production variant that was invoked.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-Amzn-Invoked-Production-Variant", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "x-Amzn-Invoked-Production-Variant", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InvokedProductionVariant", "sensitive" : false, "setterDocumentation" : "

Identifies the production variant that was invoked.

\n@param invokedProductionVariant Identifies the production variant that was invoked.", "setterMethodName" : "setInvokedProductionVariant", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invokedProductionVariant", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "invokedProductionVariant", "variableType" : "String", "documentation" : "

Identifies the production variant that was invoked.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getBody", "beanStyleSetterMethodName" : "setBody", "c2jName" : "Body", "c2jShape" : "BodyBlob", "defaultConsumerFluentSetterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\nThis is a convenience that creates an instance of the {@link SdkBytes.Builder} avoiding the need to create one manually via {@link SdkBytes#builder()}.\n\nWhen the {@link Consumer} completes, {@link SdkBytes.Builder#build()} is called immediately and its result is passed to {@link #body(SdkBytes)}.\n@param body a consumer that will call methods on {@link SdkBytes.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #body(SdkBytes)", "deprecated" : false, "documentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "body", "fluentSetterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@param body Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "body", "getterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@return Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.", "getterModel" : { "returnType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : true, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "Body", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Body", "uri" : false }, "idempotencyToken" : false, "isBinary" : true, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "SDK_BYTES", "name" : "Body", "sensitive" : true, "setterDocumentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

\n@param body Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.", "setterMethodName" : "setBody", "setterModel" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : null, "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "software.amazon.awssdk.core.SdkBytes", "variableName" : "body", "variableType" : "software.amazon.awssdk.core.SdkBytes", "documentation" : "

Includes the inference provided by the model.

For information about the format of the response body, see Common Data Formats—Inference.

", "simpleType" : "SdkBytes", "variableSetterType" : "software.amazon.awssdk.core.SdkBytes" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getContentType", "beanStyleSetterMethodName" : "setContentType", "c2jName" : "ContentType", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

The MIME type of the inference returned in the response body.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #contentType(String)}.\n@param contentType a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #contentType(String)", "deprecated" : false, "documentation" : "

The MIME type of the inference returned in the response body.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "contentType", "fluentSetterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@param contentType The MIME type of the inference returned in the response body.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "contentType", "getterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@return The MIME type of the inference returned in the response body.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "Content-Type", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "Content-Type", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "ContentType", "sensitive" : false, "setterDocumentation" : "

The MIME type of the inference returned in the response body.

\n@param contentType The MIME type of the inference returned in the response body.", "setterMethodName" : "setContentType", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "contentType", "variableType" : "String", "documentation" : "

The MIME type of the inference returned in the response body.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getInvokedProductionVariant", "beanStyleSetterMethodName" : "setInvokedProductionVariant", "c2jName" : "InvokedProductionVariant", "c2jShape" : "Header", "defaultConsumerFluentSetterDocumentation" : "

Identifies the production variant that was invoked.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #invokedProductionVariant(String)}.\n@param invokedProductionVariant a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #invokedProductionVariant(String)", "deprecated" : false, "documentation" : "

Identifies the production variant that was invoked.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "invokedProductionVariant", "fluentSetterDocumentation" : "

Identifies the production variant that was invoked.

\n@param invokedProductionVariant Identifies the production variant that was invoked.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "invokedProductionVariant", "getterDocumentation" : "

Identifies the production variant that was invoked.

\n@return Identifies the production variant that was invoked.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "x-Amzn-Invoked-Production-Variant", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "x-Amzn-Invoked-Production-Variant", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "InvokedProductionVariant", "sensitive" : false, "setterDocumentation" : "

Identifies the production variant that was invoked.

\n@param invokedProductionVariant Identifies the production variant that was invoked.", "setterMethodName" : "setInvokedProductionVariant", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "invokedProductionVariant", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "invokedProductionVariant", "variableType" : "String", "documentation" : "

Identifies the production variant that was invoked.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getCustomAttributes", "beanStyleSetterMethodName" : "setCustomAttributes", "c2jName" : "CustomAttributes", "c2jShape" : "CustomAttributesHeader", "defaultConsumerFluentSetterDocumentation" : "

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #customAttributes(String)}.\n@param customAttributes a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #customAttributes(String)", "deprecated" : false, "documentation" : "

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "customAttributes", "fluentSetterDocumentation" : "

\n@param customAttributes \n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "customAttributes", "getterDocumentation" : "

\n@return ", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : true, "isPayload" : false, "isStreaming" : false, "location" : "header", "marshallLocation" : "HEADER", "marshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "X-Amzn-SageMaker-Custom-Attributes", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "CustomAttributes", "sensitive" : true, "setterDocumentation" : "

\n@param customAttributes ", "setterMethodName" : "setCustomAttributes", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "customAttributes", "variableType" : "String", "documentation" : "

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : [ "Body" ], "shapeName" : "InvokeEndpointResponse", "simpleMethod" : false, "unmarshaller" : { "flattened" : false, "resultWrapper" : null }, "variable" : { "variableDeclarationType" : "InvokeEndpointResponse", "variableName" : "invokeEndpointResponse", "variableType" : "InvokeEndpointResponse", "documentation" : null, "simpleType" : "InvokeEndpointResponse", "variableSetterType" : "InvokeEndpointResponse" }, "wrapper" : false, "xmlNamespace" : null }, "ModelErrorException" : { "c2jName" : "ModelError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Model (owned by the customer in the container) returned an error 500.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ModelError", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 424, "marshaller" : null, "members" : [ { "beanStyleGetterMethodName" : "getOriginalStatusCode", "beanStyleSetterMethodName" : "setOriginalStatusCode", "c2jName" : "OriginalStatusCode", "c2jShape" : "StatusCode", "defaultConsumerFluentSetterDocumentation" : "

Original status code.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #originalStatusCode(Integer)}.\n@param originalStatusCode a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalStatusCode(Integer)", "deprecated" : false, "documentation" : "

Original status code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalStatusCode", "fluentSetterDocumentation" : "

Original status code.

\n@param originalStatusCode Original status code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalStatusCode", "getterDocumentation" : "

Original status code.

\n@return Original status code.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalStatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalStatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginalStatusCode", "sensitive" : false, "setterDocumentation" : "

Original status code.

\n@param originalStatusCode Original status code.", "setterMethodName" : "setOriginalStatusCode", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originalStatusCode", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originalStatusCode", "variableType" : "Integer", "documentation" : "

Original status code.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOriginalMessage", "beanStyleSetterMethodName" : "setOriginalMessage", "c2jName" : "OriginalMessage", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

Original message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalMessage(String)}.\n@param originalMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalMessage(String)", "deprecated" : false, "documentation" : "

Original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalMessage", "fluentSetterDocumentation" : "

Original message.

\n@param originalMessage Original message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalMessage", "getterDocumentation" : "

Original message.

\n@return Original message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalMessage", "sensitive" : false, "setterDocumentation" : "

Original message.

\n@param originalMessage Original message.", "setterMethodName" : "setOriginalMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessage", "variableType" : "String", "documentation" : "

Original message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLogStreamArn", "beanStyleSetterMethodName" : "setLogStreamArn", "c2jName" : "LogStreamArn", "c2jShape" : "LogStreamArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamArn(String)}.\n@param logStreamArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param logStreamArn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param logStreamArn The Amazon Resource Name (ARN) of the log stream.", "setterMethodName" : "setLogStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "membersAsMap" : { "LogStreamArn" : { "beanStyleGetterMethodName" : "getLogStreamArn", "beanStyleSetterMethodName" : "setLogStreamArn", "c2jName" : "LogStreamArn", "c2jShape" : "LogStreamArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamArn(String)}.\n@param logStreamArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param logStreamArn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param logStreamArn The Amazon Resource Name (ARN) of the log stream.", "setterMethodName" : "setLogStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginalMessage" : { "beanStyleGetterMethodName" : "getOriginalMessage", "beanStyleSetterMethodName" : "setOriginalMessage", "c2jName" : "OriginalMessage", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

Original message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalMessage(String)}.\n@param originalMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalMessage(String)", "deprecated" : false, "documentation" : "

Original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalMessage", "fluentSetterDocumentation" : "

Original message.

\n@param originalMessage Original message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalMessage", "getterDocumentation" : "

Original message.

\n@return Original message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalMessage", "sensitive" : false, "setterDocumentation" : "

Original message.

\n@param originalMessage Original message.", "setterMethodName" : "setOriginalMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessage", "variableType" : "String", "documentation" : "

Original message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, "OriginalStatusCode" : { "beanStyleGetterMethodName" : "getOriginalStatusCode", "beanStyleSetterMethodName" : "setOriginalStatusCode", "c2jName" : "OriginalStatusCode", "c2jShape" : "StatusCode", "defaultConsumerFluentSetterDocumentation" : "

Original status code.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #originalStatusCode(Integer)}.\n@param originalStatusCode a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalStatusCode(Integer)", "deprecated" : false, "documentation" : "

Original status code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalStatusCode", "fluentSetterDocumentation" : "

Original status code.

\n@param originalStatusCode Original status code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalStatusCode", "getterDocumentation" : "

Original status code.

\n@return Original status code.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalStatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalStatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginalStatusCode", "sensitive" : false, "setterDocumentation" : "

Original status code.

\n@param originalStatusCode Original status code.", "setterMethodName" : "setOriginalStatusCode", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originalStatusCode", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originalStatusCode", "variableType" : "Integer", "documentation" : "

Original status code.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } }, "nonStreamingMembers" : [ { "beanStyleGetterMethodName" : "getOriginalStatusCode", "beanStyleSetterMethodName" : "setOriginalStatusCode", "c2jName" : "OriginalStatusCode", "c2jShape" : "StatusCode", "defaultConsumerFluentSetterDocumentation" : "

Original status code.

\nThis is a convenience that creates an instance of the {@link Integer.Builder} avoiding the need to create one manually via {@link Integer#builder()}.\n\nWhen the {@link Consumer} completes, {@link Integer.Builder#build()} is called immediately and its result is passed to {@link #originalStatusCode(Integer)}.\n@param originalStatusCode a consumer that will call methods on {@link Integer.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalStatusCode(Integer)", "deprecated" : false, "documentation" : "

Original status code.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalStatusCode", "fluentSetterDocumentation" : "

Original status code.

\n@param originalStatusCode Original status code.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalStatusCode", "getterDocumentation" : "

Original status code.

\n@return Original status code.", "getterModel" : { "returnType" : "Integer", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalStatusCode", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalStatusCode", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "INTEGER", "name" : "OriginalStatusCode", "sensitive" : false, "setterDocumentation" : "

Original status code.

\n@param originalStatusCode Original status code.", "setterMethodName" : "setOriginalStatusCode", "setterModel" : { "variableDeclarationType" : "Integer", "variableName" : "originalStatusCode", "variableType" : "Integer", "documentation" : null, "simpleType" : "Integer", "variableSetterType" : "Integer" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "Integer", "variableName" : "originalStatusCode", "variableType" : "Integer", "documentation" : "

Original status code.

", "simpleType" : "Integer", "variableSetterType" : "Integer" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getOriginalMessage", "beanStyleSetterMethodName" : "setOriginalMessage", "c2jName" : "OriginalMessage", "c2jShape" : "Message", "defaultConsumerFluentSetterDocumentation" : "

Original message.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #originalMessage(String)}.\n@param originalMessage a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #originalMessage(String)", "deprecated" : false, "documentation" : "

Original message.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "originalMessage", "fluentSetterDocumentation" : "

Original message.

\n@param originalMessage Original message.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "originalMessage", "getterDocumentation" : "

Original message.

\n@return Original message.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "OriginalMessage", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "OriginalMessage", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "OriginalMessage", "sensitive" : false, "setterDocumentation" : "

Original message.

\n@param originalMessage Original message.", "setterMethodName" : "setOriginalMessage", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "originalMessage", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "originalMessage", "variableType" : "String", "documentation" : "

Original message.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null }, { "beanStyleGetterMethodName" : "getLogStreamArn", "beanStyleSetterMethodName" : "setLogStreamArn", "c2jName" : "LogStreamArn", "c2jShape" : "LogStreamArn", "defaultConsumerFluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\nThis is a convenience that creates an instance of the {@link String.Builder} avoiding the need to create one manually via {@link String#builder()}.\n\nWhen the {@link Consumer} completes, {@link String.Builder#build()} is called immediately and its result is passed to {@link #logStreamArn(String)}.\n@param logStreamArn a consumer that will call methods on {@link String.Builder}\n@return Returns a reference to this object so that method calls can be chained together.\n@see #logStreamArn(String)", "deprecated" : false, "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "endpointDiscoveryId" : false, "enumType" : null, "eventHeader" : false, "eventPayload" : false, "fluentEnumGetterMethodName" : null, "fluentEnumSetterMethodName" : null, "fluentGetterMethodName" : "logStreamArn", "fluentSetterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param logStreamArn The Amazon Resource Name (ARN) of the log stream.\n@return Returns a reference to this object so that method calls can be chained together.", "fluentSetterMethodName" : "logStreamArn", "getterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@return The Amazon Resource Name (ARN) of the log stream.", "getterModel" : { "returnType" : "String", "documentation" : null }, "http" : { "additionalMarshallingPath" : null, "additionalUnmarshallingPath" : null, "flattened" : false, "greedy" : false, "header" : false, "isPayload" : false, "isStreaming" : false, "location" : null, "marshallLocation" : "PAYLOAD", "marshallLocationName" : "LogStreamArn", "queryString" : false, "requiresLength" : false, "statusCode" : false, "unmarshallLocationName" : "LogStreamArn", "uri" : false }, "idempotencyToken" : false, "isBinary" : false, "jsonValue" : false, "list" : false, "listModel" : null, "map" : false, "mapModel" : null, "marshallingType" : "STRING", "name" : "LogStreamArn", "sensitive" : false, "setterDocumentation" : "

The Amazon Resource Name (ARN) of the log stream.

\n@param logStreamArn The Amazon Resource Name (ARN) of the log stream.", "setterMethodName" : "setLogStreamArn", "setterModel" : { "variableDeclarationType" : "String", "variableName" : "logStreamArn", "variableType" : "String", "documentation" : null, "simpleType" : "String", "variableSetterType" : "String" }, "simple" : true, "timestampFormat" : null, "variable" : { "variableDeclarationType" : "String", "variableName" : "logStreamArn", "variableType" : "String", "documentation" : "

The Amazon Resource Name (ARN) of the log stream.

", "simpleType" : "String", "variableSetterType" : "String" }, "xmlAttribute" : false, "xmlNameSpaceUri" : null } ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ModelErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ModelErrorException", "variableName" : "modelErrorException", "variableType" : "ModelErrorException", "documentation" : null, "simpleType" : "ModelErrorException", "variableSetterType" : "ModelErrorException" }, "wrapper" : false, "xmlNamespace" : null }, "ServiceUnavailableException" : { "c2jName" : "ServiceUnavailable", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

The service is unavailable. Try your call again.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ServiceUnavailable", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 503, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ServiceUnavailableException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ServiceUnavailableException", "variableName" : "serviceUnavailableException", "variableType" : "ServiceUnavailableException", "documentation" : null, "simpleType" : "ServiceUnavailableException", "variableSetterType" : "ServiceUnavailableException" }, "wrapper" : false, "xmlNamespace" : null }, "ValidationErrorException" : { "c2jName" : "ValidationError", "customization" : { "artificialResultWrapper" : null, "skipGeneratingMarshaller" : false, "skipGeneratingModelClass" : false, "skipGeneratingUnmarshaller" : false, "staxTargetDepthOffset" : 0 }, "deprecated" : false, "documentation" : "

Inspect your request and try again.

", "endpointDiscovery" : null, "enums" : null, "errorCode" : "ValidationError", "event" : false, "eventStream" : false, "explicitEventPayloadMember" : null, "hasHeaderMember" : false, "hasPayloadMember" : false, "hasRequiresLengthMember" : false, "hasStatusCodeMember" : false, "hasStreamingMember" : false, "httpStatusCode" : 400, "marshaller" : null, "members" : [ ], "membersAsMap" : { }, "nonStreamingMembers" : [ ], "requestSignerAware" : false, "requestSignerClassFqcn" : null, "required" : null, "shapeName" : "ValidationErrorException", "simpleMethod" : false, "unmarshaller" : null, "variable" : { "variableDeclarationType" : "ValidationErrorException", "variableName" : "validationErrorException", "variableType" : "ValidationErrorException", "documentation" : null, "simpleType" : "ValidationErrorException", "variableSetterType" : "ValidationErrorException" }, "wrapper" : false, "xmlNamespace" : null } }, "customAuthorizers" : { }, "customRetryPolicy" : null, "examples" : { "examples" : { }, "version" : "1.0" }, "fileHeader" : "/*\n * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\").\n * You may not use this file except in compliance with the License.\n * A copy of the License is located at\n *\n * http://aws.amazon.com/apache2.0\n *\n * or in the \"license\" file accompanying this file. This file is distributed\n * on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either\n * express or implied. See the License for the specific language governing\n * permissions and limitations under the License.\n */\n", "sdkBaseResponseFqcn" : "software.amazon.awssdk.awscore.AwsResponse", "sdkModeledExceptionBaseClassName" : "SageMakerRuntimeException", "sdkModeledExceptionBaseFqcn" : "software.amazon.awssdk.services.sagemakerruntime.model.SageMakerRuntimeException", "sdkRequestBaseClassName" : "SageMakerRuntimeRequest", "sdkResponseBaseClassName" : "SageMakerRuntimeResponse" }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy