
models.machinelearning-2014-12-12-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-machinelearning Show documentation
{
"metadata" : {
"apiVersion" : "2014-12-12",
"exceptionUnmarshallerImpl" : null,
"protocol" : "json",
"checksumFormat" : null,
"documentation" : "Definition of the public APIs exposed by Amazon Machine Learning",
"defaultEndpoint" : "https://machinelearning.us-east-1.amazonaws.com",
"defaultEndpointWithoutHttpProtocol" : "machinelearning.us-east-1.amazonaws.com",
"syncInterface" : "AmazonMachineLearning",
"syncClient" : "AmazonMachineLearningClient",
"asyncInterface" : "AmazonMachineLearningAsync",
"asyncClient" : "AmazonMachineLearningAsyncClient",
"packageName" : "com.amazonaws.services.machinelearning",
"packagePath" : "com/amazonaws/services/machinelearning",
"serviceAbbreviation" : null,
"serviceFullName" : "Amazon Machine Learning",
"hasApiWithStreamInput" : false,
"jsonContentVersion" : "application/x-amz-json-1.1",
"jsonVersion" : "1.1",
"endpointPrefix" : "machinelearning",
"signingName" : "machinelearning",
"jsonProtocol" : true,
"serviceName" : "Amazon Machine Learning",
"cborProtocol" : false,
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"protocolDefaultExceptionUnmarshallerType" : "JsonErrorUnmarshaller",
"xmlProtocol" : false
},
"operations" : {
"CreateBatchPrediction" : {
"documentation" : "Generates predictions for a group of observations. The observations to process exist in one or more data files referenced by a DataSource
. This operation creates a new BatchPrediction
, and uses an MLModel
and the data files referenced by the DataSource
as information sources.
CreateBatchPrediction
is an asynchronous operation. In response to CreateBatchPrediction
, Amazon Machine Learning (Amazon ML) immediately returns and sets the BatchPrediction
status to PENDING
. After the BatchPrediction
completes, Amazon ML sets the status to COMPLETED
.
You can poll for status updates by using the GetBatchPrediction operation and checking the Status
parameter of the result. After the COMPLETED
status appears, the results are available in the location specified by the OutputUri
parameter.
",
"operationName" : "CreateBatchPrediction",
"deprecated" : false,
"input" : {
"variableName" : "createBatchPredictionRequest",
"variableType" : "CreateBatchPredictionRequest",
"variableDeclarationType" : "CreateBatchPredictionRequest",
"documentation" : "",
"simpleType" : "CreateBatchPredictionRequest",
"variableSetterType" : "CreateBatchPredictionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateBatchPredictionResult",
"documentation" : " Represents the output of a CreateBatchPrediction operation, and is an acknowledgement that Amazon ML received the request.
The CreateBatchPrediction operation is asynchronous. You can poll for status updates by using the GetBatchPrediction operation and checking the Status
parameter of the result.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateBatchPredictionResult",
"asyncReturnType" : "CreateBatchPredictionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createBatchPrediction"
},
"CreateDataSourceFromRDS" : {
"documentation" : "Creates a DataSource
object from an Amazon Relational Database Service (Amazon RDS). A DataSource
references data that can be used to perform CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.
CreateDataSourceFromRDS
is an asynchronous operation. In response to CreateDataSourceFromRDS
, Amazon Machine Learning (Amazon ML) immediately returns and sets the DataSource
status to PENDING
. After the DataSource
is created and ready for use, Amazon ML sets the Status
parameter to COMPLETED
. DataSource
in COMPLETED
or PENDING
status can only be used to perform CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.
If Amazon ML cannot accept the input source, it sets the Status
parameter to FAILED
and includes an error message in the Message
attribute of the GetDataSource operation response.
",
"operationName" : "CreateDataSourceFromRDS",
"deprecated" : false,
"input" : {
"variableName" : "createDataSourceFromRDSRequest",
"variableType" : "CreateDataSourceFromRDSRequest",
"variableDeclarationType" : "CreateDataSourceFromRDSRequest",
"documentation" : "",
"simpleType" : "CreateDataSourceFromRDSRequest",
"variableSetterType" : "CreateDataSourceFromRDSRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDataSourceFromRDSResult",
"documentation" : " Represents the output of a CreateDataSourceFromRDS operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromRDS operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status
parameter. You can inspect the Message
when Status
shows up as FAILED
. You can also check the progress of the copy operation by going to the DataPipeline
console and looking up the pipeline using the pipelineId from the describe call.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateDataSourceFromRDSResult",
"asyncReturnType" : "CreateDataSourceFromRDSResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createDataSourceFromRDS"
},
"CreateDataSourceFromRedshift" : {
"documentation" : "Creates a DataSource
from Amazon Redshift. A DataSource
references data that can be used to perform either CreateMLModel, CreateEvaluation or CreateBatchPrediction operations.
CreateDataSourceFromRedshift
is an asynchronous operation. In response to CreateDataSourceFromRedshift
, Amazon Machine Learning (Amazon ML) immediately returns and sets the DataSource
status to PENDING
. After the DataSource
is created and ready for use, Amazon ML sets the Status
parameter to COMPLETED
. DataSource
in COMPLETED
or PENDING
status can only be used to perform CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.
If Amazon ML cannot accept the input source, it sets the Status
parameter to FAILED
and includes an error message in the Message
attribute of the GetDataSource operation response.
The observations should exist in the database hosted on an Amazon Redshift cluster and should be specified by a SelectSqlQuery
. Amazon ML executes Unload command in Amazon Redshift to transfer the result set of SelectSqlQuery
to S3StagingLocation.
After the DataSource
is created, it's ready for use in evaluations and batch predictions. If you plan to use the DataSource
to train an MLModel
, the DataSource
requires another item -- a recipe. A recipe describes the observation variables that participate in training an MLModel
. A recipe describes how each input variable will be used in training. Will the variable be included or excluded from training? Will the variable be manipulated, for example, combined with another variable or split apart into word combinations? The recipe provides answers to these questions. For more information, see the Amazon Machine Learning Developer Guide.
",
"operationName" : "CreateDataSourceFromRedshift",
"deprecated" : false,
"input" : {
"variableName" : "createDataSourceFromRedshiftRequest",
"variableType" : "CreateDataSourceFromRedshiftRequest",
"variableDeclarationType" : "CreateDataSourceFromRedshiftRequest",
"documentation" : "",
"simpleType" : "CreateDataSourceFromRedshiftRequest",
"variableSetterType" : "CreateDataSourceFromRedshiftRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDataSourceFromRedshiftResult",
"documentation" : " Represents the output of a CreateDataSourceFromRedshift operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromRedshift operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status
parameter.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateDataSourceFromRedshiftResult",
"asyncReturnType" : "CreateDataSourceFromRedshiftResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createDataSourceFromRedshift"
},
"CreateDataSourceFromS3" : {
"documentation" : "Creates a DataSource
object. A DataSource
references data that can be used to perform CreateMLModel, CreateEvaluation, or CreateBatchPrediction operations.
CreateDataSourceFromS3
is an asynchronous operation. In response to CreateDataSourceFromS3
, Amazon Machine Learning (Amazon ML) immediately returns and sets the DataSource
status to PENDING
. After the DataSource
is created and ready for use, Amazon ML sets the Status
parameter to COMPLETED
. DataSource
in COMPLETED
or PENDING
status can only be used to perform CreateMLModel, CreateEvaluation or CreateBatchPrediction operations.
If Amazon ML cannot accept the input source, it sets the Status
parameter to FAILED
and includes an error message in the Message
attribute of the GetDataSource operation response.
The observation data used in a DataSource
should be ready to use; that is, it should have a consistent structure, and missing data values should be kept to a minimum. The observation data must reside in one or more CSV files in an Amazon Simple Storage Service (Amazon S3) bucket, along with a schema that describes the data items by name and type. The same schema must be used for all of the data files referenced by the DataSource
.
After the DataSource
has been created, it's ready to use in evaluations and batch predictions. If you plan to use the DataSource
to train an MLModel
, the DataSource
requires another item: a recipe. A recipe describes the observation variables that participate in training an MLModel
. A recipe describes how each input variable will be used in training. Will the variable be included or excluded from training? Will the variable be manipulated, for example, combined with another variable, or split apart into word combinations? The recipe provides answers to these questions. For more information, see the Amazon Machine Learning Developer Guide.
",
"operationName" : "CreateDataSourceFromS3",
"deprecated" : false,
"input" : {
"variableName" : "createDataSourceFromS3Request",
"variableType" : "CreateDataSourceFromS3Request",
"variableDeclarationType" : "CreateDataSourceFromS3Request",
"documentation" : "",
"simpleType" : "CreateDataSourceFromS3Request",
"variableSetterType" : "CreateDataSourceFromS3Request"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateDataSourceFromS3Result",
"documentation" : " Represents the output of a CreateDataSourceFromS3 operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromS3 operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status
parameter.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateDataSourceFromS3Result",
"asyncReturnType" : "CreateDataSourceFromS3Result",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createDataSourceFromS3"
},
"CreateEvaluation" : {
"documentation" : "Creates a new Evaluation
of an MLModel
. An MLModel
is evaluated on a set of observations associated to a DataSource
. Like a DataSource
for an MLModel
, the DataSource
for an Evaluation
contains values for the Target Variable. The Evaluation
compares the predicted result for each observation to the actual outcome and provides a summary so that you know how effective the MLModel
functions on the test data. Evaluation generates a relevant performance metric such as BinaryAUC, RegressionRMSE or MulticlassAvgFScore based on the corresponding MLModelType
: BINARY
, REGRESSION
or MULTICLASS
.
CreateEvaluation
is an asynchronous operation. In response to CreateEvaluation
, Amazon Machine Learning (Amazon ML) immediately returns and sets the evaluation status to PENDING
. After the Evaluation
is created and ready for use, Amazon ML sets the status to COMPLETED
.
You can use the GetEvaluation operation to check progress of the evaluation during the creation operation.
",
"operationName" : "CreateEvaluation",
"deprecated" : false,
"input" : {
"variableName" : "createEvaluationRequest",
"variableType" : "CreateEvaluationRequest",
"variableDeclarationType" : "CreateEvaluationRequest",
"documentation" : "",
"simpleType" : "CreateEvaluationRequest",
"variableSetterType" : "CreateEvaluationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateEvaluationResult",
"documentation" : " Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received the request.
CreateEvaluation operation is asynchronous. You can poll for status updates by using the GetEvaluation operation and checking the Status
parameter.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateEvaluationResult",
"asyncReturnType" : "CreateEvaluationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createEvaluation"
},
"CreateMLModel" : {
"documentation" : "Creates a new MLModel
using the data files and the recipe as information sources.
An MLModel
is nearly immutable. Users can only update the MLModelName
and the ScoreThreshold
in an MLModel
without creating a new MLModel
.
CreateMLModel
is an asynchronous operation. In response to CreateMLModel
, Amazon Machine Learning (Amazon ML) immediately returns and sets the MLModel
status to PENDING
. After the MLModel
is created and ready for use, Amazon ML sets the status to COMPLETED
.
You can use the GetMLModel operation to check progress of the MLModel
during the creation operation.
CreateMLModel requires a DataSource
with computed statistics, which can be created by setting ComputeStatistics
to true
in CreateDataSourceFromRDS, CreateDataSourceFromS3, or CreateDataSourceFromRedshift operations.
",
"operationName" : "CreateMLModel",
"deprecated" : false,
"input" : {
"variableName" : "createMLModelRequest",
"variableType" : "CreateMLModelRequest",
"variableDeclarationType" : "CreateMLModelRequest",
"documentation" : "",
"simpleType" : "CreateMLModelRequest",
"variableSetterType" : "CreateMLModelRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateMLModelResult",
"documentation" : " Represents the output of a CreateMLModel operation, and is an acknowledgement that Amazon ML received the request.
The CreateMLModel operation is asynchronous. You can poll for status updates by using the GetMLModel operation and checking the Status
parameter.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
}, {
"exceptionName" : "IdempotentParameterMismatchException",
"documentation" : "A second request to use or change an object was not allowed. This can result from retrying a request using a parameter that was not present in the original request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateMLModelResult",
"asyncReturnType" : "CreateMLModelResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createMLModel"
},
"CreateRealtimeEndpoint" : {
"documentation" : "Creates a real-time endpoint for the MLModel
. The endpoint contains the URI of the MLModel
; that is, the location to send real-time prediction requests for the specified MLModel
.
",
"operationName" : "CreateRealtimeEndpoint",
"deprecated" : false,
"input" : {
"variableName" : "createRealtimeEndpointRequest",
"variableType" : "CreateRealtimeEndpointRequest",
"variableDeclarationType" : "CreateRealtimeEndpointRequest",
"documentation" : "",
"simpleType" : "CreateRealtimeEndpointRequest",
"variableSetterType" : "CreateRealtimeEndpointRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "CreateRealtimeEndpointResult",
"documentation" : "Represents the output of an CreateRealtimeEndpoint operation.
The result contains the MLModelId
and the endpoint information for the MLModel
.
The endpoint information includes the URI of the MLModel
; that is, the location to send online prediction requests for the specified MLModel
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "CreateRealtimeEndpointResult",
"asyncReturnType" : "CreateRealtimeEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "createRealtimeEndpoint"
},
"DeleteBatchPrediction" : {
"documentation" : "Assigns the DELETED status to a BatchPrediction
, rendering it unusable.
After using the DeleteBatchPrediction
operation, you can use the GetBatchPrediction operation to verify that the status of the BatchPrediction
changed to DELETED.
Caution: The result of the DeleteBatchPrediction
operation is irreversible.
",
"operationName" : "DeleteBatchPrediction",
"deprecated" : false,
"input" : {
"variableName" : "deleteBatchPredictionRequest",
"variableType" : "DeleteBatchPredictionRequest",
"variableDeclarationType" : "DeleteBatchPredictionRequest",
"documentation" : "",
"simpleType" : "DeleteBatchPredictionRequest",
"variableSetterType" : "DeleteBatchPredictionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteBatchPredictionResult",
"documentation" : " Represents the output of a DeleteBatchPrediction operation.
You can use the GetBatchPrediction operation and check the value of the Status
parameter to see whether a BatchPrediction
is marked as DELETED
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteBatchPredictionResult",
"asyncReturnType" : "DeleteBatchPredictionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteBatchPrediction"
},
"DeleteDataSource" : {
"documentation" : "Assigns the DELETED status to a DataSource
, rendering it unusable.
After using the DeleteDataSource
operation, you can use the GetDataSource operation to verify that the status of the DataSource
changed to DELETED.
Caution: The results of the DeleteDataSource
operation are irreversible.
",
"operationName" : "DeleteDataSource",
"deprecated" : false,
"input" : {
"variableName" : "deleteDataSourceRequest",
"variableType" : "DeleteDataSourceRequest",
"variableDeclarationType" : "DeleteDataSourceRequest",
"documentation" : "",
"simpleType" : "DeleteDataSourceRequest",
"variableSetterType" : "DeleteDataSourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteDataSourceResult",
"documentation" : " Represents the output of a DeleteDataSource operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteDataSourceResult",
"asyncReturnType" : "DeleteDataSourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteDataSource"
},
"DeleteEvaluation" : {
"documentation" : "Assigns the DELETED
status to an Evaluation
, rendering it unusable.
After invoking the DeleteEvaluation
operation, you can use the GetEvaluation operation to verify that the status of the Evaluation
changed to DELETED
.
Caution: The results of the DeleteEvaluation
operation are irreversible.
",
"operationName" : "DeleteEvaluation",
"deprecated" : false,
"input" : {
"variableName" : "deleteEvaluationRequest",
"variableType" : "DeleteEvaluationRequest",
"variableDeclarationType" : "DeleteEvaluationRequest",
"documentation" : "",
"simpleType" : "DeleteEvaluationRequest",
"variableSetterType" : "DeleteEvaluationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteEvaluationResult",
"documentation" : " Represents the output of a DeleteEvaluation operation. The output indicates that Amazon Machine Learning (Amazon ML) received the request.
You can use the GetEvaluation operation and check the value of the Status
parameter to see whether an Evaluation
is marked as DELETED
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteEvaluationResult",
"asyncReturnType" : "DeleteEvaluationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteEvaluation"
},
"DeleteMLModel" : {
"documentation" : "Assigns the DELETED status to an MLModel
, rendering it unusable.
After using the DeleteMLModel
operation, you can use the GetMLModel operation to verify that the status of the MLModel
changed to DELETED.
Caution: The result of the DeleteMLModel
operation is irreversible.
",
"operationName" : "DeleteMLModel",
"deprecated" : false,
"input" : {
"variableName" : "deleteMLModelRequest",
"variableType" : "DeleteMLModelRequest",
"variableDeclarationType" : "DeleteMLModelRequest",
"documentation" : "",
"simpleType" : "DeleteMLModelRequest",
"variableSetterType" : "DeleteMLModelRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteMLModelResult",
"documentation" : "Represents the output of a DeleteMLModel operation.
You can use the GetMLModel operation and check the value of the Status
parameter to see whether an MLModel
is marked as DELETED
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteMLModelResult",
"asyncReturnType" : "DeleteMLModelResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteMLModel"
},
"DeleteRealtimeEndpoint" : {
"documentation" : "Deletes a real time endpoint of an MLModel
.
",
"operationName" : "DeleteRealtimeEndpoint",
"deprecated" : false,
"input" : {
"variableName" : "deleteRealtimeEndpointRequest",
"variableType" : "DeleteRealtimeEndpointRequest",
"variableDeclarationType" : "DeleteRealtimeEndpointRequest",
"documentation" : "",
"simpleType" : "DeleteRealtimeEndpointRequest",
"variableSetterType" : "DeleteRealtimeEndpointRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteRealtimeEndpointResult",
"documentation" : "Represents the output of an DeleteRealtimeEndpoint operation.
The result contains the MLModelId
and the endpoint information for the MLModel
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DeleteRealtimeEndpointResult",
"asyncReturnType" : "DeleteRealtimeEndpointResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteRealtimeEndpoint"
},
"DescribeBatchPredictions" : {
"documentation" : "Returns a list of BatchPrediction
operations that match the search criteria in the request.
",
"operationName" : "DescribeBatchPredictions",
"deprecated" : false,
"input" : {
"variableName" : "describeBatchPredictionsRequest",
"variableType" : "DescribeBatchPredictionsRequest",
"variableDeclarationType" : "DescribeBatchPredictionsRequest",
"documentation" : "",
"simpleType" : "DescribeBatchPredictionsRequest",
"variableSetterType" : "DescribeBatchPredictionsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeBatchPredictionsResult",
"documentation" : "Represents the output of a DescribeBatchPredictions operation. The content is essentially a list of BatchPrediction
s.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeBatchPredictionsResult",
"asyncReturnType" : "DescribeBatchPredictionsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeBatchPredictions"
},
"DescribeDataSources" : {
"documentation" : "Returns a list of DataSource
that match the search criteria in the request.
",
"operationName" : "DescribeDataSources",
"deprecated" : false,
"input" : {
"variableName" : "describeDataSourcesRequest",
"variableType" : "DescribeDataSourcesRequest",
"variableDeclarationType" : "DescribeDataSourcesRequest",
"documentation" : "",
"simpleType" : "DescribeDataSourcesRequest",
"variableSetterType" : "DescribeDataSourcesRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeDataSourcesResult",
"documentation" : "Represents the query results from a DescribeDataSources operation. The content is essentially a list of DataSource
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeDataSourcesResult",
"asyncReturnType" : "DescribeDataSourcesResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeDataSources"
},
"DescribeEvaluations" : {
"documentation" : "Returns a list of DescribeEvaluations
that match the search criteria in the request.
",
"operationName" : "DescribeEvaluations",
"deprecated" : false,
"input" : {
"variableName" : "describeEvaluationsRequest",
"variableType" : "DescribeEvaluationsRequest",
"variableDeclarationType" : "DescribeEvaluationsRequest",
"documentation" : "",
"simpleType" : "DescribeEvaluationsRequest",
"variableSetterType" : "DescribeEvaluationsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeEvaluationsResult",
"documentation" : "Represents the query results from a DescribeEvaluations operation. The content is essentially a list of Evaluation
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeEvaluationsResult",
"asyncReturnType" : "DescribeEvaluationsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeEvaluations"
},
"DescribeMLModels" : {
"documentation" : "Returns a list of MLModel
that match the search criteria in the request.
",
"operationName" : "DescribeMLModels",
"deprecated" : false,
"input" : {
"variableName" : "describeMLModelsRequest",
"variableType" : "DescribeMLModelsRequest",
"variableDeclarationType" : "DescribeMLModelsRequest",
"documentation" : "",
"simpleType" : "DescribeMLModelsRequest",
"variableSetterType" : "DescribeMLModelsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeMLModelsResult",
"documentation" : "Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "DescribeMLModelsResult",
"asyncReturnType" : "DescribeMLModelsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeMLModels"
},
"GetBatchPrediction" : {
"documentation" : "Returns a BatchPrediction
that includes detailed metadata, status, and data file information for a Batch Prediction
request.
",
"operationName" : "GetBatchPrediction",
"deprecated" : false,
"input" : {
"variableName" : "getBatchPredictionRequest",
"variableType" : "GetBatchPredictionRequest",
"variableDeclarationType" : "GetBatchPredictionRequest",
"documentation" : "",
"simpleType" : "GetBatchPredictionRequest",
"variableSetterType" : "GetBatchPredictionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetBatchPredictionResult",
"documentation" : "Represents the output of a GetBatchPrediction operation and describes a BatchPrediction
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetBatchPredictionResult",
"asyncReturnType" : "GetBatchPredictionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getBatchPrediction"
},
"GetDataSource" : {
"documentation" : "Returns a DataSource
that includes metadata and data file information, as well as the current status of the DataSource
.
GetDataSource
provides results in normal or verbose format. The verbose format adds the schema description and the list of files pointed to by the DataSource to the normal format.
",
"operationName" : "GetDataSource",
"deprecated" : false,
"input" : {
"variableName" : "getDataSourceRequest",
"variableType" : "GetDataSourceRequest",
"variableDeclarationType" : "GetDataSourceRequest",
"documentation" : "",
"simpleType" : "GetDataSourceRequest",
"variableSetterType" : "GetDataSourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetDataSourceResult",
"documentation" : "Represents the output of a GetDataSource operation and describes a DataSource
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetDataSourceResult",
"asyncReturnType" : "GetDataSourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getDataSource"
},
"GetEvaluation" : {
"documentation" : "Returns an Evaluation
that includes metadata as well as the current status of the Evaluation
.
",
"operationName" : "GetEvaluation",
"deprecated" : false,
"input" : {
"variableName" : "getEvaluationRequest",
"variableType" : "GetEvaluationRequest",
"variableDeclarationType" : "GetEvaluationRequest",
"documentation" : "",
"simpleType" : "GetEvaluationRequest",
"variableSetterType" : "GetEvaluationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetEvaluationResult",
"documentation" : "Represents the output of a GetEvaluation operation and describes an Evaluation
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetEvaluationResult",
"asyncReturnType" : "GetEvaluationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getEvaluation"
},
"GetMLModel" : {
"documentation" : "Returns an MLModel
that includes detailed metadata, and data source information as well as the current status of the MLModel
.
GetMLModel
provides results in normal or verbose format.
",
"operationName" : "GetMLModel",
"deprecated" : false,
"input" : {
"variableName" : "getMLModelRequest",
"variableType" : "GetMLModelRequest",
"variableDeclarationType" : "GetMLModelRequest",
"documentation" : "",
"simpleType" : "GetMLModelRequest",
"variableSetterType" : "GetMLModelRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "GetMLModelResult",
"documentation" : "Represents the output of a GetMLModel operation, and provides detailed information about a MLModel
.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "GetMLModelResult",
"asyncReturnType" : "GetMLModelResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "getMLModel"
},
"Predict" : {
"documentation" : "Generates a prediction for the observation using the specified ML Model
.
Note Not all response parameters will be populated. Whether a response parameter is populated depends on the type of model requested.
",
"operationName" : "Predict",
"deprecated" : false,
"input" : {
"variableName" : "predictRequest",
"variableType" : "PredictRequest",
"variableDeclarationType" : "PredictRequest",
"documentation" : "",
"simpleType" : "PredictRequest",
"variableSetterType" : "PredictRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "PredictResult",
"documentation" : null
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "LimitExceededException",
"documentation" : "The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource
.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
}, {
"exceptionName" : "PredictorNotMountedException",
"documentation" : "The exception is thrown when a predict request is made to an unmounted MLModel
.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "PredictResult",
"asyncReturnType" : "PredictResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "predict"
},
"UpdateBatchPrediction" : {
"documentation" : "Updates the BatchPredictionName
of a BatchPrediction
.
You can use the GetBatchPrediction operation to view the contents of the updated data element.
",
"operationName" : "UpdateBatchPrediction",
"deprecated" : false,
"input" : {
"variableName" : "updateBatchPredictionRequest",
"variableType" : "UpdateBatchPredictionRequest",
"variableDeclarationType" : "UpdateBatchPredictionRequest",
"documentation" : "",
"simpleType" : "UpdateBatchPredictionRequest",
"variableSetterType" : "UpdateBatchPredictionRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateBatchPredictionResult",
"documentation" : "Represents the output of an UpdateBatchPrediction operation.
You can see the updated content by using the GetBatchPrediction operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateBatchPredictionResult",
"asyncReturnType" : "UpdateBatchPredictionResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateBatchPrediction"
},
"UpdateDataSource" : {
"documentation" : "Updates the DataSourceName
of a DataSource
.
You can use the GetDataSource operation to view the contents of the updated data element.
",
"operationName" : "UpdateDataSource",
"deprecated" : false,
"input" : {
"variableName" : "updateDataSourceRequest",
"variableType" : "UpdateDataSourceRequest",
"variableDeclarationType" : "UpdateDataSourceRequest",
"documentation" : "",
"simpleType" : "UpdateDataSourceRequest",
"variableSetterType" : "UpdateDataSourceRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateDataSourceResult",
"documentation" : "Represents the output of an UpdateDataSource operation.
You can see the updated content by using the GetBatchPrediction operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateDataSourceResult",
"asyncReturnType" : "UpdateDataSourceResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateDataSource"
},
"UpdateEvaluation" : {
"documentation" : "Updates the EvaluationName
of an Evaluation
.
You can use the GetEvaluation operation to view the contents of the updated data element.
",
"operationName" : "UpdateEvaluation",
"deprecated" : false,
"input" : {
"variableName" : "updateEvaluationRequest",
"variableType" : "UpdateEvaluationRequest",
"variableDeclarationType" : "UpdateEvaluationRequest",
"documentation" : "",
"simpleType" : "UpdateEvaluationRequest",
"variableSetterType" : "UpdateEvaluationRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateEvaluationResult",
"documentation" : "Represents the output of an UpdateEvaluation operation.
You can see the updated content by using the GetEvaluation operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateEvaluationResult",
"asyncReturnType" : "UpdateEvaluationResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateEvaluation"
},
"UpdateMLModel" : {
"documentation" : "Updates the MLModelName
and the ScoreThreshold
of an MLModel
.
You can use the GetMLModel operation to view the contents of the updated data element.
",
"operationName" : "UpdateMLModel",
"deprecated" : false,
"input" : {
"variableName" : "updateMLModelRequest",
"variableType" : "UpdateMLModelRequest",
"variableDeclarationType" : "UpdateMLModelRequest",
"documentation" : "",
"simpleType" : "UpdateMLModelRequest",
"variableSetterType" : "UpdateMLModelRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "UpdateMLModelResult",
"documentation" : "Represents the output of an UpdateMLModel operation.
You can see the updated content by using the GetMLModel operation.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
"
}, {
"exceptionName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
"
} ],
"hasBlobMemberAsPayload" : false,
"syncReturnType" : "UpdateMLModelResult",
"asyncReturnType" : "UpdateMLModelResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "updateMLModel"
}
},
"shapes" : {
"InternalServerException" : {
"c2jName" : "InternalServerException",
"documentation" : "An error on the server occurred when trying to process a request.
",
"shapeName" : "InternalServerException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ErrorCode",
"variable" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param code */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "internalServerException",
"variableType" : "InternalServerException",
"variableDeclarationType" : "InternalServerException",
"documentation" : null,
"simpleType" : "InternalServerException",
"variableSetterType" : "InternalServerException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InternalServerException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Code" : {
"documentation" : "",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ErrorCode",
"variable" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param code */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeMLModelsRequest" : {
"c2jName" : "DescribeMLModelsInput",
"documentation" : "",
"shapeName" : "DescribeMLModelsRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
",
"name" : "FilterVariable",
"c2jName" : "FilterVariable",
"c2jShape" : "MLModelFilterVariable",
"variable" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterVariable",
"marshallLocationName" : "FilterVariable",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MLModelFilterVariable",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@param filterVariable Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@see MLModelFilterVariable*/",
"getterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@return Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@see MLModelFilterVariable*/",
"fluentSetterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@param filterVariable Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelFilterVariable*/",
"varargSetterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@param filterVariable Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelFilterVariable*/"
}, {
"documentation" : "The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"name" : "EQ",
"c2jName" : "EQ",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EQ",
"marshallLocationName" : "EQ",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"getterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@return The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"fluentSetterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"name" : "GT",
"c2jName" : "GT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GT",
"marshallLocationName" : "GT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"getterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@return The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"fluentSetterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
",
"name" : "LT",
"c2jName" : "LT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LT",
"marshallLocationName" : "LT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"getterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@return The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"fluentSetterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"name" : "GE",
"c2jName" : "GE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GE",
"marshallLocationName" : "GE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"getterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@return The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"fluentSetterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"name" : "LE",
"c2jName" : "LE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LE",
"marshallLocationName" : "LE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"getterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@return The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"fluentSetterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
",
"name" : "NE",
"c2jName" : "NE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NE",
"marshallLocationName" : "NE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"getterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@return The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"fluentSetterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"name" : "Prefix",
"c2jName" : "Prefix",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prefix",
"marshallLocationName" : "Prefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"getterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"fluentSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"name" : "SortOrder",
"c2jName" : "SortOrder",
"c2jShape" : "SortOrder",
"variable" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortOrder",
"marshallLocationName" : "SortOrder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SortOrder",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"getterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@return A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"fluentSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/",
"varargSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/"
}, {
"documentation" : "
The ID of the page in the paginated results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the page in the paginated results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.*/",
"getterDocumentation" : "/**The ID of the page in the paginated results.
\n@return The ID of the page in the paginated results.*/",
"fluentSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PageLimit",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@param limit The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.*/",
"getterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@return The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.*/",
"fluentSetterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@param limit The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@param limit The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeMLModelsRequest",
"variableType" : "DescribeMLModelsRequest",
"variableDeclarationType" : "DescribeMLModelsRequest",
"documentation" : null,
"simpleType" : "DescribeMLModelsRequest",
"variableSetterType" : "DescribeMLModelsRequest"
},
"marshaller" : {
"action" : "DescribeMLModels",
"verb" : "POST",
"target" : "AmazonML_20141212.DescribeMLModels",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The ID of the page in the paginated results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the page in the paginated results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.*/",
"getterDocumentation" : "/**The ID of the page in the paginated results.
\n@return The ID of the page in the paginated results.*/",
"fluentSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GE" : {
"documentation" : "The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"name" : "GE",
"c2jName" : "GE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GE",
"marshallLocationName" : "GE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"getterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@return The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"fluentSetterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The MLModel
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GT" : {
"documentation" : "The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"name" : "GT",
"c2jName" : "GT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GT",
"marshallLocationName" : "GT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"getterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@return The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"fluentSetterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The MLModel
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LT" : {
"documentation" : "The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
",
"name" : "LT",
"c2jName" : "LT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LT",
"marshallLocationName" : "LT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"getterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@return The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"fluentSetterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The MLModel
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FilterVariable" : {
"documentation" : "Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
",
"name" : "FilterVariable",
"c2jName" : "FilterVariable",
"c2jShape" : "MLModelFilterVariable",
"variable" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterVariable",
"marshallLocationName" : "FilterVariable",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MLModelFilterVariable",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@param filterVariable Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@see MLModelFilterVariable*/",
"getterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@return Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@see MLModelFilterVariable*/",
"fluentSetterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@param filterVariable Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelFilterVariable*/",
"varargSetterDocumentation" : "/**Use one of the following variables to filter a list of MLModel
:
-
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
\n@param filterVariable Use one of the following variables to filter a list of MLModel
: -
CreatedAt
- Sets the search criteria to MLModel
creation date. -
Status
- Sets the search criteria to MLModel
status. -
Name
- Sets the search criteria to the contents of MLModel
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the MLModel
creation. -
TrainingDataSourceId
- Sets the search criteria to the DataSource
used to train one or more MLModel
. -
RealtimeEndpointStatus
- Sets the search criteria to the MLModel
real-time endpoint status. -
MLModelType
- Sets the search criteria to MLModel
type: binary, regression, or multi-class. -
Algorithm
- Sets the search criteria to the algorithm that the MLModel
uses. -
TrainingDataURI
- Sets the search criteria to the data file(s) used in training a MLModel
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. \n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelFilterVariable*/"
},
"SortOrder" : {
"documentation" : "A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"name" : "SortOrder",
"c2jName" : "SortOrder",
"c2jShape" : "SortOrder",
"variable" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortOrder",
"marshallLocationName" : "SortOrder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SortOrder",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"getterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@return A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"fluentSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/",
"varargSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of MLModel
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of MLModel
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/"
},
"EQ" : {
"documentation" : "
The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"name" : "EQ",
"c2jName" : "EQ",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EQ",
"marshallLocationName" : "EQ",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"getterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@return The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"fluentSetterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The MLModel
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Prefix" : {
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"name" : "Prefix",
"c2jName" : "Prefix",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prefix",
"marshallLocationName" : "Prefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"getterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"fluentSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, an MLModel
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this MLModel
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LE" : {
"documentation" : "The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"name" : "LE",
"c2jName" : "LE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LE",
"marshallLocationName" : "LE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"getterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@return The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"fluentSetterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The MLModel
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Limit" : {
"documentation" : "The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PageLimit",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@param limit The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.*/",
"getterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@return The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.*/",
"fluentSetterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@param limit The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.
\n@param limit The number of pages of information to include in the result. The range of acceptable values is 1 through 100. The default value is 100.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NE" : {
"documentation" : "The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
",
"name" : "NE",
"c2jName" : "NE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NE",
"marshallLocationName" : "NE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"getterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@return The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"fluentSetterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The MLModel
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeEvaluationsResult" : {
"c2jName" : "DescribeEvaluationsOutput",
"documentation" : "Represents the query results from a DescribeEvaluations operation. The content is essentially a list of Evaluation
.
",
"shapeName" : "DescribeEvaluationsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of Evaluation that meet the search criteria.
",
"name" : "Results",
"c2jName" : "Results",
"c2jShape" : "Evaluations",
"variable" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Evaluation that meet the search criteria.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Results",
"marshallLocationName" : "Results",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Evaluation",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Evaluation",
"variable" : {
"variableName" : "member",
"variableType" : "Evaluation",
"variableDeclarationType" : "Evaluation",
"documentation" : "",
"simpleType" : "Evaluation",
"variableSetterType" : "Evaluation"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Evaluation",
"variableDeclarationType" : "Evaluation",
"documentation" : "",
"simpleType" : "Evaluation",
"variableSetterType" : "Evaluation"
},
"getterModel" : {
"returnType" : "Evaluation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Evaluation",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\n@param results A list of Evaluation that meet the search criteria.*/",
"getterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\n@return A list of Evaluation that meet the search criteria.*/",
"fluentSetterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\n@param results A list of Evaluation that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResults(java.util.Collection)} or {@link #withResults(java.util.Collection)} if you want to override the existing values.
\n@param results A list of Evaluation that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"getterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@return The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"fluentSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeEvaluationsResult",
"variableType" : "DescribeEvaluationsResult",
"variableDeclarationType" : "DescribeEvaluationsResult",
"documentation" : null,
"simpleType" : "DescribeEvaluationsResult",
"variableSetterType" : "DescribeEvaluationsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"getterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@return The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"fluentSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Results" : {
"documentation" : "A list of Evaluation that meet the search criteria.
",
"name" : "Results",
"c2jName" : "Results",
"c2jShape" : "Evaluations",
"variable" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of Evaluation that meet the search criteria.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Results",
"marshallLocationName" : "Results",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Evaluation",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Evaluation",
"variable" : {
"variableName" : "member",
"variableType" : "Evaluation",
"variableDeclarationType" : "Evaluation",
"documentation" : "",
"simpleType" : "Evaluation",
"variableSetterType" : "Evaluation"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Evaluation",
"variableDeclarationType" : "Evaluation",
"documentation" : "",
"simpleType" : "Evaluation",
"variableSetterType" : "Evaluation"
},
"getterModel" : {
"returnType" : "Evaluation",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "Evaluation",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\n@param results A list of Evaluation that meet the search criteria.*/",
"getterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\n@return A list of Evaluation that meet the search criteria.*/",
"fluentSetterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\n@param results A list of Evaluation that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of Evaluation that meet the search criteria.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResults(java.util.Collection)} or {@link #withResults(java.util.Collection)} if you want to override the existing values.
\n@param results A list of Evaluation that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateBatchPredictionResult" : {
"c2jName" : "CreateBatchPredictionOutput",
"documentation" : " Represents the output of a CreateBatchPrediction operation, and is an acknowledgement that Amazon ML received the request.
The CreateBatchPrediction operation is asynchronous. You can poll for status updates by using the GetBatchPrediction operation and checking the Status
parameter of the result.
",
"shapeName" : "CreateBatchPredictionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@return A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createBatchPredictionResult",
"variableType" : "CreateBatchPredictionResult",
"variableDeclarationType" : "CreateBatchPredictionResult",
"documentation" : null,
"simpleType" : "CreateBatchPredictionResult",
"variableSetterType" : "CreateBatchPredictionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"BatchPredictionId" : {
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@return A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value is identical to the value of the BatchPredictionId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RDSDatabase" : {
"c2jName" : "RDSDatabase",
"documentation" : "The database details of an Amazon RDS database.
",
"shapeName" : "RDSDatabase",
"deprecated" : false,
"required" : [ "InstanceIdentifier", "DatabaseName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID of an RDS DB instance.
",
"name" : "InstanceIdentifier",
"c2jName" : "InstanceIdentifier",
"c2jShape" : "RDSInstanceIdentifier",
"variable" : {
"variableName" : "instanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of an RDS DB instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceIdentifier",
"marshallLocationName" : "InstanceIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of an RDS DB instance.
\n@param instanceIdentifier The ID of an RDS DB instance.*/",
"getterDocumentation" : "/**The ID of an RDS DB instance.
\n@return The ID of an RDS DB instance.*/",
"fluentSetterDocumentation" : "/**The ID of an RDS DB instance.
\n@param instanceIdentifier The ID of an RDS DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of an RDS DB instance.
\n@param instanceIdentifier The ID of an RDS DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "RDSDatabaseName",
"variable" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DatabaseName",
"marshallLocationName" : "DatabaseName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param databaseName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param databaseName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param databaseName \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "rDSDatabase",
"variableType" : "RDSDatabase",
"variableDeclarationType" : "RDSDatabase",
"documentation" : null,
"simpleType" : "RDSDatabase",
"variableSetterType" : "RDSDatabase"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DatabaseName" : {
"documentation" : "",
"name" : "DatabaseName",
"c2jName" : "DatabaseName",
"c2jShape" : "RDSDatabaseName",
"variable" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "databaseName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DatabaseName",
"marshallLocationName" : "DatabaseName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param databaseName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param databaseName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param databaseName \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InstanceIdentifier" : {
"documentation" : "The ID of an RDS DB instance.
",
"name" : "InstanceIdentifier",
"c2jName" : "InstanceIdentifier",
"c2jShape" : "RDSInstanceIdentifier",
"variable" : {
"variableName" : "instanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of an RDS DB instance.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "instanceIdentifier",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InstanceIdentifier",
"marshallLocationName" : "InstanceIdentifier",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of an RDS DB instance.
\n@param instanceIdentifier The ID of an RDS DB instance.*/",
"getterDocumentation" : "/**The ID of an RDS DB instance.
\n@return The ID of an RDS DB instance.*/",
"fluentSetterDocumentation" : "/**The ID of an RDS DB instance.
\n@param instanceIdentifier The ID of an RDS DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of an RDS DB instance.
\n@param instanceIdentifier The ID of an RDS DB instance.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"SortOrder" : {
"c2jName" : "SortOrder",
"documentation" : "The sort order specified in a listing condition. Possible values include the following:
-
asc
- Present the information in ascending order (from A-Z). -
dsc
- Present the information in descending order (from Z-A).
",
"shapeName" : "SortOrder",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "Asc",
"value" : "asc"
}, {
"name" : "Dsc",
"value" : "dsc"
} ],
"variable" : {
"variableName" : "sortOrder",
"variableType" : "SortOrder",
"variableDeclarationType" : "SortOrder",
"documentation" : null,
"simpleType" : "SortOrder",
"variableSetterType" : "SortOrder"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetMLModelResult" : {
"c2jName" : "GetMLModelOutput",
"documentation" : "Represents the output of a GetMLModel operation, and provides detailed information about a MLModel
.
",
"shapeName" : "GetMLModelResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The MLModel ID which is same as the MLModelId
in the request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The MLModel ID which is same as the MLModelId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@param mLModelId The MLModel ID which is same as the MLModelId
in the request.*/",
"getterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@return The MLModel ID which is same as the MLModelId
in the request.*/",
"fluentSetterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@param mLModelId The MLModel ID which is same as the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@param mLModelId The MLModel ID which is same as the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the training DataSource
.
",
"name" : "TrainingDataSourceId",
"c2jName" : "TrainingDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "trainingDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the training DataSource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trainingDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrainingDataSourceId",
"marshallLocationName" : "TrainingDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the training DataSource
.
\n@param trainingDataSourceId The ID of the training DataSource
.*/",
"getterDocumentation" : "/**The ID of the training DataSource
.
\n@return The ID of the training DataSource
.*/",
"fluentSetterDocumentation" : "/**The ID of the training DataSource
.
\n@param trainingDataSourceId The ID of the training DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the training DataSource
.
\n@param trainingDataSourceId The ID of the training DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"name" : "CreatedByIamUser",
"c2jName" : "CreatedByIamUser",
"c2jShape" : "AwsUserArn",
"variable" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedByIamUser",
"marshallLocationName" : "CreatedByIamUser",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"getterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@return The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"fluentSetterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that the MLModel
was created. The time is expressed in epoch time.
",
"name" : "CreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the MLModel
was created. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedAt",
"marshallLocationName" : "CreatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@param createdAt The time that the MLModel
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@return The time that the MLModel
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@param createdAt The time that the MLModel
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@param createdAt The time that the MLModel
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
",
"name" : "LastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedAt",
"marshallLocationName" : "LastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the MLModel
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the MLModel
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the MLModel
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the MLModel
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-supplied name or description of the MLModel
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "MLModelName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@param name A user-supplied name or description of the MLModel
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@return A user-supplied name or description of the MLModel
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@param name A user-supplied name or description of the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@param name A user-supplied name or description of the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EntityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EntityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@param status The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@return The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@param status The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/",
"varargSetterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@param status The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/"
}, {
"documentation" : "",
"name" : "SizeInBytes",
"c2jName" : "SizeInBytes",
"c2jShape" : "LongType",
"variable" : {
"variableName" : "sizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "sizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SizeInBytes",
"marshallLocationName" : "SizeInBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param sizeInBytes */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param sizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param sizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The current endpoint of the MLModel
",
"name" : "EndpointInfo",
"c2jName" : "EndpointInfo",
"c2jShape" : "RealtimeEndpointInfo",
"variable" : {
"variableName" : "endpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "The current endpoint of the MLModel
",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"setterModel" : {
"variableName" : "endpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"getterModel" : {
"returnType" : "RealtimeEndpointInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointInfo",
"marshallLocationName" : "EndpointInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current endpoint of the MLModel
\n@param endpointInfo The current endpoint of the MLModel
*/",
"getterDocumentation" : "/**The current endpoint of the MLModel
\n@return The current endpoint of the MLModel
*/",
"fluentSetterDocumentation" : "/**The current endpoint of the MLModel
\n@param endpointInfo The current endpoint of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current endpoint of the MLModel
\n@param endpointInfo The current endpoint of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
",
"name" : "TrainingParameters",
"c2jName" : "TrainingParameters",
"c2jShape" : "TrainingParameters",
"variable" : {
"variableName" : "trainingParameters",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "trainingParameters",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrainingParameters",
"marshallLocationName" : "TrainingParameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"entryType" : "Map.Entry"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@param trainingParameters A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
*/",
"getterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@return A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
*/",
"fluentSetterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@param trainingParameters A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@param trainingParameters A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"name" : "InputDataLocationS3",
"c2jName" : "InputDataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InputDataLocationS3",
"marshallLocationName" : "InputDataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"getterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@return The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"fluentSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
",
"name" : "MLModelType",
"c2jName" : "MLModelType",
"c2jShape" : "MLModelType",
"variable" : {
"variableName" : "mLModelType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelType",
"marshallLocationName" : "MLModelType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MLModelType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@param mLModelType Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@see MLModelType*/",
"getterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@return Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@see MLModelType*/",
"fluentSetterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@param mLModelType Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelType*/",
"varargSetterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@param mLModelType Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelType*/"
}, {
"documentation" : "The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
",
"name" : "ScoreThreshold",
"c2jName" : "ScoreThreshold",
"c2jShape" : "ScoreThreshold",
"variable" : {
"variableName" : "scoreThreshold",
"variableType" : "Float",
"variableDeclarationType" : "Float",
"documentation" : "The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"setterModel" : {
"variableName" : "scoreThreshold",
"variableType" : "Float",
"variableDeclarationType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScoreThreshold",
"marshallLocationName" : "ScoreThreshold",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@param scoreThreshold The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.*/",
"getterDocumentation" : "/**
The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@return The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.*/",
"fluentSetterDocumentation" : "/**
The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@param scoreThreshold The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@param scoreThreshold The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
",
"name" : "ScoreThresholdLastUpdatedAt",
"c2jName" : "ScoreThresholdLastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "scoreThresholdLastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "scoreThresholdLastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScoreThresholdLastUpdatedAt",
"marshallLocationName" : "ScoreThresholdLastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@param scoreThresholdLastUpdatedAt The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@param scoreThresholdLastUpdatedAt The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@param scoreThresholdLastUpdatedAt The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A link to the file that contains logs of the CreateMLModel
operation.
",
"name" : "LogUri",
"c2jName" : "LogUri",
"c2jShape" : "PresignedS3Url",
"variable" : {
"variableName" : "logUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A link to the file that contains logs of the CreateMLModel
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogUri",
"marshallLocationName" : "LogUri",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@param logUri A link to the file that contains logs of the CreateMLModel
operation.*/",
"getterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@return A link to the file that contains logs of the CreateMLModel
operation.*/",
"fluentSetterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@param logUri A link to the file that contains logs of the CreateMLModel
operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@param logUri A link to the file that contains logs of the CreateMLModel
operation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Description of the most recent details about accessing the MLModel
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Description of the most recent details about accessing the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@param message Description of the most recent details about accessing the MLModel
.*/",
"getterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@return Description of the most recent details about accessing the MLModel
.*/",
"fluentSetterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@param message Description of the most recent details about accessing the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@param message Description of the most recent details about accessing the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
",
"name" : "Recipe",
"c2jName" : "Recipe",
"c2jShape" : "Recipe",
"variable" : {
"variableName" : "recipe",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "recipe",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Recipe",
"marshallLocationName" : "Recipe",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@param recipe The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
*/",
"getterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@return The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
*/",
"fluentSetterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@param recipe The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@param recipe The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
",
"name" : "Schema",
"c2jName" : "Schema",
"c2jShape" : "DataSchema",
"variable" : {
"variableName" : "schema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "schema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Schema",
"marshallLocationName" : "Schema",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param schema The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"getterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@return The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"fluentSetterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param schema The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param schema The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getMLModelResult",
"variableType" : "GetMLModelResult",
"variableDeclarationType" : "GetMLModelResult",
"documentation" : null,
"simpleType" : "GetMLModelResult",
"variableSetterType" : "GetMLModelResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"LastUpdatedAt" : {
"documentation" : "The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
",
"name" : "LastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedAt",
"marshallLocationName" : "LastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the MLModel
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the MLModel
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the MLModel
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the MLModel
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the MLModel
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Recipe" : {
"documentation" : "The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
",
"name" : "Recipe",
"c2jName" : "Recipe",
"c2jShape" : "Recipe",
"variable" : {
"variableName" : "recipe",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "recipe",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Recipe",
"marshallLocationName" : "Recipe",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@param recipe The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
*/",
"getterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@return The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
*/",
"fluentSetterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@param recipe The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training.
Note This parameter is provided as part of the verbose format.
\n@param recipe The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, as well as manipulations to perform on the observation data during training. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrainingDataSourceId" : {
"documentation" : "The ID of the training DataSource
.
",
"name" : "TrainingDataSourceId",
"c2jName" : "TrainingDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "trainingDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the training DataSource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "trainingDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrainingDataSourceId",
"marshallLocationName" : "TrainingDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the training DataSource
.
\n@param trainingDataSourceId The ID of the training DataSource
.*/",
"getterDocumentation" : "/**The ID of the training DataSource
.
\n@return The ID of the training DataSource
.*/",
"fluentSetterDocumentation" : "/**The ID of the training DataSource
.
\n@param trainingDataSourceId The ID of the training DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the training DataSource
.
\n@param trainingDataSourceId The ID of the training DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Message" : {
"documentation" : "Description of the most recent details about accessing the MLModel
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Description of the most recent details about accessing the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@param message Description of the most recent details about accessing the MLModel
.*/",
"getterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@return Description of the most recent details about accessing the MLModel
.*/",
"fluentSetterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@param message Description of the most recent details about accessing the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Description of the most recent details about accessing the MLModel
.
\n@param message Description of the most recent details about accessing the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Schema" : {
"documentation" : "The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
",
"name" : "Schema",
"c2jName" : "Schema",
"c2jShape" : "DataSchema",
"variable" : {
"variableName" : "schema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "schema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Schema",
"marshallLocationName" : "Schema",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param schema The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"getterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@return The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"fluentSetterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param schema The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The schema used by all of the data files referenced by the DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param schema The schema used by all of the data files referenced by the DataSource
. Note This parameter is provided as part of the verbose format.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MLModelType" : {
"documentation" : "Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
",
"name" : "MLModelType",
"c2jName" : "MLModelType",
"c2jShape" : "MLModelType",
"variable" : {
"variableName" : "mLModelType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelType",
"marshallLocationName" : "MLModelType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "MLModelType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@param mLModelType Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@see MLModelType*/",
"getterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@return Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@see MLModelType*/",
"fluentSetterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@param mLModelType Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelType*/",
"varargSetterDocumentation" : "/**Identifies the MLModel
category. The following are the available types:
- REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@param mLModelType Identifies the MLModel
category. The following are the available types: - REGRESSION -- Produces a numeric result. For example, \"What listing price should a house have?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces more than two possible results. For example, \"Is this a HIGH, LOW or MEDIUM risk trade?\"
\n@return Returns a reference to this object so that method calls can be chained together.\n@see MLModelType*/"
},
"CreatedByIamUser" : {
"documentation" : "The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"name" : "CreatedByIamUser",
"c2jName" : "CreatedByIamUser",
"c2jShape" : "AwsUserArn",
"variable" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedByIamUser",
"marshallLocationName" : "CreatedByIamUser",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"getterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@return The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"fluentSetterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account from which the MLModel
was created. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MLModelId" : {
"documentation" : "The MLModel ID which is same as the MLModelId
in the request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The MLModel ID which is same as the MLModelId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@param mLModelId The MLModel ID which is same as the MLModelId
in the request.*/",
"getterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@return The MLModel ID which is same as the MLModelId
in the request.*/",
"fluentSetterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@param mLModelId The MLModel ID which is same as the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The MLModel ID which is same as the MLModelId
in the request.
\n@param mLModelId The MLModel ID which is same as the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SizeInBytes" : {
"documentation" : "",
"name" : "SizeInBytes",
"c2jName" : "SizeInBytes",
"c2jShape" : "LongType",
"variable" : {
"variableName" : "sizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "sizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SizeInBytes",
"marshallLocationName" : "SizeInBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param sizeInBytes */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param sizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param sizeInBytes \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LogUri" : {
"documentation" : "A link to the file that contains logs of the CreateMLModel
operation.
",
"name" : "LogUri",
"c2jName" : "LogUri",
"c2jShape" : "PresignedS3Url",
"variable" : {
"variableName" : "logUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A link to the file that contains logs of the CreateMLModel
operation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "logUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LogUri",
"marshallLocationName" : "LogUri",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@param logUri A link to the file that contains logs of the CreateMLModel
operation.*/",
"getterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@return A link to the file that contains logs of the CreateMLModel
operation.*/",
"fluentSetterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@param logUri A link to the file that contains logs of the CreateMLModel
operation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A link to the file that contains logs of the CreateMLModel
operation.
\n@param logUri A link to the file that contains logs of the CreateMLModel
operation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "A user-supplied name or description of the MLModel
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "MLModelName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@param name A user-supplied name or description of the MLModel
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@return A user-supplied name or description of the MLModel
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@param name A user-supplied name or description of the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the MLModel
.
\n@param name A user-supplied name or description of the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : "The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EntityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EntityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@param status The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@return The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@param status The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/",
"varargSetterDocumentation" : "/**The current status of the MLModel
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable.
\n@param status The current status of the MLModel
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to describe a MLModel
. -
INPROGRESS
- The request is processing. -
FAILED
- The request did not run to completion. It is not usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/"
},
"EndpointInfo" : {
"documentation" : "The current endpoint of the MLModel
",
"name" : "EndpointInfo",
"c2jName" : "EndpointInfo",
"c2jShape" : "RealtimeEndpointInfo",
"variable" : {
"variableName" : "endpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "The current endpoint of the MLModel
",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"setterModel" : {
"variableName" : "endpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"getterModel" : {
"returnType" : "RealtimeEndpointInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EndpointInfo",
"marshallLocationName" : "EndpointInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The current endpoint of the MLModel
\n@param endpointInfo The current endpoint of the MLModel
*/",
"getterDocumentation" : "/**The current endpoint of the MLModel
\n@return The current endpoint of the MLModel
*/",
"fluentSetterDocumentation" : "/**The current endpoint of the MLModel
\n@param endpointInfo The current endpoint of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The current endpoint of the MLModel
\n@param endpointInfo The current endpoint of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"TrainingParameters" : {
"documentation" : "A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
",
"name" : "TrainingParameters",
"c2jName" : "TrainingParameters",
"c2jShape" : "TrainingParameters",
"variable" : {
"variableName" : "trainingParameters",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "trainingParameters",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "TrainingParameters",
"marshallLocationName" : "TrainingParameters",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"entryType" : "Map.Entry"
},
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : true,
"setterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@param trainingParameters A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
*/",
"getterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@return A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
*/",
"fluentSetterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@param trainingParameters A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs.
The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@param trainingParameters A list of the training parameters in the MLModel
. The list is implemented as a map of key/value pairs. The following is the current set of training parameters:
-
sgd.l1RegularizationAmount
- Coefficient regularization L1 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to zero, resulting in a sparse feature set. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L1 normalization. The parameter cannot be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- Coefficient regularization L2 norm. It controls overfitting the data by penalizing large coefficients. This tends to drive coefficients to small, nonzero values. If you use this parameter, specify a small value, such as 1.0E-04 or 1.0E-08.
The value is a double that ranges from 0 to MAX_DOUBLE. The default is not to use L2 normalization. This parameter cannot be used when L1
is specified. Use this parameter sparingly.
sgd.maxPasses
- The number of times that the training process traverses the observations to build the MLModel
. The value is an integer that ranges from 1 to 10000. The default value is 10.
-
sgd.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the model size might affect performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InputDataLocationS3" : {
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"name" : "InputDataLocationS3",
"c2jName" : "InputDataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InputDataLocationS3",
"marshallLocationName" : "InputDataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"getterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@return The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"fluentSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ScoreThresholdLastUpdatedAt" : {
"documentation" : "The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
",
"name" : "ScoreThresholdLastUpdatedAt",
"c2jName" : "ScoreThresholdLastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "scoreThresholdLastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "scoreThresholdLastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScoreThresholdLastUpdatedAt",
"marshallLocationName" : "ScoreThresholdLastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@param scoreThresholdLastUpdatedAt The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@param scoreThresholdLastUpdatedAt The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.
\n@param scoreThresholdLastUpdatedAt The time of the most recent edit to the ScoreThreshold
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreatedAt" : {
"documentation" : "The time that the MLModel
was created. The time is expressed in epoch time.
",
"name" : "CreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the MLModel
was created. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedAt",
"marshallLocationName" : "CreatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@param createdAt The time that the MLModel
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@return The time that the MLModel
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@param createdAt The time that the MLModel
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the MLModel
was created. The time is expressed in epoch time.
\n@param createdAt The time that the MLModel
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ScoreThreshold" : {
"documentation" : "The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
",
"name" : "ScoreThreshold",
"c2jName" : "ScoreThreshold",
"c2jShape" : "ScoreThreshold",
"variable" : {
"variableName" : "scoreThreshold",
"variableType" : "Float",
"variableDeclarationType" : "Float",
"documentation" : "The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"setterModel" : {
"variableName" : "scoreThreshold",
"variableType" : "Float",
"variableDeclarationType" : "Float",
"documentation" : "",
"simpleType" : "Float",
"variableSetterType" : "Float"
},
"getterModel" : {
"returnType" : "Float",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ScoreThreshold",
"marshallLocationName" : "ScoreThreshold",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@param scoreThreshold The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.*/",
"getterDocumentation" : "/**
The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@return The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.*/",
"fluentSetterDocumentation" : "/**
The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@param scoreThreshold The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction.
Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.
\n@param scoreThreshold The scoring threshold is used in binary classification MLModel
s, and marks the boundary between a positive prediction and a negative prediction. Output values greater than or equal to the threshold receive a positive result from the MLModel, such as true
. Output values less than the threshold receive a negative response from the MLModel, such as false
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeMLModelsResult" : {
"c2jName" : "DescribeMLModelsOutput",
"documentation" : "
Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel
.
",
"shapeName" : "DescribeMLModelsResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A list of MLModel that meet the search criteria.
",
"name" : "Results",
"c2jName" : "Results",
"c2jShape" : "MLModels",
"variable" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of MLModel that meet the search criteria.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Results",
"marshallLocationName" : "Results",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "MLModel",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "MLModel",
"variable" : {
"variableName" : "member",
"variableType" : "MLModel",
"variableDeclarationType" : "MLModel",
"documentation" : "",
"simpleType" : "MLModel",
"variableSetterType" : "MLModel"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "MLModel",
"variableDeclarationType" : "MLModel",
"documentation" : "",
"simpleType" : "MLModel",
"variableSetterType" : "MLModel"
},
"getterModel" : {
"returnType" : "MLModel",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "MLModel",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of MLModel that meet the search criteria.
\n@param results A list of MLModel that meet the search criteria.*/",
"getterDocumentation" : "/**A list of MLModel that meet the search criteria.
\n@return A list of MLModel that meet the search criteria.*/",
"fluentSetterDocumentation" : "/**A list of MLModel that meet the search criteria.
\n@param results A list of MLModel that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of MLModel that meet the search criteria.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResults(java.util.Collection)} or {@link #withResults(java.util.Collection)} if you want to override the existing values.
\n@param results A list of MLModel that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"getterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@return The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"fluentSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeMLModelsResult",
"variableType" : "DescribeMLModelsResult",
"variableDeclarationType" : "DescribeMLModelsResult",
"documentation" : null,
"simpleType" : "DescribeMLModelsResult",
"variableSetterType" : "DescribeMLModelsResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the next page in the paginated results that indicates at least one more page follows.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"getterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@return The ID of the next page in the paginated results that indicates at least one more page follows.*/",
"fluentSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the next page in the paginated results that indicates at least one more page follows.
\n@param nextToken The ID of the next page in the paginated results that indicates at least one more page follows.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Results" : {
"documentation" : "A list of MLModel that meet the search criteria.
",
"name" : "Results",
"c2jName" : "Results",
"c2jShape" : "MLModels",
"variable" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "A list of MLModel that meet the search criteria.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "results",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"getterModel" : {
"returnType" : "java.util.List",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Results",
"marshallLocationName" : "Results",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "MLModel",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "MLModel",
"variable" : {
"variableName" : "member",
"variableType" : "MLModel",
"variableDeclarationType" : "MLModel",
"documentation" : "",
"simpleType" : "MLModel",
"variableSetterType" : "MLModel"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "MLModel",
"variableDeclarationType" : "MLModel",
"documentation" : "",
"simpleType" : "MLModel",
"variableSetterType" : "MLModel"
},
"getterModel" : {
"returnType" : "MLModel",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param member */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param member \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"memberAdditionalMarshallingPath" : null,
"memberAdditionalUnmarshallingPath" : null,
"sendEmptyQueryString" : false,
"simple" : false,
"map" : false,
"simpleType" : "MLModel",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**A list of MLModel that meet the search criteria.
\n@param results A list of MLModel that meet the search criteria.*/",
"getterDocumentation" : "/**A list of MLModel that meet the search criteria.
\n@return A list of MLModel that meet the search criteria.*/",
"fluentSetterDocumentation" : "/**A list of MLModel that meet the search criteria.
\n@param results A list of MLModel that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A list of MLModel that meet the search criteria.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setResults(java.util.Collection)} or {@link #withResults(java.util.Collection)} if you want to override the existing values.
\n@param results A list of MLModel that meet the search criteria.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteDataSourceResult" : {
"c2jName" : "DeleteDataSourceOutput",
"documentation" : " Represents the output of a DeleteDataSource operation.
",
"shapeName" : "DeleteDataSourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@return A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteDataSourceResult",
"variableType" : "DeleteDataSourceResult",
"variableDeclarationType" : "DeleteDataSourceResult",
"documentation" : null,
"simpleType" : "DeleteDataSourceResult",
"variableSetterType" : "DeleteDataSourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DataSourceId" : {
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@return A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"BatchPrediction" : {
"c2jName" : "BatchPrediction",
"documentation" : " Represents the output of GetBatchPrediction operation.
The content consists of the detailed metadata, the status, and the data file information of a Batch Prediction.
",
"shapeName" : "BatchPrediction",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@return The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the MLModel
that generated predictions for the BatchPrediction
request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the MLModel
that generated predictions for the BatchPrediction
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@param mLModelId The ID of the MLModel
that generated predictions for the BatchPrediction
request.*/",
"getterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@return The ID of the MLModel
that generated predictions for the BatchPrediction
request.*/",
"fluentSetterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@param mLModelId The ID of the MLModel
that generated predictions for the BatchPrediction
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@param mLModelId The ID of the MLModel
that generated predictions for the BatchPrediction
request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the DataSource
that points to the group of observations to predict.
",
"name" : "BatchPredictionDataSourceId",
"c2jName" : "BatchPredictionDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
that points to the group of observations to predict.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionDataSourceId",
"marshallLocationName" : "BatchPredictionDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@param batchPredictionDataSourceId The ID of the DataSource
that points to the group of observations to predict.*/",
"getterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@return The ID of the DataSource
that points to the group of observations to predict.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@param batchPredictionDataSourceId The ID of the DataSource
that points to the group of observations to predict.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@param batchPredictionDataSourceId The ID of the DataSource
that points to the group of observations to predict.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"name" : "InputDataLocationS3",
"c2jName" : "InputDataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InputDataLocationS3",
"marshallLocationName" : "InputDataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"getterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@return The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"fluentSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"name" : "CreatedByIamUser",
"c2jName" : "CreatedByIamUser",
"c2jShape" : "AwsUserArn",
"variable" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedByIamUser",
"marshallLocationName" : "CreatedByIamUser",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"getterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@return The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"fluentSetterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that the BatchPrediction
was created. The time is expressed in epoch time.
",
"name" : "CreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the BatchPrediction
was created. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedAt",
"marshallLocationName" : "CreatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time that the BatchPrediction
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@return The time that the BatchPrediction
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time that the BatchPrediction
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time that the BatchPrediction
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
",
"name" : "LastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedAt",
"marshallLocationName" : "LastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-supplied name or description of the BatchPrediction
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the BatchPrediction
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@param name A user-supplied name or description of the BatchPrediction
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@return A user-supplied name or description of the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@param name A user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@param name A user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EntityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EntityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@param status The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@return The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@param status The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/",
"varargSetterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@param status The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/"
}, {
"documentation" : "The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
",
"name" : "OutputUri",
"c2jName" : "OutputUri",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "outputUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "outputUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OutputUri",
"marshallLocationName" : "OutputUri",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.*/",
"getterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@return The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.*/",
"fluentSetterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A description of the most recent details about processing the batch prediction request.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the most recent details about processing the batch prediction request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@param message A description of the most recent details about processing the batch prediction request.*/",
"getterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@return A description of the most recent details about processing the batch prediction request.*/",
"fluentSetterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@param message A description of the most recent details about processing the batch prediction request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@param message A description of the most recent details about processing the batch prediction request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "batchPrediction",
"variableType" : "BatchPrediction",
"variableDeclarationType" : "BatchPrediction",
"documentation" : null,
"simpleType" : "BatchPrediction",
"variableSetterType" : "BatchPrediction"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"OutputUri" : {
"documentation" : "The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
",
"name" : "OutputUri",
"c2jName" : "OutputUri",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "outputUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "outputUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "OutputUri",
"marshallLocationName" : "OutputUri",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.*/",
"getterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@return The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.*/",
"fluentSetterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results. The following substrings are not allowed in the s3 key portion of the \"outputURI\" field: ':', '//', '/./', '/../'.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Name" : {
"documentation" : "A user-supplied name or description of the BatchPrediction
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the BatchPrediction
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@param name A user-supplied name or description of the BatchPrediction
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@return A user-supplied name or description of the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@param name A user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the BatchPrediction
.
\n@param name A user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : "The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EntityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EntityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@param status The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@return The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@param status The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/",
"varargSetterDocumentation" : "/**The status of the BatchPrediction
. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable.
\n@param status The status of the BatchPrediction
. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate predictions for a batch of observations. -
INPROGRESS
- The process is underway. -
FAILED
- The request to peform a batch prediction did not run to completion. It is not usable. -
COMPLETED
- The batch prediction process completed successfully. -
DELETED
- The BatchPrediction
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/"
},
"LastUpdatedAt" : {
"documentation" : "The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
",
"name" : "LastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedAt",
"marshallLocationName" : "LastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the BatchPrediction
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Message" : {
"documentation" : "A description of the most recent details about processing the batch prediction request.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the most recent details about processing the batch prediction request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@param message A description of the most recent details about processing the batch prediction request.*/",
"getterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@return A description of the most recent details about processing the batch prediction request.*/",
"fluentSetterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@param message A description of the most recent details about processing the batch prediction request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the most recent details about processing the batch prediction request.
\n@param message A description of the most recent details about processing the batch prediction request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"BatchPredictionDataSourceId" : {
"documentation" : "The ID of the DataSource
that points to the group of observations to predict.
",
"name" : "BatchPredictionDataSourceId",
"c2jName" : "BatchPredictionDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
that points to the group of observations to predict.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionDataSourceId",
"marshallLocationName" : "BatchPredictionDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@param batchPredictionDataSourceId The ID of the DataSource
that points to the group of observations to predict.*/",
"getterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@return The ID of the DataSource
that points to the group of observations to predict.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@param batchPredictionDataSourceId The ID of the DataSource
that points to the group of observations to predict.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
that points to the group of observations to predict.
\n@param batchPredictionDataSourceId The ID of the DataSource
that points to the group of observations to predict.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"BatchPredictionId" : {
"documentation" : "The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@return The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreatedByIamUser" : {
"documentation" : "The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"name" : "CreatedByIamUser",
"c2jName" : "CreatedByIamUser",
"c2jShape" : "AwsUserArn",
"variable" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedByIamUser",
"marshallLocationName" : "CreatedByIamUser",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"getterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@return The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"fluentSetterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the BatchPrediction
. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InputDataLocationS3" : {
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"name" : "InputDataLocationS3",
"c2jName" : "InputDataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InputDataLocationS3",
"marshallLocationName" : "InputDataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"getterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@return The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).*/",
"fluentSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
\n@param inputDataLocationS3 The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MLModelId" : {
"documentation" : "The ID of the MLModel
that generated predictions for the BatchPrediction
request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the MLModel
that generated predictions for the BatchPrediction
request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@param mLModelId The ID of the MLModel
that generated predictions for the BatchPrediction
request.*/",
"getterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@return The ID of the MLModel
that generated predictions for the BatchPrediction
request.*/",
"fluentSetterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@param mLModelId The ID of the MLModel
that generated predictions for the BatchPrediction
request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the MLModel
that generated predictions for the BatchPrediction
request.
\n@param mLModelId The ID of the MLModel
that generated predictions for the BatchPrediction
request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreatedAt" : {
"documentation" : "The time that the BatchPrediction
was created. The time is expressed in epoch time.
",
"name" : "CreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the BatchPrediction
was created. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedAt",
"marshallLocationName" : "CreatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time that the BatchPrediction
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@return The time that the BatchPrediction
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time that the BatchPrediction
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time that the BatchPrediction
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"PredictResult" : {
"c2jName" : "PredictOutput",
"documentation" : "",
"shapeName" : "PredictResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "Prediction",
"c2jName" : "Prediction",
"c2jShape" : "Prediction",
"variable" : {
"variableName" : "prediction",
"variableType" : "Prediction",
"variableDeclarationType" : "Prediction",
"documentation" : "",
"simpleType" : "Prediction",
"variableSetterType" : "Prediction"
},
"setterModel" : {
"variableName" : "prediction",
"variableType" : "Prediction",
"variableDeclarationType" : "Prediction",
"documentation" : "",
"simpleType" : "Prediction",
"variableSetterType" : "Prediction"
},
"getterModel" : {
"returnType" : "Prediction",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prediction",
"marshallLocationName" : "Prediction",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param prediction */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param prediction \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param prediction \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "predictResult",
"variableType" : "PredictResult",
"variableDeclarationType" : "PredictResult",
"documentation" : null,
"simpleType" : "PredictResult",
"variableSetterType" : "PredictResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Prediction" : {
"documentation" : "",
"name" : "Prediction",
"c2jName" : "Prediction",
"c2jShape" : "Prediction",
"variable" : {
"variableName" : "prediction",
"variableType" : "Prediction",
"variableDeclarationType" : "Prediction",
"documentation" : "",
"simpleType" : "Prediction",
"variableSetterType" : "Prediction"
},
"setterModel" : {
"variableName" : "prediction",
"variableType" : "Prediction",
"variableDeclarationType" : "Prediction",
"documentation" : "",
"simpleType" : "Prediction",
"variableSetterType" : "Prediction"
},
"getterModel" : {
"returnType" : "Prediction",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prediction",
"marshallLocationName" : "Prediction",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param prediction */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param prediction \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param prediction \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"S3DataSpec" : {
"c2jName" : "S3DataSpec",
"documentation" : " Describes the data specification of a DataSource
.
",
"shapeName" : "S3DataSpec",
"deprecated" : false,
"required" : [ "DataLocationS3" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
",
"name" : "DataLocationS3",
"c2jName" : "DataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataLocationS3",
"marshallLocationName" : "DataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@param dataLocationS3 The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.*/",
"getterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@return The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.*/",
"fluentSetterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@param dataLocationS3 The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@param dataLocationS3 The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " Describes the splitting requirement of a Datasource
.
",
"name" : "DataRearrangement",
"c2jName" : "DataRearrangement",
"c2jShape" : "DataRearrangement",
"variable" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " Describes the splitting requirement of a Datasource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataRearrangement",
"marshallLocationName" : "DataRearrangement",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@param dataRearrangement Describes the splitting requirement of a Datasource
.*/",
"getterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@return Describes the splitting requirement of a Datasource
.*/",
"fluentSetterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@param dataRearrangement Describes the splitting requirement of a Datasource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@param dataRearrangement Describes the splitting requirement of a Datasource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
",
"name" : "DataSchema",
"c2jName" : "DataSchema",
"c2jShape" : "DataSchema",
"variable" : {
"variableName" : "dataSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSchema",
"marshallLocationName" : "DataSchema",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@param dataSchema A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
*/",
"getterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@return A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
*/",
"fluentSetterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@param dataSchema A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@param dataSchema A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "Describes the schema Location in Amazon S3.
",
"name" : "DataSchemaLocationS3",
"c2jName" : "DataSchemaLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataSchemaLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes the schema Location in Amazon S3.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSchemaLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSchemaLocationS3",
"marshallLocationName" : "DataSchemaLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@param dataSchemaLocationS3 Describes the schema Location in Amazon S3.*/",
"getterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@return Describes the schema Location in Amazon S3.*/",
"fluentSetterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@param dataSchemaLocationS3 Describes the schema Location in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@param dataSchemaLocationS3 Describes the schema Location in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "s3DataSpec",
"variableType" : "S3DataSpec",
"variableDeclarationType" : "S3DataSpec",
"documentation" : null,
"simpleType" : "S3DataSpec",
"variableSetterType" : "S3DataSpec"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DataRearrangement" : {
"documentation" : " Describes the splitting requirement of a Datasource
.
",
"name" : "DataRearrangement",
"c2jName" : "DataRearrangement",
"c2jShape" : "DataRearrangement",
"variable" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " Describes the splitting requirement of a Datasource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataRearrangement",
"marshallLocationName" : "DataRearrangement",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@param dataRearrangement Describes the splitting requirement of a Datasource
.*/",
"getterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@return Describes the splitting requirement of a Datasource
.*/",
"fluentSetterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@param dataRearrangement Describes the splitting requirement of a Datasource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** Describes the splitting requirement of a Datasource
.
\n@param dataRearrangement Describes the splitting requirement of a Datasource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataSchema" : {
"documentation" : " A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
",
"name" : "DataSchema",
"c2jName" : "DataSchema",
"c2jShape" : "DataSchema",
"variable" : {
"variableName" : "dataSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSchema",
"marshallLocationName" : "DataSchema",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@param dataSchema A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
*/",
"getterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@return A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
*/",
"fluentSetterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@param dataSchema A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
.
Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@param dataSchema A JSON string that represents the schema for an Amazon S3 DataSource
. The DataSchema
defines the structure of the observation data in the data file(s) referenced in the DataSource
. Define your DataSchema
as a series of key-value pairs. attributes
and excludedVariableNames
have an array of key-value pairs for their value. Use the following format to define your DataSchema
.
{ \"version\": \"1.0\",
\"recordAnnotationFieldName\": \"F1\",
\"recordWeightFieldName\": \"F2\",
\"targetFieldName\": \"F3\",
\"dataFormat\": \"CSV\",
\"dataFileContainsHeader\": true,
\"attributes\": [
{ \"fieldName\": \"F1\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F2\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F3\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F4\", \"fieldType\": \"NUMERIC\" }, { \"fieldName\": \"F5\", \"fieldType\": \"CATEGORICAL\" }, { \"fieldName\": \"F6\", \"fieldType\": \"TEXT\" }, { \"fieldName\": \"F7\", \"fieldType\": \"WEIGHTED_INT_SEQUENCE\" }, { \"fieldName\": \"F8\", \"fieldType\": \"WEIGHTED_STRING_SEQUENCE\" } ],
\"excludedVariableNames\": [ \"F6\" ] }
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataLocationS3" : {
"documentation" : "The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
",
"name" : "DataLocationS3",
"c2jName" : "DataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataLocationS3",
"marshallLocationName" : "DataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@param dataLocationS3 The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.*/",
"getterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@return The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.*/",
"fluentSetterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@param dataLocationS3 The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.
\n@param dataLocationS3 The location of the data file(s) used by a DataSource
. The URI specifies a data file or an Amazon Simple Storage Service (Amazon S3) directory or bucket containing data files.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataSchemaLocationS3" : {
"documentation" : "Describes the schema Location in Amazon S3.
",
"name" : "DataSchemaLocationS3",
"c2jName" : "DataSchemaLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataSchemaLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes the schema Location in Amazon S3.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSchemaLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSchemaLocationS3",
"marshallLocationName" : "DataSchemaLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@param dataSchemaLocationS3 Describes the schema Location in Amazon S3.*/",
"getterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@return Describes the schema Location in Amazon S3.*/",
"fluentSetterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@param dataSchemaLocationS3 Describes the schema Location in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the schema Location in Amazon S3.
\n@param dataSchemaLocationS3 Describes the schema Location in Amazon S3.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateDataSourceResult" : {
"c2jName" : "UpdateDataSourceOutput",
"documentation" : "Represents the output of an UpdateDataSource operation.
You can see the updated content by using the GetBatchPrediction operation.
",
"shapeName" : "UpdateDataSourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@return The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateDataSourceResult",
"variableType" : "UpdateDataSourceResult",
"variableDeclarationType" : "UpdateDataSourceResult",
"documentation" : null,
"simpleType" : "UpdateDataSourceResult",
"variableSetterType" : "UpdateDataSourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DataSourceId" : {
"documentation" : "The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@return The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId The ID assigned to the DataSource
during creation. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DescribeDataSourcesRequest" : {
"c2jName" : "DescribeDataSourcesInput",
"documentation" : "",
"shapeName" : "DescribeDataSourcesRequest",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
",
"name" : "FilterVariable",
"c2jName" : "FilterVariable",
"c2jShape" : "DataSourceFilterVariable",
"variable" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterVariable",
"marshallLocationName" : "FilterVariable",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DataSourceFilterVariable",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@param filterVariable Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@see DataSourceFilterVariable*/",
"getterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@return Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@see DataSourceFilterVariable*/",
"fluentSetterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@param filterVariable Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DataSourceFilterVariable*/",
"varargSetterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@param filterVariable Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DataSourceFilterVariable*/"
}, {
"documentation" : "The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"name" : "EQ",
"c2jName" : "EQ",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EQ",
"marshallLocationName" : "EQ",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"getterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@return The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"fluentSetterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"name" : "GT",
"c2jName" : "GT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GT",
"marshallLocationName" : "GT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"getterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@return The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"fluentSetterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
",
"name" : "LT",
"c2jName" : "LT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LT",
"marshallLocationName" : "LT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"getterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@return The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"fluentSetterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"name" : "GE",
"c2jName" : "GE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GE",
"marshallLocationName" : "GE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"getterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@return The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"fluentSetterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"name" : "LE",
"c2jName" : "LE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LE",
"marshallLocationName" : "LE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"getterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@return The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"fluentSetterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
",
"name" : "NE",
"c2jName" : "NE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NE",
"marshallLocationName" : "NE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"getterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@return The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"fluentSetterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"name" : "Prefix",
"c2jName" : "Prefix",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prefix",
"marshallLocationName" : "Prefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"getterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"fluentSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"name" : "SortOrder",
"c2jName" : "SortOrder",
"c2jShape" : "SortOrder",
"variable" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortOrder",
"marshallLocationName" : "SortOrder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SortOrder",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"getterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@return A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"fluentSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/",
"varargSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/"
}, {
"documentation" : "
The ID of the page in the paginated results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the page in the paginated results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.*/",
"getterDocumentation" : "/**The ID of the page in the paginated results.
\n@return The ID of the page in the paginated results.*/",
"fluentSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The maximum number of DataSource
to include in the result.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PageLimit",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of DataSource
to include in the result.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@param limit The maximum number of DataSource
to include in the result.*/",
"getterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@return The maximum number of DataSource
to include in the result.*/",
"fluentSetterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@param limit The maximum number of DataSource
to include in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@param limit The maximum number of DataSource
to include in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "describeDataSourcesRequest",
"variableType" : "DescribeDataSourcesRequest",
"variableDeclarationType" : "DescribeDataSourcesRequest",
"documentation" : null,
"simpleType" : "DescribeDataSourcesRequest",
"variableSetterType" : "DescribeDataSourcesRequest"
},
"marshaller" : {
"action" : "DescribeDataSources",
"verb" : "POST",
"target" : "AmazonML_20141212.DescribeDataSources",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"NextToken" : {
"documentation" : "The ID of the page in the paginated results.
",
"name" : "NextToken",
"c2jName" : "NextToken",
"c2jShape" : "StringType",
"variable" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the page in the paginated results.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nextToken",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NextToken",
"marshallLocationName" : "NextToken",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.*/",
"getterDocumentation" : "/**The ID of the page in the paginated results.
\n@return The ID of the page in the paginated results.*/",
"fluentSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the page in the paginated results.
\n@param nextToken The ID of the page in the paginated results.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GE" : {
"documentation" : "The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"name" : "GE",
"c2jName" : "GE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GE",
"marshallLocationName" : "GE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"getterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@return The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.*/",
"fluentSetterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.
\n@param gE The greater than or equal to operator. The DataSource
results will have FilterVariable
values that are greater than or equal to the value specified with GE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"GT" : {
"documentation" : "The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"name" : "GT",
"c2jName" : "GT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "gT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "GT",
"marshallLocationName" : "GT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"getterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@return The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.*/",
"fluentSetterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.
\n@param gT The greater than operator. The DataSource
results will have FilterVariable
values that are greater than the value specified with GT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LT" : {
"documentation" : "The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
",
"name" : "LT",
"c2jName" : "LT",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lT",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LT",
"marshallLocationName" : "LT",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"getterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@return The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.*/",
"fluentSetterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.
\n@param lT The less than operator. The DataSource
results will have FilterVariable
values that are less than the value specified with LT
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"FilterVariable" : {
"documentation" : "Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
",
"name" : "FilterVariable",
"c2jName" : "FilterVariable",
"c2jShape" : "DataSourceFilterVariable",
"variable" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "filterVariable",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "FilterVariable",
"marshallLocationName" : "FilterVariable",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "DataSourceFilterVariable",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@param filterVariable Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@see DataSourceFilterVariable*/",
"getterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@return Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@see DataSourceFilterVariable*/",
"fluentSetterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@param filterVariable Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DataSourceFilterVariable*/",
"varargSetterDocumentation" : "/**Use one of the following variables to filter a list of DataSource
:
-
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation.
\n@param filterVariable Use one of the following variables to filter a list of DataSource
: -
CreatedAt
- Sets the search criteria to DataSource
creation dates. -
Status
- Sets the search criteria to DataSource
statuses. -
Name
- Sets the search criteria to the contents of DataSource
Name
. -
DataUri
- Sets the search criteria to the URI of data files used to create the DataSource
. The URI can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory. -
IAMUser
- Sets the search criteria to the user account that invoked the DataSource
creation. \n@return Returns a reference to this object so that method calls can be chained together.\n@see DataSourceFilterVariable*/"
},
"SortOrder" : {
"documentation" : "A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"name" : "SortOrder",
"c2jName" : "SortOrder",
"c2jShape" : "SortOrder",
"variable" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "sortOrder",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SortOrder",
"marshallLocationName" : "SortOrder",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "SortOrder",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"getterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@return A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@see SortOrder*/",
"fluentSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/",
"varargSetterDocumentation" : "/**
A two-value parameter that determines the sequence of the resulting list of DataSource
.
-
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.
\n@param sortOrder A two-value parameter that determines the sequence of the resulting list of DataSource
. -
asc
- Arranges the list in ascending order (A-Z, 0-9). -
dsc
- Arranges the list in descending order (Z-A, 9-0).
Results are sorted by FilterVariable
.\n@return Returns a reference to this object so that method calls can be chained together.\n@see SortOrder*/"
},
"EQ" : {
"documentation" : "
The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"name" : "EQ",
"c2jName" : "EQ",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "eQ",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EQ",
"marshallLocationName" : "EQ",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"getterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@return The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.*/",
"fluentSetterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.
\n@param eQ The equal to operator. The DataSource
results will have FilterVariable
values that exactly match the value specified with EQ
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Prefix" : {
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"name" : "Prefix",
"c2jName" : "Prefix",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "prefix",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Prefix",
"marshallLocationName" : "Prefix",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"getterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
*/",
"fluentSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A string that is found at the beginning of a variable, such as Name
or Id
.
For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@param prefix A string that is found at the beginning of a variable, such as Name
or Id
. For example, a DataSource
could have the Name
2014-09-09-HolidayGiftMailer
. To search for this DataSource
, select Name
for the FilterVariable
and any of the following strings for the Prefix
:
2014-09
2014-09-09
2014-09-09-Holiday
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LE" : {
"documentation" : "The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"name" : "LE",
"c2jName" : "LE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "lE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LE",
"marshallLocationName" : "LE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"getterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@return The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.*/",
"fluentSetterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.
\n@param lE The less than or equal to operator. The DataSource
results will have FilterVariable
values that are less than or equal to the value specified with LE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Limit" : {
"documentation" : " The maximum number of DataSource
to include in the result.
",
"name" : "Limit",
"c2jName" : "Limit",
"c2jShape" : "PageLimit",
"variable" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : " The maximum number of DataSource
to include in the result.
",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "limit",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Limit",
"marshallLocationName" : "Limit",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@param limit The maximum number of DataSource
to include in the result.*/",
"getterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@return The maximum number of DataSource
to include in the result.*/",
"fluentSetterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@param limit The maximum number of DataSource
to include in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The maximum number of DataSource
to include in the result.
\n@param limit The maximum number of DataSource
to include in the result.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"NE" : {
"documentation" : "The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
",
"name" : "NE",
"c2jName" : "NE",
"c2jShape" : "ComparatorValue",
"variable" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "nE",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NE",
"marshallLocationName" : "NE",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"getterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@return The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.*/",
"fluentSetterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.
\n@param nE The not equal to operator. The DataSource
results will have FilterVariable
values not equal to the value specified with NE
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateBatchPredictionRequest" : {
"c2jName" : "UpdateBatchPredictionInput",
"documentation" : "",
"shapeName" : "UpdateBatchPredictionRequest",
"deprecated" : false,
"required" : [ "BatchPredictionId", "BatchPredictionName" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the BatchPrediction
during creation.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the BatchPrediction
during creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation.*/",
"getterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@return The ID assigned to the BatchPrediction
during creation.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A new user-supplied name or description of the BatchPrediction
.
",
"name" : "BatchPredictionName",
"c2jName" : "BatchPredictionName",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "batchPredictionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A new user-supplied name or description of the BatchPrediction
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionName",
"marshallLocationName" : "BatchPredictionName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@param batchPredictionName A new user-supplied name or description of the BatchPrediction
.*/",
"getterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@return A new user-supplied name or description of the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@param batchPredictionName A new user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@param batchPredictionName A new user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateBatchPredictionRequest",
"variableType" : "UpdateBatchPredictionRequest",
"variableDeclarationType" : "UpdateBatchPredictionRequest",
"documentation" : null,
"simpleType" : "UpdateBatchPredictionRequest",
"variableSetterType" : "UpdateBatchPredictionRequest"
},
"marshaller" : {
"action" : "UpdateBatchPrediction",
"verb" : "POST",
"target" : "AmazonML_20141212.UpdateBatchPrediction",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"BatchPredictionName" : {
"documentation" : "A new user-supplied name or description of the BatchPrediction
.
",
"name" : "BatchPredictionName",
"c2jName" : "BatchPredictionName",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "batchPredictionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A new user-supplied name or description of the BatchPrediction
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionName",
"marshallLocationName" : "BatchPredictionName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@param batchPredictionName A new user-supplied name or description of the BatchPrediction
.*/",
"getterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@return A new user-supplied name or description of the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@param batchPredictionName A new user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A new user-supplied name or description of the BatchPrediction
.
\n@param batchPredictionName A new user-supplied name or description of the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"BatchPredictionId" : {
"documentation" : "The ID assigned to the BatchPrediction
during creation.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the BatchPrediction
during creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation.*/",
"getterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@return The ID assigned to the BatchPrediction
during creation.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"Evaluation" : {
"c2jName" : "Evaluation",
"documentation" : " Represents the output of GetEvaluation operation.
The content consists of the detailed metadata and data file information and the current status of the Evaluation
.
",
"shapeName" : "Evaluation",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID that is assigned to the Evaluation
at creation.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID that is assigned to the Evaluation
at creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationId",
"marshallLocationName" : "EvaluationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@param evaluationId The ID that is assigned to the Evaluation
at creation.*/",
"getterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@return The ID that is assigned to the Evaluation
at creation.*/",
"fluentSetterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@param evaluationId The ID that is assigned to the Evaluation
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@param evaluationId The ID that is assigned to the Evaluation
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the MLModel
that is the focus of the evaluation.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the MLModel
that is the focus of the evaluation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@param mLModelId The ID of the MLModel
that is the focus of the evaluation.*/",
"getterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@return The ID of the MLModel
that is the focus of the evaluation.*/",
"fluentSetterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@param mLModelId The ID of the MLModel
that is the focus of the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@param mLModelId The ID of the MLModel
that is the focus of the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the DataSource
that is used to evaluate the MLModel
.
",
"name" : "EvaluationDataSourceId",
"c2jName" : "EvaluationDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
that is used to evaluate the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationDataSourceId",
"marshallLocationName" : "EvaluationDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
that is used to evaluate the MLModel
.*/",
"getterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@return The ID of the DataSource
that is used to evaluate the MLModel
.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
that is used to evaluate the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
that is used to evaluate the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
",
"name" : "InputDataLocationS3",
"c2jName" : "InputDataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InputDataLocationS3",
"marshallLocationName" : "InputDataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@param inputDataLocationS3 The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.*/",
"getterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@return The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.*/",
"fluentSetterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@param inputDataLocationS3 The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@param inputDataLocationS3 The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"name" : "CreatedByIamUser",
"c2jName" : "CreatedByIamUser",
"c2jShape" : "AwsUserArn",
"variable" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedByIamUser",
"marshallLocationName" : "CreatedByIamUser",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"getterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@return The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"fluentSetterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time that the Evaluation
was created. The time is expressed in epoch time.
",
"name" : "CreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the Evaluation
was created. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedAt",
"marshallLocationName" : "CreatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@param createdAt The time that the Evaluation
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@return The time that the Evaluation
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@param createdAt The time that the Evaluation
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@param createdAt The time that the Evaluation
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
",
"name" : "LastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedAt",
"marshallLocationName" : "LastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param name A user-supplied name or description of the Evaluation
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@return A user-supplied name or description of the Evaluation
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param name A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param name A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EntityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EntityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@param status The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@return The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@param status The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/",
"varargSetterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@param status The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/"
}, {
"documentation" : "Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
",
"name" : "PerformanceMetrics",
"c2jName" : "PerformanceMetrics",
"c2jShape" : "PerformanceMetrics",
"variable" : {
"variableName" : "performanceMetrics",
"variableType" : "PerformanceMetrics",
"variableDeclarationType" : "PerformanceMetrics",
"documentation" : "Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
",
"simpleType" : "PerformanceMetrics",
"variableSetterType" : "PerformanceMetrics"
},
"setterModel" : {
"variableName" : "performanceMetrics",
"variableType" : "PerformanceMetrics",
"variableDeclarationType" : "PerformanceMetrics",
"documentation" : "",
"simpleType" : "PerformanceMetrics",
"variableSetterType" : "PerformanceMetrics"
},
"getterModel" : {
"returnType" : "PerformanceMetrics",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PerformanceMetrics",
"marshallLocationName" : "PerformanceMetrics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@param performanceMetrics Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.*/",
"getterDocumentation" : "/**
Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@return Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.*/",
"fluentSetterDocumentation" : "/**
Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@param performanceMetrics Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@param performanceMetrics Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
A description of the most recent details about evaluating the MLModel
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the most recent details about evaluating the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@param message A description of the most recent details about evaluating the MLModel
.*/",
"getterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@return A description of the most recent details about evaluating the MLModel
.*/",
"fluentSetterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@param message A description of the most recent details about evaluating the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@param message A description of the most recent details about evaluating the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "evaluation",
"variableType" : "Evaluation",
"variableDeclarationType" : "Evaluation",
"documentation" : null,
"simpleType" : "Evaluation",
"variableSetterType" : "Evaluation"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Name" : {
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Name",
"marshallLocationName" : "Name",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param name A user-supplied name or description of the Evaluation
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@return A user-supplied name or description of the Evaluation
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param name A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param name A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Status" : {
"documentation" : "The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
",
"name" : "Status",
"c2jName" : "Status",
"c2jShape" : "EntityStatus",
"variable" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "status",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Status",
"marshallLocationName" : "Status",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "EntityStatus",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@param status The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@return The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@param status The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/",
"varargSetterDocumentation" : "/**The status of the evaluation. This element can have one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable.
\n@param status The status of the evaluation. This element can have one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to evaluate an MLModel
. -
INPROGRESS
- The evaluation is underway. -
FAILED
- The request to evaluate an MLModel
did not run to completion. It is not usable. -
COMPLETED
- The evaluation process completed successfully. -
DELETED
- The Evaluation
is marked as deleted. It is not usable. \n@return Returns a reference to this object so that method calls can be chained together.\n@see EntityStatus*/"
},
"LastUpdatedAt" : {
"documentation" : "The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
",
"name" : "LastUpdatedAt",
"c2jName" : "LastUpdatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "lastUpdatedAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "LastUpdatedAt",
"marshallLocationName" : "LastUpdatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the Evaluation
. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EvaluationDataSourceId" : {
"documentation" : "The ID of the DataSource
that is used to evaluate the MLModel
.
",
"name" : "EvaluationDataSourceId",
"c2jName" : "EvaluationDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
that is used to evaluate the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationDataSourceId",
"marshallLocationName" : "EvaluationDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
that is used to evaluate the MLModel
.*/",
"getterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@return The ID of the DataSource
that is used to evaluate the MLModel
.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
that is used to evaluate the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
that is used to evaluate the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
that is used to evaluate the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Message" : {
"documentation" : "A description of the most recent details about evaluating the MLModel
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A description of the most recent details about evaluating the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Message",
"marshallLocationName" : "Message",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@param message A description of the most recent details about evaluating the MLModel
.*/",
"getterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@return A description of the most recent details about evaluating the MLModel
.*/",
"fluentSetterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@param message A description of the most recent details about evaluating the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A description of the most recent details about evaluating the MLModel
.
\n@param message A description of the most recent details about evaluating the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"PerformanceMetrics" : {
"documentation" : "Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
",
"name" : "PerformanceMetrics",
"c2jName" : "PerformanceMetrics",
"c2jShape" : "PerformanceMetrics",
"variable" : {
"variableName" : "performanceMetrics",
"variableType" : "PerformanceMetrics",
"variableDeclarationType" : "PerformanceMetrics",
"documentation" : "Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
",
"simpleType" : "PerformanceMetrics",
"variableSetterType" : "PerformanceMetrics"
},
"setterModel" : {
"variableName" : "performanceMetrics",
"variableType" : "PerformanceMetrics",
"variableDeclarationType" : "PerformanceMetrics",
"documentation" : "",
"simpleType" : "PerformanceMetrics",
"variableSetterType" : "PerformanceMetrics"
},
"getterModel" : {
"returnType" : "PerformanceMetrics",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "PerformanceMetrics",
"marshallLocationName" : "PerformanceMetrics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@param performanceMetrics Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.*/",
"getterDocumentation" : "/**
Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@return Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.*/",
"fluentSetterDocumentation" : "/**
Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@param performanceMetrics Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel:
-
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
\n@param performanceMetrics Measurements of how well the MLModel
performed, using observations referenced by the DataSource
. One of the following metrics is returned, based on the type of the MLModel: -
BinaryAUC: A binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: A regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: A multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreatedByIamUser" : {
"documentation" : "
The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"name" : "CreatedByIamUser",
"c2jName" : "CreatedByIamUser",
"c2jShape" : "AwsUserArn",
"variable" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "createdByIamUser",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedByIamUser",
"marshallLocationName" : "CreatedByIamUser",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"getterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@return The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.*/",
"fluentSetterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.
\n@param createdByIamUser The AWS user account that invoked the evaluation. The account type can be either an AWS root account or an AWS Identity and Access Management (IAM) user account.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EvaluationId" : {
"documentation" : "The ID that is assigned to the Evaluation
at creation.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID that is assigned to the Evaluation
at creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationId",
"marshallLocationName" : "EvaluationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@param evaluationId The ID that is assigned to the Evaluation
at creation.*/",
"getterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@return The ID that is assigned to the Evaluation
at creation.*/",
"fluentSetterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@param evaluationId The ID that is assigned to the Evaluation
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID that is assigned to the Evaluation
at creation.
\n@param evaluationId The ID that is assigned to the Evaluation
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"InputDataLocationS3" : {
"documentation" : "The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
",
"name" : "InputDataLocationS3",
"c2jName" : "InputDataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "inputDataLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "InputDataLocationS3",
"marshallLocationName" : "InputDataLocationS3",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@param inputDataLocationS3 The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.*/",
"getterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@return The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.*/",
"fluentSetterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@param inputDataLocationS3 The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.
\n@param inputDataLocationS3 The location and name of the data in Amazon Simple Storage Server (Amazon S3) that is used in the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MLModelId" : {
"documentation" : "The ID of the MLModel
that is the focus of the evaluation.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the MLModel
that is the focus of the evaluation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@param mLModelId The ID of the MLModel
that is the focus of the evaluation.*/",
"getterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@return The ID of the MLModel
that is the focus of the evaluation.*/",
"fluentSetterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@param mLModelId The ID of the MLModel
that is the focus of the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the MLModel
that is the focus of the evaluation.
\n@param mLModelId The ID of the MLModel
that is the focus of the evaluation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreatedAt" : {
"documentation" : "The time that the Evaluation
was created. The time is expressed in epoch time.
",
"name" : "CreatedAt",
"c2jName" : "CreatedAt",
"c2jShape" : "EpochTime",
"variable" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "The time that the Evaluation
was created. The time is expressed in epoch time.
",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"setterModel" : {
"variableName" : "createdAt",
"variableType" : "java.util.Date",
"variableDeclarationType" : "java.util.Date",
"documentation" : "",
"simpleType" : "Date",
"variableSetterType" : "java.util.Date"
},
"getterModel" : {
"returnType" : "java.util.Date",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "CreatedAt",
"marshallLocationName" : "CreatedAt",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@param createdAt The time that the Evaluation
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@return The time that the Evaluation
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@param createdAt The time that the Evaluation
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The time that the Evaluation
was created. The time is expressed in epoch time.
\n@param createdAt The time that the Evaluation
was created. The time is expressed in epoch time.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteBatchPredictionRequest" : {
"c2jName" : "DeleteBatchPredictionInput",
"documentation" : "",
"shapeName" : "DeleteBatchPredictionRequest",
"deprecated" : false,
"required" : [ "BatchPredictionId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@return A user-supplied ID that uniquely identifies the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteBatchPredictionRequest",
"variableType" : "DeleteBatchPredictionRequest",
"variableDeclarationType" : "DeleteBatchPredictionRequest",
"documentation" : null,
"simpleType" : "DeleteBatchPredictionRequest",
"variableSetterType" : "DeleteBatchPredictionRequest"
},
"marshaller" : {
"action" : "DeleteBatchPrediction",
"verb" : "POST",
"target" : "AmazonML_20141212.DeleteBatchPrediction",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"BatchPredictionId" : {
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@return A user-supplied ID that uniquely identifies the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"LimitExceededException" : {
"c2jName" : "LimitExceededException",
"documentation" : "The subscriber exceeded the maximum number of operations. This exception can occur when listing objects such as DataSource
.
",
"shapeName" : "LimitExceededException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ErrorCode",
"variable" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param code */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "limitExceededException",
"variableType" : "LimitExceededException",
"variableDeclarationType" : "LimitExceededException",
"documentation" : null,
"simpleType" : "LimitExceededException",
"variableSetterType" : "LimitExceededException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "LimitExceededException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Code" : {
"documentation" : "",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ErrorCode",
"variable" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param code */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"UpdateMLModelResult" : {
"c2jName" : "UpdateMLModelOutput",
"documentation" : "Represents the output of an UpdateMLModel operation.
You can see the updated content by using the GetMLModel operation.
",
"shapeName" : "UpdateMLModelResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@param mLModelId The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@return The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@param mLModelId The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@param mLModelId The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateMLModelResult",
"variableType" : "UpdateMLModelResult",
"variableDeclarationType" : "UpdateMLModelResult",
"documentation" : null,
"simpleType" : "UpdateMLModelResult",
"variableSetterType" : "UpdateMLModelResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MLModelId" : {
"documentation" : "The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@param mLModelId The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@return The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@param mLModelId The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.
\n@param mLModelId The ID assigned to the MLModel
during creation. This value should be identical to the value of the MLModelID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateDataSourceFromRedshiftRequest" : {
"c2jName" : "CreateDataSourceFromRedshiftInput",
"documentation" : "",
"shapeName" : "CreateDataSourceFromRedshiftRequest",
"deprecated" : false,
"required" : [ "DataSourceId", "DataSpec", "RoleARN" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@return A user-supplied ID that uniquely identifies the DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-supplied name or description of the DataSource
.
",
"name" : "DataSourceName",
"c2jName" : "DataSourceName",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "dataSourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the DataSource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceName",
"marshallLocationName" : "DataSourceName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@param dataSourceName A user-supplied name or description of the DataSource
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@return A user-supplied name or description of the DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@param dataSourceName A user-supplied name or description of the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@param dataSourceName A user-supplied name or description of the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"name" : "DataSpec",
"c2jName" : "DataSpec",
"c2jShape" : "RedshiftDataSpec",
"variable" : {
"variableName" : "dataSpec",
"variableType" : "RedshiftDataSpec",
"variableDeclarationType" : "RedshiftDataSpec",
"documentation" : "The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"simpleType" : "RedshiftDataSpec",
"variableSetterType" : "RedshiftDataSpec"
},
"setterModel" : {
"variableName" : "dataSpec",
"variableType" : "RedshiftDataSpec",
"variableDeclarationType" : "RedshiftDataSpec",
"documentation" : "",
"simpleType" : "RedshiftDataSpec",
"variableSetterType" : "RedshiftDataSpec"
},
"getterModel" : {
"returnType" : "RedshiftDataSpec",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSpec",
"marshallLocationName" : "DataSpec",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RoleARN",
"marshallLocationName" : "RoleARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@param roleARN A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
*/",
"getterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@return A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
*/",
"fluentSetterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@param roleARN A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@param roleARN A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
",
"name" : "ComputeStatistics",
"c2jName" : "ComputeStatistics",
"c2jShape" : "ComputeStatistics",
"variable" : {
"variableName" : "computeStatistics",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "computeStatistics",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputeStatistics",
"marshallLocationName" : "ComputeStatistics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@param computeStatistics The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training*/",
"getterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@return The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training*/",
"fluentSetterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@param computeStatistics The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@param computeStatistics The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createDataSourceFromRedshiftRequest",
"variableType" : "CreateDataSourceFromRedshiftRequest",
"variableDeclarationType" : "CreateDataSourceFromRedshiftRequest",
"documentation" : null,
"simpleType" : "CreateDataSourceFromRedshiftRequest",
"variableSetterType" : "CreateDataSourceFromRedshiftRequest"
},
"marshaller" : {
"action" : "CreateDataSourceFromRedshift",
"verb" : "POST",
"target" : "AmazonML_20141212.CreateDataSourceFromRedshift",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DataSpec" : {
"documentation" : "The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"name" : "DataSpec",
"c2jName" : "DataSpec",
"c2jShape" : "RedshiftDataSpec",
"variable" : {
"variableName" : "dataSpec",
"variableType" : "RedshiftDataSpec",
"variableDeclarationType" : "RedshiftDataSpec",
"documentation" : "The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"simpleType" : "RedshiftDataSpec",
"variableSetterType" : "RedshiftDataSpec"
},
"setterModel" : {
"variableName" : "dataSpec",
"variableType" : "RedshiftDataSpec",
"variableDeclarationType" : "RedshiftDataSpec",
"documentation" : "",
"simpleType" : "RedshiftDataSpec",
"variableSetterType" : "RedshiftDataSpec"
},
"getterModel" : {
"returnType" : "RedshiftDataSpec",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSpec",
"marshallLocationName" : "DataSpec",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- Name of the Amazon Redshift database. -
ClusterIdentifier
- Unique ID for the Amazon Redshift cluster.
DatabaseCredentials - AWS Identity abd Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - Query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Relational Database Service (Amazon RDS) using SelectSqlQuery
is stored in this location.
DataSchemaUri - Amazon S3 location of the DataSchema
.
DataSchema - A JSON string representing the schema. This is not required if DataSchemaUri
is specified.
-
DataRearrangement - A JSON string representing the splitting requirement of a Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataSourceId" : {
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@return A user-supplied ID that uniquely identifies the DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RoleARN" : {
"documentation" : "A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RoleARN",
"marshallLocationName" : "RoleARN",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@param roleARN A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
*/",
"getterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@return A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
*/",
"fluentSetterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@param roleARN A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@param roleARN A fully specified role Amazon Resource Name (ARN). Amazon ML assumes the role on behalf of the user to create the following:
A security group to allow Amazon ML to execute the SelectSqlQuery
query on an Amazon Redshift cluster
An Amazon S3 bucket policy to grant Amazon ML read/write permissions on the S3StagingLocation
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataSourceName" : {
"documentation" : "A user-supplied name or description of the DataSource
.
",
"name" : "DataSourceName",
"c2jName" : "DataSourceName",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "dataSourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the DataSource
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceName",
"marshallLocationName" : "DataSourceName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@param dataSourceName A user-supplied name or description of the DataSource
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@return A user-supplied name or description of the DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@param dataSourceName A user-supplied name or description of the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the DataSource
.
\n@param dataSourceName A user-supplied name or description of the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ComputeStatistics" : {
"documentation" : "The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
",
"name" : "ComputeStatistics",
"c2jName" : "ComputeStatistics",
"c2jShape" : "ComputeStatistics",
"variable" : {
"variableName" : "computeStatistics",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"setterModel" : {
"variableName" : "computeStatistics",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : "",
"simpleType" : "Boolean",
"variableSetterType" : "Boolean"
},
"getterModel" : {
"returnType" : "Boolean",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ComputeStatistics",
"marshallLocationName" : "ComputeStatistics",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@param computeStatistics The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training*/",
"getterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@return The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training*/",
"fluentSetterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@param computeStatistics The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training
\n@param computeStatistics The compute statistics for a DataSource
. The statistics are generated from the observation data referenced by a DataSource
. Amazon ML uses the statistics internally during MLModel
training. This parameter must be set to true
if the
DataSource
needs to be used for MLModel
training\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"DeleteBatchPredictionResult" : {
"c2jName" : "DeleteBatchPredictionOutput",
"documentation" : " Represents the output of a DeleteBatchPrediction operation.
You can use the GetBatchPrediction operation and check the value of the Status
parameter to see whether a BatchPrediction
is marked as DELETED
.
",
"shapeName" : "DeleteBatchPredictionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@return A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteBatchPredictionResult",
"variableType" : "DeleteBatchPredictionResult",
"variableDeclarationType" : "DeleteBatchPredictionResult",
"documentation" : null,
"simpleType" : "DeleteBatchPredictionResult",
"variableSetterType" : "DeleteBatchPredictionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"BatchPredictionId" : {
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@return A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId A user-supplied ID that uniquely identifies the BatchPrediction
. This value should be identical to the value of the BatchPredictionID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"RDSMetadata" : {
"c2jName" : "RDSMetadata",
"documentation" : "The datasource details that are specific to Amazon RDS.
",
"shapeName" : "RDSMetadata",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The database details required to connect to an Amazon RDS.
",
"name" : "Database",
"c2jName" : "Database",
"c2jShape" : "RDSDatabase",
"variable" : {
"variableName" : "database",
"variableType" : "RDSDatabase",
"variableDeclarationType" : "RDSDatabase",
"documentation" : "The database details required to connect to an Amazon RDS.
",
"simpleType" : "RDSDatabase",
"variableSetterType" : "RDSDatabase"
},
"setterModel" : {
"variableName" : "database",
"variableType" : "RDSDatabase",
"variableDeclarationType" : "RDSDatabase",
"documentation" : "",
"simpleType" : "RDSDatabase",
"variableSetterType" : "RDSDatabase"
},
"getterModel" : {
"returnType" : "RDSDatabase",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Database",
"marshallLocationName" : "Database",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@param database The database details required to connect to an Amazon RDS.*/",
"getterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@return The database details required to connect to an Amazon RDS.*/",
"fluentSetterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@param database The database details required to connect to an Amazon RDS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@param database The database details required to connect to an Amazon RDS.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DatabaseUserName",
"c2jName" : "DatabaseUserName",
"c2jShape" : "RDSDatabaseUsername",
"variable" : {
"variableName" : "databaseUserName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "databaseUserName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DatabaseUserName",
"marshallLocationName" : "DatabaseUserName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param databaseUserName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param databaseUserName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param databaseUserName \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
",
"name" : "SelectSqlQuery",
"c2jName" : "SelectSqlQuery",
"c2jShape" : "RDSSelectSqlQuery",
"variable" : {
"variableName" : "selectSqlQuery",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "selectSqlQuery",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SelectSqlQuery",
"marshallLocationName" : "SelectSqlQuery",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@param selectSqlQuery The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.*/",
"getterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@return The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.*/",
"fluentSetterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@param selectSqlQuery The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@param selectSqlQuery The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"name" : "ResourceRole",
"c2jName" : "ResourceRole",
"c2jShape" : "EDPResourceRole",
"variable" : {
"variableName" : "resourceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceRole",
"marshallLocationName" : "ResourceRole",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param resourceRole The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"getterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@return The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"fluentSetterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param resourceRole The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param resourceRole The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"name" : "ServiceRole",
"c2jName" : "ServiceRole",
"c2jShape" : "EDPServiceRole",
"variable" : {
"variableName" : "serviceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "serviceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ServiceRole",
"marshallLocationName" : "ServiceRole",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param serviceRole The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"getterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@return The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"fluentSetterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param serviceRole The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param serviceRole The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
",
"name" : "DataPipelineId",
"c2jName" : "DataPipelineId",
"c2jShape" : "EDPPipelineId",
"variable" : {
"variableName" : "dataPipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataPipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataPipelineId",
"marshallLocationName" : "DataPipelineId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@param dataPipelineId The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.*/",
"getterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@return The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.*/",
"fluentSetterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@param dataPipelineId The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@param dataPipelineId The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "rDSMetadata",
"variableType" : "RDSMetadata",
"variableDeclarationType" : "RDSMetadata",
"documentation" : null,
"simpleType" : "RDSMetadata",
"variableSetterType" : "RDSMetadata"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DataPipelineId" : {
"documentation" : "The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
",
"name" : "DataPipelineId",
"c2jName" : "DataPipelineId",
"c2jShape" : "EDPPipelineId",
"variable" : {
"variableName" : "dataPipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataPipelineId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataPipelineId",
"marshallLocationName" : "DataPipelineId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@param dataPipelineId The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.*/",
"getterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@return The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.*/",
"fluentSetterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@param dataPipelineId The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.
\n@param dataPipelineId The ID of the Data Pipeline instance that is used to carry to copy data from Amazon RDS to Amazon S3. You can use the ID to find details about the instance in the Data Pipeline console.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"Database" : {
"documentation" : "The database details required to connect to an Amazon RDS.
",
"name" : "Database",
"c2jName" : "Database",
"c2jShape" : "RDSDatabase",
"variable" : {
"variableName" : "database",
"variableType" : "RDSDatabase",
"variableDeclarationType" : "RDSDatabase",
"documentation" : "The database details required to connect to an Amazon RDS.
",
"simpleType" : "RDSDatabase",
"variableSetterType" : "RDSDatabase"
},
"setterModel" : {
"variableName" : "database",
"variableType" : "RDSDatabase",
"variableDeclarationType" : "RDSDatabase",
"documentation" : "",
"simpleType" : "RDSDatabase",
"variableSetterType" : "RDSDatabase"
},
"getterModel" : {
"returnType" : "RDSDatabase",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Database",
"marshallLocationName" : "Database",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@param database The database details required to connect to an Amazon RDS.*/",
"getterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@return The database details required to connect to an Amazon RDS.*/",
"fluentSetterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@param database The database details required to connect to an Amazon RDS.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The database details required to connect to an Amazon RDS.
\n@param database The database details required to connect to an Amazon RDS.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceRole" : {
"documentation" : "The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"name" : "ResourceRole",
"c2jName" : "ResourceRole",
"c2jShape" : "EDPResourceRole",
"variable" : {
"variableName" : "resourceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceRole",
"marshallLocationName" : "ResourceRole",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param resourceRole The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"getterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@return The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"fluentSetterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param resourceRole The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param resourceRole The role (DataPipelineDefaultResourceRole) assumed by an Amazon EC2 instance to carry out the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DatabaseUserName" : {
"documentation" : "",
"name" : "DatabaseUserName",
"c2jName" : "DatabaseUserName",
"c2jShape" : "RDSDatabaseUsername",
"variable" : {
"variableName" : "databaseUserName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "databaseUserName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DatabaseUserName",
"marshallLocationName" : "DatabaseUserName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param databaseUserName */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param databaseUserName \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param databaseUserName \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SelectSqlQuery" : {
"documentation" : "The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
",
"name" : "SelectSqlQuery",
"c2jName" : "SelectSqlQuery",
"c2jShape" : "RDSSelectSqlQuery",
"variable" : {
"variableName" : "selectSqlQuery",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "selectSqlQuery",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "SelectSqlQuery",
"marshallLocationName" : "SelectSqlQuery",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@param selectSqlQuery The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.*/",
"getterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@return The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.*/",
"fluentSetterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@param selectSqlQuery The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.
\n@param selectSqlQuery The SQL query that is supplied during CreateDataSourceFromRDS. Returns only if Verbose
is true in GetDataSourceInput
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ServiceRole" : {
"documentation" : "The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"name" : "ServiceRole",
"c2jName" : "ServiceRole",
"c2jShape" : "EDPServiceRole",
"variable" : {
"variableName" : "serviceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "serviceRole",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ServiceRole",
"marshallLocationName" : "ServiceRole",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param serviceRole The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"getterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@return The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.*/",
"fluentSetterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param serviceRole The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.
\n@param serviceRole The role (DataPipelineDefaultRole) assumed by the Data Pipeline service to monitor the progress of the copy task from Amazon RDS to Amazon S3. For more information, see Role templates for data pipelines.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateRealtimeEndpointResult" : {
"c2jName" : "CreateRealtimeEndpointOutput",
"documentation" : "Represents the output of an CreateRealtimeEndpoint operation.
The result contains the MLModelId
and the endpoint information for the MLModel
.
The endpoint information includes the URI of the MLModel
; that is, the location to send online prediction requests for the specified MLModel
.
",
"shapeName" : "CreateRealtimeEndpointResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@param mLModelId A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@return A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@param mLModelId A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@param mLModelId A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The endpoint information of the MLModel
",
"name" : "RealtimeEndpointInfo",
"c2jName" : "RealtimeEndpointInfo",
"c2jShape" : "RealtimeEndpointInfo",
"variable" : {
"variableName" : "realtimeEndpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "The endpoint information of the MLModel
",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"setterModel" : {
"variableName" : "realtimeEndpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"getterModel" : {
"returnType" : "RealtimeEndpointInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RealtimeEndpointInfo",
"marshallLocationName" : "RealtimeEndpointInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The endpoint information of the MLModel
\n@param realtimeEndpointInfo The endpoint information of the MLModel
*/",
"getterDocumentation" : "/**The endpoint information of the MLModel
\n@return The endpoint information of the MLModel
*/",
"fluentSetterDocumentation" : "/**The endpoint information of the MLModel
\n@param realtimeEndpointInfo The endpoint information of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The endpoint information of the MLModel
\n@param realtimeEndpointInfo The endpoint information of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createRealtimeEndpointResult",
"variableType" : "CreateRealtimeEndpointResult",
"variableDeclarationType" : "CreateRealtimeEndpointResult",
"documentation" : null,
"simpleType" : "CreateRealtimeEndpointResult",
"variableSetterType" : "CreateRealtimeEndpointResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"RealtimeEndpointInfo" : {
"documentation" : "The endpoint information of the MLModel
",
"name" : "RealtimeEndpointInfo",
"c2jName" : "RealtimeEndpointInfo",
"c2jShape" : "RealtimeEndpointInfo",
"variable" : {
"variableName" : "realtimeEndpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "The endpoint information of the MLModel
",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"setterModel" : {
"variableName" : "realtimeEndpointInfo",
"variableType" : "RealtimeEndpointInfo",
"variableDeclarationType" : "RealtimeEndpointInfo",
"documentation" : "",
"simpleType" : "RealtimeEndpointInfo",
"variableSetterType" : "RealtimeEndpointInfo"
},
"getterModel" : {
"returnType" : "RealtimeEndpointInfo",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RealtimeEndpointInfo",
"marshallLocationName" : "RealtimeEndpointInfo",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The endpoint information of the MLModel
\n@param realtimeEndpointInfo The endpoint information of the MLModel
*/",
"getterDocumentation" : "/**The endpoint information of the MLModel
\n@return The endpoint information of the MLModel
*/",
"fluentSetterDocumentation" : "/**The endpoint information of the MLModel
\n@param realtimeEndpointInfo The endpoint information of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The endpoint information of the MLModel
\n@param realtimeEndpointInfo The endpoint information of the MLModel
\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MLModelId" : {
"documentation" : "A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@param mLModelId A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@return A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@param mLModelId A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.
\n@param mLModelId A user-supplied ID that uniquely identifies the MLModel
. This value should be identical to the value of the MLModelId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateEvaluationRequest" : {
"c2jName" : "CreateEvaluationInput",
"documentation" : "",
"shapeName" : "CreateEvaluationRequest",
"deprecated" : false,
"required" : [ "EvaluationId", "MLModelId", "EvaluationDataSourceId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationId",
"marshallLocationName" : "EvaluationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@return A user-supplied ID that uniquely identifies the Evaluation
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"name" : "EvaluationName",
"c2jName" : "EvaluationName",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "evaluationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationName",
"marshallLocationName" : "EvaluationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param evaluationName A user-supplied name or description of the Evaluation
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@return A user-supplied name or description of the Evaluation
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param evaluationName A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param evaluationName A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@param mLModelId The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.*/",
"getterDocumentation" : "/**
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@return The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.*/",
"fluentSetterDocumentation" : "/**
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@param mLModelId The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@param mLModelId The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "
The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
",
"name" : "EvaluationDataSourceId",
"c2jName" : "EvaluationDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationDataSourceId",
"marshallLocationName" : "EvaluationDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.*/",
"getterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@return The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createEvaluationRequest",
"variableType" : "CreateEvaluationRequest",
"variableDeclarationType" : "CreateEvaluationRequest",
"documentation" : null,
"simpleType" : "CreateEvaluationRequest",
"variableSetterType" : "CreateEvaluationRequest"
},
"marshaller" : {
"action" : "CreateEvaluation",
"verb" : "POST",
"target" : "AmazonML_20141212.CreateEvaluation",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EvaluationDataSourceId" : {
"documentation" : "The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
",
"name" : "EvaluationDataSourceId",
"c2jName" : "EvaluationDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationDataSourceId",
"marshallLocationName" : "EvaluationDataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.*/",
"getterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@return The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.
\n@param evaluationDataSourceId The ID of the DataSource
for the evaluation. The schema of the DataSource
must match the schema used to create the MLModel
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EvaluationName" : {
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"name" : "EvaluationName",
"c2jName" : "EvaluationName",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "evaluationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationName",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationName",
"marshallLocationName" : "EvaluationName",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param evaluationName A user-supplied name or description of the Evaluation
.*/",
"getterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@return A user-supplied name or description of the Evaluation
.*/",
"fluentSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param evaluationName A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied name or description of the Evaluation
.
\n@param evaluationName A user-supplied name or description of the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"EvaluationId" : {
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationId",
"marshallLocationName" : "EvaluationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@return A user-supplied ID that uniquely identifies the Evaluation
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"MLModelId" : {
"documentation" : "The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "MLModelId",
"marshallLocationName" : "MLModelId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@param mLModelId The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.*/",
"getterDocumentation" : "/**
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@return The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.*/",
"fluentSetterDocumentation" : "/**
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@param mLModelId The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The ID of the MLModel
to evaluate.
The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.
\n@param mLModelId The ID of the MLModel
to evaluate. The schema used in creating the MLModel
must match the schema of the DataSource
used in the Evaluation
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"BatchPredictionFilterVariable" : {
"c2jName" : "BatchPredictionFilterVariable",
"documentation" : "
A list of the variables to use in searching or filtering BatchPrediction
.
-
CreatedAt
- Sets the search criteria to BatchPrediction
creation date. -
Status
- Sets the search criteria to BatchPrediction
status. -
Name
- Sets the search criteria to the contents of BatchPrediction
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked the BatchPrediction
creation. -
MLModelId
- Sets the search criteria to the MLModel
used in the BatchPrediction
. -
DataSourceId
- Sets the search criteria to the DataSource
used in the BatchPrediction
. -
DataURI
- Sets the search criteria to the data file(s) used in the BatchPrediction
. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
",
"shapeName" : "BatchPredictionFilterVariable",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "CreatedAt",
"value" : "CreatedAt"
}, {
"name" : "LastUpdatedAt",
"value" : "LastUpdatedAt"
}, {
"name" : "Status",
"value" : "Status"
}, {
"name" : "Name",
"value" : "Name"
}, {
"name" : "IAMUser",
"value" : "IAMUser"
}, {
"name" : "MLModelId",
"value" : "MLModelId"
}, {
"name" : "DataSourceId",
"value" : "DataSourceId"
}, {
"name" : "DataURI",
"value" : "DataURI"
} ],
"variable" : {
"variableName" : "batchPredictionFilterVariable",
"variableType" : "BatchPredictionFilterVariable",
"variableDeclarationType" : "BatchPredictionFilterVariable",
"documentation" : null,
"simpleType" : "BatchPredictionFilterVariable",
"variableSetterType" : "BatchPredictionFilterVariable"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"GetBatchPredictionRequest" : {
"c2jName" : "GetBatchPredictionInput",
"documentation" : "",
"shapeName" : "GetBatchPredictionRequest",
"deprecated" : false,
"required" : [ "BatchPredictionId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "An ID assigned to the BatchPrediction
at creation.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An ID assigned to the BatchPrediction
at creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation.*/",
"getterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@return An ID assigned to the BatchPrediction
at creation.*/",
"fluentSetterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "getBatchPredictionRequest",
"variableType" : "GetBatchPredictionRequest",
"variableDeclarationType" : "GetBatchPredictionRequest",
"documentation" : null,
"simpleType" : "GetBatchPredictionRequest",
"variableSetterType" : "GetBatchPredictionRequest"
},
"marshaller" : {
"action" : "GetBatchPrediction",
"verb" : "POST",
"target" : "AmazonML_20141212.GetBatchPrediction",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"BatchPredictionId" : {
"documentation" : "An ID assigned to the BatchPrediction
at creation.
",
"name" : "BatchPredictionId",
"c2jName" : "BatchPredictionId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "An ID assigned to the BatchPrediction
at creation.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "batchPredictionId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "BatchPredictionId",
"marshallLocationName" : "BatchPredictionId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation.*/",
"getterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@return An ID assigned to the BatchPrediction
at creation.*/",
"fluentSetterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateDataSourceFromRedshiftResult" : {
"c2jName" : "CreateDataSourceFromRedshiftOutput",
"documentation" : " Represents the output of a CreateDataSourceFromRedshift operation, and is an acknowledgement that Amazon ML received the request.
The CreateDataSourceFromRedshift operation is asynchronous. You can poll for updates by using the GetBatchPrediction operation and checking the Status
parameter.
",
"shapeName" : "CreateDataSourceFromRedshiftResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@return A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createDataSourceFromRedshiftResult",
"variableType" : "CreateDataSourceFromRedshiftResult",
"variableDeclarationType" : "CreateDataSourceFromRedshiftResult",
"documentation" : null,
"simpleType" : "CreateDataSourceFromRedshiftResult",
"variableSetterType" : "CreateDataSourceFromRedshiftResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DataSourceId" : {
"documentation" : "A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceId",
"marshallLocationName" : "DataSourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@return A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.
\n@param dataSourceId A user-supplied ID that uniquely identifies the datasource. This value should be identical to the value of the DataSourceID
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidInputException" : {
"c2jName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
",
"shapeName" : "InvalidInputException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ErrorCode",
"variable" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param code */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "invalidInputException",
"variableType" : "InvalidInputException",
"variableDeclarationType" : "InvalidInputException",
"documentation" : null,
"simpleType" : "InvalidInputException",
"variableSetterType" : "InvalidInputException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidInputException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Code" : {
"documentation" : "",
"name" : "Code",
"c2jName" : "code",
"c2jShape" : "ErrorCode",
"variable" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"setterModel" : {
"variableName" : "code",
"variableType" : "Integer",
"variableDeclarationType" : "Integer",
"documentation" : "",
"simpleType" : "Integer",
"variableSetterType" : "Integer"
},
"getterModel" : {
"returnType" : "Integer",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "code",
"marshallLocationName" : "code",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param code */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param code \n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"CreateEvaluationResult" : {
"c2jName" : "CreateEvaluationOutput",
"documentation" : " Represents the output of a CreateEvaluation operation, and is an acknowledgement that Amazon ML received the request.
CreateEvaluation operation is asynchronous. You can poll for status updates by using the GetEvaluation operation and checking the Status
parameter.
",
"shapeName" : "CreateEvaluationResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationId",
"marshallLocationName" : "EvaluationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@param evaluationId The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.*/",
"getterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@return The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.*/",
"fluentSetterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@param evaluationId The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@param evaluationId The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createEvaluationResult",
"variableType" : "CreateEvaluationResult",
"variableDeclarationType" : "CreateEvaluationResult",
"documentation" : null,
"simpleType" : "CreateEvaluationResult",
"variableSetterType" : "CreateEvaluationResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EvaluationId" : {
"documentation" : "The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "EvaluationId",
"marshallLocationName" : "EvaluationId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@param evaluationId The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.*/",
"getterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@return The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.*/",
"fluentSetterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@param evaluationId The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.
\n@param evaluationId The user-supplied ID that uniquely identifies the Evaluation
. This value should be identical to the value of the EvaluationId
in the request.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"PerformanceMetrics" : {
"c2jName" : "PerformanceMetrics",
"documentation" : "Measurements of how well the MLModel
performed on known observations. One of the following metrics is returned, based on the type of the MLModel
:
-
BinaryAUC: The binary MLModel
uses the Area Under the Curve (AUC) technique to measure performance.
-
RegressionRMSE: The regression MLModel
uses the Root Mean Square Error (RMSE) technique to measure performance. RMSE measures the difference between predicted and actual values for a single variable.
-
MulticlassAvgFScore: The multiclass MLModel
uses the F1 score technique to measure performance.
For more information about performance metrics, please see the Amazon Machine Learning Developer Guide.
",
"shapeName" : "PerformanceMetrics",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "Properties",
"c2jName" : "Properties",
"c2jShape" : "PerformanceMetricsProperties",
"variable" : {
"variableName" : "properties",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"setterModel" : {
"variableName" : "properties",
"variableType" : "java.util.Map",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalMap",
"documentation" : "",
"simpleType" : "Map",
"variableSetterType" : "java.util.Map"
},
"getterModel" : {
"returnType" : "java.util.Map",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "Properties",
"marshallLocationName" : "Properties",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : {
"implType" : "com.amazonaws.internal.SdkInternalMap",
"interfaceType" : "java.util.Map",
"keyType" : "String",
"keyLocationName" : "key",
"keyModel" : null,
"valueType" : "String",
"valueLocationName" : "value",
"valueModel" : {
"documentation" : "",
"name" : "Value",
"c2jName" : "value",
"c2jShape" : "PerformanceMetricsPropertyValue",
"variable" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "value",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "value",
"marshallLocationName" : "value",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"statusCode" : false,
"queryString" : false,
"uri" : false,
"header" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param value */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param value \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"entryType" : "Map.Entry