
models.machinelearning-2014-12-12-intermediate.json Maven / Gradle / Ivy
Show all versions of aws-java-sdk-osgi Show documentation
{
"metadata" : {
"apiVersion" : "2014-12-12",
"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,
"contentType" : null,
"jsonVersion" : "1.1",
"endpointPrefix" : "machinelearning",
"signingName" : "machinelearning",
"cborProtocol" : false,
"xmlProtocol" : false,
"unmarshallerClassSuffix" : "JsonUnmarshaller",
"jsonProtocol" : true,
"syncClientBuilderClassName" : "AmazonMachineLearningClientBuilder",
"asyncClientBuilderClassName" : "AmazonMachineLearningAsyncClientBuilder",
"serviceName" : "Amazon Machine Learning",
"unmarshallerContextClassName" : "JsonUnmarshallerContext",
"protocolDefaultExceptionUmarshallerImpl" : null
},
"operations" : {
"AddTags" : {
"documentation" : "Adds one or more tags to an object, up to a limit of 10. Each tag consists of a key and an optional value. If you add a tag using a key that is already associated with the ML object, AddTags
updates the tag's value.
",
"operationName" : "AddTags",
"deprecated" : false,
"input" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : "",
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "AddTagsResult",
"documentation" : "Amazon ML returns the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : null
}, {
"exceptionName" : "TagLimitExceededException",
"documentation" : null
}, {
"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" : "AddTagsResult",
"asyncReturnType" : "AddTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "addTags"
},
"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 the COMPLETED
or PENDING
state can be used only 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 a database hosted on an Amazon Redshift cluster. 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
states can be used to perform only CreateMLModel
, CreateEvaluation
, or CreateBatchPrediction
operations.
If Amazon ML can't 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 be contained in the database hosted on an Amazon Redshift cluster and should be specified by a SelectSqlQuery
query. Amazon ML executes an Unload
command in Amazon Redshift to transfer the result set of the SelectSqlQuery
query to S3StagingLocation
.
After the DataSource
has been created, it's ready for use in evaluations and batch predictions. If you plan to use the DataSource
to train an MLModel
, the DataSource
also requires a recipe. A recipe describes how each input variable will be used in training an MLModel
. Will the variable be included or excluded from training? Will the variable be manipulated; for example, will it be combined with another variable or will it be split apart into word combinations? The recipe provides answers to these questions.
You can't change an existing datasource, but you can copy and modify the settings from an existing Amazon Redshift datasource to create a new datasource. To do so, call GetDataSource
for an existing datasource and copy the values to a CreateDataSource
call. Change the settings that you want to change and make sure that all required fields have the appropriate values.
",
"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
has been created and is ready for use, Amazon ML sets the Status
parameter to COMPLETED
. DataSource
in the COMPLETED
or PENDING
state can be used to perform only CreateMLModel
, CreateEvaluation
or CreateBatchPrediction
operations.
If Amazon ML can't 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) location, 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
also needs a recipe. A recipe describes how each input variable will be used in training an MLModel
. Will the variable be included or excluded from training? Will the variable be manipulated; for example, will it be combined with another variable or will it be split apart into word combinations? The recipe provides answers to these questions.
",
"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 GetEvcaluation
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 DataSource
and the recipe as information sources.
An MLModel
is nearly immutable. Users can update only 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
has been created and ready is for use, Amazon ML sets the status to COMPLETED
.
You can use the GetMLModel
operation to check the 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 CreateDataSourcceFromRDS
, 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"
},
"DeleteTags" : {
"documentation" : "Deletes the specified tags associated with an ML object. After this operation is complete, you can't recover deleted tags.
If you specify a tag that doesn't exist, Amazon ML ignores it.
",
"operationName" : "DeleteTags",
"deprecated" : false,
"input" : {
"variableName" : "deleteTagsRequest",
"variableType" : "DeleteTagsRequest",
"variableDeclarationType" : "DeleteTagsRequest",
"documentation" : "",
"simpleType" : "DeleteTagsRequest",
"variableSetterType" : "DeleteTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DeleteTagsResult",
"documentation" : "Amazon ML returns the following elements.
"
},
"exceptions" : [ {
"exceptionName" : "InvalidInputException",
"documentation" : "An error on the client occurred. Typically, the cause is an invalid input value.
"
}, {
"exceptionName" : "InvalidTagException",
"documentation" : null
}, {
"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" : "DeleteTagsResult",
"asyncReturnType" : "DeleteTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "deleteTags"
},
"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"
},
"DescribeTags" : {
"documentation" : "Describes one or more of the tags for your Amazon ML object.
",
"operationName" : "DescribeTags",
"deprecated" : false,
"input" : {
"variableName" : "describeTagsRequest",
"variableType" : "DescribeTagsRequest",
"variableDeclarationType" : "DescribeTagsRequest",
"documentation" : "",
"simpleType" : "DescribeTagsRequest",
"variableSetterType" : "DescribeTagsRequest"
},
"inputStreamPropertyName" : null,
"returnType" : {
"returnType" : "DescribeTagsResult",
"documentation" : "Amazon ML returns the following elements.
"
},
"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" : "DescribeTagsResult",
"asyncReturnType" : "DescribeTagsResult",
"asyncFutureType" : "java.util.concurrent.Future",
"asyncCallableType" : "java.util.concurrent.Callable",
"asyncHandlerType" : "com.amazonaws.handlers.AsyncHandler",
"authenticated" : true,
"methodName" : "describeTags"
},
"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, data source information, and 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" : {
"DeleteRealtimeEndpointRequest" : {
"c2jName" : "DeleteRealtimeEndpointInput",
"documentation" : "",
"shapeName" : "DeleteRealtimeEndpointRequest",
"deprecated" : false,
"required" : [ "MLModelId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the MLModel
during creation.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the MLModel
during creation.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.
\n@param mLModelId The ID assigned to the MLModel
during creation.*/",
"getterDocumentation" : "/**The ID assigned to the MLModel
during creation.
\n@return The ID assigned to the MLModel
during creation.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the MLModel
during creation.
\n@param mLModelId The ID assigned to the MLModel
during creation.\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.
\n@param mLModelId The ID assigned to the MLModel
during creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteRealtimeEndpointRequest",
"variableType" : "DeleteRealtimeEndpointRequest",
"variableDeclarationType" : "DeleteRealtimeEndpointRequest",
"documentation" : null,
"simpleType" : "DeleteRealtimeEndpointRequest",
"variableSetterType" : "DeleteRealtimeEndpointRequest"
},
"marshaller" : {
"action" : "DeleteRealtimeEndpoint",
"verb" : "POST",
"target" : "AmazonML_20141212.DeleteRealtimeEndpoint",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"MLModelId" : {
"documentation" : "The ID assigned to the MLModel
during creation.
",
"name" : "MLModelId",
"c2jName" : "MLModelId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "mLModelId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID assigned to the MLModel
during creation.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.
\n@param mLModelId The ID assigned to the MLModel
during creation.*/",
"getterDocumentation" : "/**The ID assigned to the MLModel
during creation.
\n@return The ID assigned to the MLModel
during creation.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the MLModel
during creation.
\n@param mLModelId The ID assigned to the MLModel
during creation.\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.
\n@param mLModelId The ID assigned to the MLModel
during creation.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"InvalidTagException" : {
"c2jName" : "InvalidTagException",
"documentation" : "",
"shapeName" : "InvalidTagException",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ ],
"enums" : null,
"variable" : {
"variableName" : "invalidTagException",
"variableType" : "InvalidTagException",
"variableDeclarationType" : "InvalidTagException",
"documentation" : null,
"simpleType" : "InvalidTagException",
"variableSetterType" : "InvalidTagException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "InvalidTagException",
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : {
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"EvaluationFilterVariable" : {
"c2jName" : "EvaluationFilterVariable",
"documentation" : "A list of the variables to use in searching or filtering Evaluation
.
-
CreatedAt
- Sets the search criteria to Evaluation
creation date. -
Status
- Sets the search criteria to Evaluation
status. -
Name
- Sets the search criteria to the contents of Evaluation
Name
. -
IAMUser
- Sets the search criteria to the user account that invoked an evaluation. -
MLModelId
- Sets the search criteria to the Predictor
that was evaluated. -
DataSourceId
- Sets the search criteria to the DataSource
used in evaluation. -
DataUri
- Sets the search criteria to the data file(s) used in evaluation. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
",
"shapeName" : "EvaluationFilterVariable",
"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" : "evaluationFilterVariable",
"variableType" : "EvaluationFilterVariable",
"variableDeclarationType" : "EvaluationFilterVariable",
"documentation" : null,
"simpleType" : "EvaluationFilterVariable",
"variableSetterType" : "EvaluationFilterVariable"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"UpdateBatchPredictionResult" : {
"c2jName" : "UpdateBatchPredictionOutput",
"documentation" : "Represents the output of an UpdateBatchPrediction
operation.
You can see the updated content by using the GetBatchPrediction
operation.
",
"shapeName" : "UpdateBatchPredictionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the BatchPrediction
during 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
during 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. This value should be identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
\n@return The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during 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
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "updateBatchPredictionResult",
"variableType" : "UpdateBatchPredictionResult",
"variableDeclarationType" : "UpdateBatchPredictionResult",
"documentation" : null,
"simpleType" : "UpdateBatchPredictionResult",
"variableSetterType" : "UpdateBatchPredictionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"BatchPredictionId" : {
"documentation" : "The ID assigned to the BatchPrediction
during 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
during 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. This value should be identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
\n@return The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the BatchPrediction
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during 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
during creation. This value should be identical to the value of the BatchPredictionId
in the request.
\n@param batchPredictionId The ID assigned to the BatchPrediction
during 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.*/"
}
}
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"CreateDataSourceFromS3Request" : {
"c2jName" : "CreateDataSourceFromS3Input",
"documentation" : "",
"shapeName" : "CreateDataSourceFromS3Request",
"deprecated" : false,
"required" : [ "DataSourceId", "DataSpec" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied identifier that uniquely identifies the DataSource
.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied identifier 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied identifier that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied identifier that uniquely identifies the DataSource
.*/",
"getterDocumentation" : "/**A user-supplied identifier that uniquely identifies the DataSource
.
\n@return A user-supplied identifier that uniquely identifies the DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied identifier that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied identifier 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 identifier that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied identifier 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"name" : "DataSpec",
"c2jName" : "DataSpec",
"c2jShape" : "S3DataSpec",
"variable" : {
"variableName" : "dataSpec",
"variableType" : "S3DataSpec",
"variableDeclarationType" : "S3DataSpec",
"documentation" : "The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"simpleType" : "S3DataSpec",
"variableSetterType" : "S3DataSpec"
},
"setterModel" : {
"variableName" : "dataSpec",
"variableType" : "S3DataSpec",
"variableDeclarationType" : "S3DataSpec",
"documentation" : "",
"simpleType" : "S3DataSpec",
"variableSetterType" : "S3DataSpec"
},
"getterModel" : {
"returnType" : "S3DataSpec",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSpec",
"marshallLocationName" : "DataSpec",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the 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 a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "createDataSourceFromS3Request",
"variableType" : "CreateDataSourceFromS3Request",
"variableDeclarationType" : "CreateDataSourceFromS3Request",
"documentation" : null,
"simpleType" : "CreateDataSourceFromS3Request",
"variableSetterType" : "CreateDataSourceFromS3Request"
},
"marshaller" : {
"action" : "CreateDataSourceFromS3",
"verb" : "POST",
"target" : "AmazonML_20141212.CreateDataSourceFromS3",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"DataSpec" : {
"documentation" : "The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"name" : "DataSpec",
"c2jName" : "DataSpec",
"c2jShape" : "S3DataSpec",
"variable" : {
"variableName" : "dataSpec",
"variableType" : "S3DataSpec",
"variableDeclarationType" : "S3DataSpec",
"documentation" : "The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"simpleType" : "S3DataSpec",
"variableSetterType" : "S3DataSpec"
},
"setterModel" : {
"variableName" : "dataSpec",
"variableType" : "S3DataSpec",
"variableDeclarationType" : "S3DataSpec",
"documentation" : "",
"simpleType" : "S3DataSpec",
"variableSetterType" : "S3DataSpec"
},
"getterModel" : {
"returnType" : "S3DataSpec",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSpec",
"marshallLocationName" : "DataSpec",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the 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 a DataSource
:
DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of a DataSource
: DataLocationS3 - The Amazon S3 location of the observation data.
DataSchemaLocationS3 - The 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 that represents the splitting and rearrangement requirements for the 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 identifier that uniquely identifies the DataSource
.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied identifier 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**A user-supplied identifier that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied identifier that uniquely identifies the DataSource
.*/",
"getterDocumentation" : "/**A user-supplied identifier that uniquely identifies the DataSource
.
\n@return A user-supplied identifier that uniquely identifies the DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied identifier that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied identifier 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 identifier that uniquely identifies the DataSource
.
\n@param dataSourceId A user-supplied identifier that uniquely identifies the DataSource
.\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
",
"name" : "DataRearrangement",
"c2jName" : "DataRearrangement",
"c2jShape" : "DataRearrangement",
"variable" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
*/",
"getterDocumentation" : "/**A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@return A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
*/",
"fluentSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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. You must provide either the DataSchema
or the DataSchemaLocationS3
.
",
"name" : "DataSchemaLocationS3",
"c2jName" : "DataSchemaLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataSchemaLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@param dataSchemaLocationS3 Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.*/",
"getterDocumentation" : "/**Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@return Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.*/",
"fluentSetterDocumentation" : "/**Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@param dataSchemaLocationS3 Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@param dataSchemaLocationS3 Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.\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" : {
"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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
.
You must provide either the DataSchema
or the DataSchemaLocationS3
.
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
. You must provide either the DataSchema
or the DataSchemaLocationS3
.
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. You must provide either the DataSchema
or the DataSchemaLocationS3
.
",
"name" : "DataSchemaLocationS3",
"c2jName" : "DataSchemaLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataSchemaLocationS3",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@param dataSchemaLocationS3 Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.*/",
"getterDocumentation" : "/**Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@return Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.*/",
"fluentSetterDocumentation" : "/**Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@param dataSchemaLocationS3 Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.
\n@param dataSchemaLocationS3 Describes the schema location in Amazon S3. You must provide either the DataSchema
or the DataSchemaLocationS3
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataRearrangement" : {
"documentation" : "A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
",
"name" : "DataRearrangement",
"c2jName" : "DataRearrangement",
"c2jShape" : "DataRearrangement",
"variable" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
*/",
"getterDocumentation" : "/**A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@return A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
*/",
"fluentSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
.
There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement processing to be applied to a DataSource
. If the DataRearrangement
parameter is not provided, all of the input data is used to create the Datasource
. There are multiple parameters that control what data is used to create a datasource:
percentBegin
Use percentBegin
to indicate the beginning of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
percentEnd
Use percentEnd
to indicate the end of the range of the data used to create the Datasource. If you do not include percentBegin
and percentEnd
, Amazon ML includes all of the data when creating the datasource.
complement
The complement
parameter instructs Amazon ML to use the data that is not included in the range of percentBegin
to percentEnd
to create a datasource. The complement
parameter is useful if you need to create complementary datasources for training and evaluation. To create a complementary datasource, use the same values for percentBegin
and percentEnd
, along with the complement
parameter.
For example, the following two datasources do not share any data, and can be used to train and evaluate a model. The first datasource has 25 percent of the data, and the second one has 75 percent of the data.
Datasource for evaluation: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25}}
Datasource for training: {\"splitting\":{\"percentBegin\":0, \"percentEnd\":25, \"complement\":\"true\"}}
strategy
To change how Amazon ML splits the data for a datasource, use the strategy
parameter.
The default value for the strategy
parameter is sequential
, meaning that Amazon ML takes all of the data records between the percentBegin
and percentEnd
parameters for the datasource, in the order that the records appear in the input data.
The following two DataRearrangement
lines are examples of sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"sequential\", \"complement\":\"true\"}}
To randomly split the input data into the proportions indicated by the percentBegin and percentEnd parameters, set the strategy
parameter to random
and provide a string that is used as the seed value for the random data splitting (for example, you can use the S3 path to your data as the random seed string). If you choose the random split strategy, Amazon ML assigns each row of data a pseudo-random number between 0 and 100, and then selects the rows that have an assigned number between percentBegin
and percentEnd
. Pseudo-random numbers are assigned using both the input seed string value and the byte offset as a seed, so changing the data results in a different split. Any existing ordering is preserved. The random splitting strategy ensures that variables in the training and evaluation data are distributed similarly. It is useful in the cases where the input data may have an implicit sort order, which would otherwise result in training and evaluation datasources containing non-similar data records.
The following two DataRearrangement
lines are examples of non-sequentially ordered training and evaluation datasources:
Datasource for evaluation: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\"}}
Datasource for training: {\"splitting\":{\"percentBegin\":70, \"percentEnd\":100, \"strategy\":\"random\", \"randomSeed\"=\"s3://my_s3_path/bucket/file.csv\", \"complement\":\"true\"}}
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"AddTagsRequest" : {
"c2jName" : "AddTagsInput",
"documentation" : "",
"shapeName" : "AddTagsRequest",
"deprecated" : false,
"required" : [ "Tags", "ResourceId", "ResourceType" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"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" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\n@param tags The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.*/",
"getterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\n@return The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.*/",
"fluentSetterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\n@param tags The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The ID of the ML object to tag. For example, exampleModelId
.
",
"name" : "ResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the ML object to tag. For example, exampleModelId
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceId",
"marshallLocationName" : "ResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@param resourceId The ID of the ML object to tag. For example, exampleModelId
.*/",
"getterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@return The ID of the ML object to tag. For example, exampleModelId
.*/",
"fluentSetterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@param resourceId The ID of the ML object to tag. For example, exampleModelId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@param resourceId The ID of the ML object to tag. For example, exampleModelId
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The type of the ML object to tag.
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "TaggableResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of the ML object to tag.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TaggableResourceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the ML object to tag.
\n@param resourceType The type of the ML object to tag.\n@see TaggableResourceType*/",
"getterDocumentation" : "/**The type of the ML object to tag.
\n@return The type of the ML object to tag.\n@see TaggableResourceType*/",
"fluentSetterDocumentation" : "/**The type of the ML object to tag.
\n@param resourceType The type of the ML object to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaggableResourceType*/",
"varargSetterDocumentation" : "/**The type of the ML object to tag.
\n@param resourceType The type of the ML object to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaggableResourceType*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "addTagsRequest",
"variableType" : "AddTagsRequest",
"variableDeclarationType" : "AddTagsRequest",
"documentation" : null,
"simpleType" : "AddTagsRequest",
"variableSetterType" : "AddTagsRequest"
},
"marshaller" : {
"action" : "AddTags",
"verb" : "POST",
"target" : "AmazonML_20141212.AddTags",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"ResourceId" : {
"documentation" : "The ID of the ML object to tag. For example, exampleModelId
.
",
"name" : "ResourceId",
"c2jName" : "ResourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the ML object to tag. For example, exampleModelId
.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceId",
"marshallLocationName" : "ResourceId",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@param resourceId The ID of the ML object to tag. For example, exampleModelId
.*/",
"getterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@return The ID of the ML object to tag. For example, exampleModelId
.*/",
"fluentSetterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@param resourceId The ID of the ML object to tag. For example, exampleModelId
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the ML object to tag. For example, exampleModelId
.
\n@param resourceId The ID of the ML object to tag. For example, exampleModelId
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"ResourceType" : {
"documentation" : "The type of the ML object to tag.
",
"name" : "ResourceType",
"c2jName" : "ResourceType",
"c2jShape" : "TaggableResourceType",
"variable" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The type of the ML object to tag.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "resourceType",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "ResourceType",
"marshallLocationName" : "ResourceType",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : "TaggableResourceType",
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The type of the ML object to tag.
\n@param resourceType The type of the ML object to tag.\n@see TaggableResourceType*/",
"getterDocumentation" : "/**The type of the ML object to tag.
\n@return The type of the ML object to tag.\n@see TaggableResourceType*/",
"fluentSetterDocumentation" : "/**The type of the ML object to tag.
\n@param resourceType The type of the ML object to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaggableResourceType*/",
"varargSetterDocumentation" : "/**The type of the ML object to tag.
\n@param resourceType The type of the ML object to tag.\n@return Returns a reference to this object so that method calls can be chained together.\n@see TaggableResourceType*/"
},
"Tags" : {
"documentation" : "The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
",
"name" : "Tags",
"c2jName" : "Tags",
"c2jShape" : "TagList",
"variable" : {
"variableName" : "tags",
"variableType" : "java.util.List",
"variableDeclarationType" : "com.amazonaws.internal.SdkInternalList",
"documentation" : "The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
",
"simpleType" : "List",
"variableSetterType" : "java.util.Collection"
},
"setterModel" : {
"variableName" : "tags",
"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" : "Tags",
"marshallLocationName" : "Tags",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : {
"memberType" : "Tag",
"memberLocationName" : null,
"implType" : "com.amazonaws.internal.SdkInternalList",
"interfaceType" : "java.util.List",
"listMemberModel" : {
"documentation" : "",
"name" : "Member",
"c2jName" : "member",
"c2jShape" : "Tag",
"variable" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"setterModel" : {
"variableName" : "member",
"variableType" : "Tag",
"variableDeclarationType" : "Tag",
"documentation" : "",
"simpleType" : "Tag",
"variableSetterType" : "Tag"
},
"getterModel" : {
"returnType" : "Tag",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "member",
"marshallLocationName" : "member",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "Tag",
"templateType" : "java.util.List",
"templateImplType" : "com.amazonaws.internal.SdkInternalList"
},
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : true,
"map" : false,
"setterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\n@param tags The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.*/",
"getterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\n@return The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.*/",
"fluentSetterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\n@param tags The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.
\nNOTE: This method appends the values to the existing list (if any). Use {@link #setTags(java.util.Collection)} or {@link #withTags(java.util.Collection)} if you want to override the existing values.
\n@param tags The key-value pairs to use to create tags. If you specify a key without specifying a value, Amazon ML creates a tag with the specified key and a value of null.\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : {
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"DataSpec" : {
"documentation" : "The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of an Amazon Redshift DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the DataSource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param dataSpec The data specification of an Amazon Redshift DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon Redshift database. -
ClusterIdentifier
- The unique ID for the Amazon Redshift cluster.
DatabaseCredentials - The AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon Redshift database.
SelectSqlQuery - The query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon Simple Storage Service (Amazon S3) location for staging Amazon Redshift data. The data retrieved from Amazon Redshift using the SelectSqlQuery
query is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"RedshiftMetadata" : {
"c2jName" : "RedshiftMetadata",
"documentation" : "Describes the DataSource
details specific to Amazon Redshift.
",
"shapeName" : "RedshiftMetadata",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "",
"name" : "RedshiftDatabase",
"c2jName" : "RedshiftDatabase",
"c2jShape" : "RedshiftDatabase",
"variable" : {
"variableName" : "redshiftDatabase",
"variableType" : "RedshiftDatabase",
"variableDeclarationType" : "RedshiftDatabase",
"documentation" : "",
"simpleType" : "RedshiftDatabase",
"variableSetterType" : "RedshiftDatabase"
},
"setterModel" : {
"variableName" : "redshiftDatabase",
"variableType" : "RedshiftDatabase",
"variableDeclarationType" : "RedshiftDatabase",
"documentation" : "",
"simpleType" : "RedshiftDatabase",
"variableSetterType" : "RedshiftDatabase"
},
"getterModel" : {
"returnType" : "RedshiftDatabase",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RedshiftDatabase",
"marshallLocationName" : "RedshiftDatabase",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param redshiftDatabase */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param redshiftDatabase \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param redshiftDatabase \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "DatabaseUserName",
"c2jName" : "DatabaseUserName",
"c2jShape" : "RedshiftDatabaseUsername",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
",
"name" : "SelectSqlQuery",
"c2jName" : "SelectSqlQuery",
"c2jShape" : "RedshiftSelectSqlQuery",
"variable" : {
"variableName" : "selectSqlQuery",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The SQL query that is specified during CreateDataSourceFromRedshift. 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@param selectSqlQuery The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.*/",
"getterDocumentation" : "/** The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@return The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.*/",
"fluentSetterDocumentation" : "/** The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@param selectSqlQuery The SQL query that is specified during CreateDataSourceFromRedshift. 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 specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@param selectSqlQuery The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "redshiftMetadata",
"variableType" : "RedshiftMetadata",
"variableDeclarationType" : "RedshiftMetadata",
"documentation" : null,
"simpleType" : "RedshiftMetadata",
"variableSetterType" : "RedshiftMetadata"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"DatabaseUserName" : {
"documentation" : "",
"name" : "DatabaseUserName",
"c2jName" : "DatabaseUserName",
"c2jShape" : "RedshiftDatabaseUsername",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"RedshiftDatabase" : {
"documentation" : "",
"name" : "RedshiftDatabase",
"c2jName" : "RedshiftDatabase",
"c2jShape" : "RedshiftDatabase",
"variable" : {
"variableName" : "redshiftDatabase",
"variableType" : "RedshiftDatabase",
"variableDeclarationType" : "RedshiftDatabase",
"documentation" : "",
"simpleType" : "RedshiftDatabase",
"variableSetterType" : "RedshiftDatabase"
},
"setterModel" : {
"variableName" : "redshiftDatabase",
"variableType" : "RedshiftDatabase",
"variableDeclarationType" : "RedshiftDatabase",
"documentation" : "",
"simpleType" : "RedshiftDatabase",
"variableSetterType" : "RedshiftDatabase"
},
"getterModel" : {
"returnType" : "RedshiftDatabase",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RedshiftDatabase",
"marshallLocationName" : "RedshiftDatabase",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param redshiftDatabase */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param redshiftDatabase \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param redshiftDatabase \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"SelectSqlQuery" : {
"documentation" : " The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
",
"name" : "SelectSqlQuery",
"c2jName" : "SelectSqlQuery",
"c2jShape" : "RedshiftSelectSqlQuery",
"variable" : {
"variableName" : "selectSqlQuery",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : " The SQL query that is specified during CreateDataSourceFromRedshift. 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@param selectSqlQuery The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.*/",
"getterDocumentation" : "/** The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@return The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.*/",
"fluentSetterDocumentation" : "/** The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@param selectSqlQuery The SQL query that is specified during CreateDataSourceFromRedshift. 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 specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.
\n@param selectSqlQuery The SQL query that is specified during CreateDataSourceFromRedshift. Returns only if Verbose
is true in GetDataSourceInput.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"GetBatchPredictionResult" : {
"c2jName" : "GetBatchPredictionOutput",
"documentation" : "Represents the output of a GetBatchPrediction
operation and describes a BatchPrediction
.
",
"shapeName" : "GetBatchPredictionResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "An 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" : "An 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"getterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@return An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"fluentSetterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId An 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" : "/**An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId An 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 was used to create the BatchPrediction
.
",
"name" : "BatchPredictionDataSourceId",
"c2jName" : "BatchPredictionDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
that was used to create the BatchPrediction
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 was used to create the BatchPrediction
.
\n@param batchPredictionDataSourceId The ID of the DataSource
that was used to create the BatchPrediction
.*/",
"getterDocumentation" : "/**The ID of the DataSource
that was used to create the BatchPrediction
.
\n@return The ID of the DataSource
that was used to create the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
that was used to create the BatchPrediction
.
\n@param batchPredictionDataSourceId The ID of the DataSource
that was used to create the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
that was used to create the BatchPrediction
.
\n@param batchPredictionDataSourceId The ID of the DataSource
that was used to create the BatchPrediction
.\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 when 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 when 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time when the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time when the BatchPrediction
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time when the BatchPrediction
was created. The time is expressed in epoch time.
\n@return The time when the BatchPrediction
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time when the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time when 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 when the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time when 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 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 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.
\n@return The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to 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 BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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.
",
"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.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results.*/",
"getterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results.
\n@return The location of an Amazon S3 bucket or directory to receive the operation results.*/",
"fluentSetterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results.\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.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results.\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 CreateBatchPrediction
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 CreateBatchPrediction
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 CreateBatchPrediction
operation.
\n@param logUri A link to the file that contains logs of the CreateBatchPrediction
operation.*/",
"getterDocumentation" : "/**A link to the file that contains logs of the CreateBatchPrediction
operation.
\n@return A link to the file that contains logs of the CreateBatchPrediction
operation.*/",
"fluentSetterDocumentation" : "/**A link to the file that contains logs of the CreateBatchPrediction
operation.
\n@param logUri A link to the file that contains logs of the CreateBatchPrediction
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 CreateBatchPrediction
operation.
\n@param logUri A link to the file that contains logs of the CreateBatchPrediction
operation.\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "getBatchPredictionResult",
"variableType" : "GetBatchPredictionResult",
"variableDeclarationType" : "GetBatchPredictionResult",
"documentation" : null,
"simpleType" : "GetBatchPredictionResult",
"variableSetterType" : "GetBatchPredictionResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The status of the BatchPrediction
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values:
-
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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
, which can be one of the following values: -
PENDING
- Amazon Machine Learning (Amazon ML) submitted a request to generate batch predictions. -
INPROGRESS
- The batch predictions are in progress. -
FAILED
- The request to perform 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*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"LastUpdatedAt" : {
"documentation" : "The time of the most recent edit to 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 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.
\n@return The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to 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 BatchPrediction
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to BatchPrediction
. The time is expressed in epoch time.\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 CreateBatchPrediction
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 CreateBatchPrediction
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 CreateBatchPrediction
operation.
\n@param logUri A link to the file that contains logs of the CreateBatchPrediction
operation.*/",
"getterDocumentation" : "/**A link to the file that contains logs of the CreateBatchPrediction
operation.
\n@return A link to the file that contains logs of the CreateBatchPrediction
operation.*/",
"fluentSetterDocumentation" : "/**A link to the file that contains logs of the CreateBatchPrediction
operation.
\n@param logUri A link to the file that contains logs of the CreateBatchPrediction
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 CreateBatchPrediction
operation.
\n@param logUri A link to the file that contains logs of the CreateBatchPrediction
operation.\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"CreatedAt" : {
"documentation" : "The time when 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 when 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time when the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time when the BatchPrediction
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time when the BatchPrediction
was created. The time is expressed in epoch time.
\n@return The time when the BatchPrediction
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time when the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time when 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 when the BatchPrediction
was created. The time is expressed in epoch time.
\n@param createdAt The time when 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.*/"
},
"BatchPredictionId" : {
"documentation" : "An 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" : "An 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"getterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@return An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.*/",
"fluentSetterDocumentation" : "/**An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId An 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" : "/**An ID assigned to the BatchPrediction
at creation. This value should be identical to the value of the BatchPredictionID
in the request.
\n@param batchPredictionId An 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"OutputUri" : {
"documentation" : "The location of an Amazon S3 bucket or directory to receive the operation results.
",
"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.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results.*/",
"getterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results.
\n@return The location of an Amazon S3 bucket or directory to receive the operation results.*/",
"fluentSetterDocumentation" : "/**The location of an Amazon S3 bucket or directory to receive the operation results.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results.\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.
\n@param outputUri The location of an Amazon S3 bucket or directory to receive the operation results.\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"BatchPredictionDataSourceId" : {
"documentation" : "The ID of the DataSource
that was used to create the BatchPrediction
.
",
"name" : "BatchPredictionDataSourceId",
"c2jName" : "BatchPredictionDataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "batchPredictionDataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The ID of the DataSource
that was used to create the BatchPrediction
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 was used to create the BatchPrediction
.
\n@param batchPredictionDataSourceId The ID of the DataSource
that was used to create the BatchPrediction
.*/",
"getterDocumentation" : "/**The ID of the DataSource
that was used to create the BatchPrediction
.
\n@return The ID of the DataSource
that was used to create the BatchPrediction
.*/",
"fluentSetterDocumentation" : "/**The ID of the DataSource
that was used to create the BatchPrediction
.
\n@param batchPredictionDataSourceId The ID of the DataSource
that was used to create the BatchPrediction
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The ID of the DataSource
that was used to create the BatchPrediction
.
\n@param batchPredictionDataSourceId The ID of the DataSource
that was used to create the BatchPrediction
.\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"GetDataSourceResult" : {
"c2jName" : "GetDataSourceOutput",
"documentation" : "Represents the output of a GetDataSource
operation and describes a DataSource
.
",
"shapeName" : "GetDataSourceResult",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "The ID assigned to the DataSource
at 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
at 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@param dataSourceId The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@return The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@param dataSourceId The ID assigned to the DataSource
at 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
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@param dataSourceId The ID assigned to the DataSource
at 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.*/"
}, {
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"name" : "DataLocationS3",
"c2jName" : "DataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataLocationS3",
"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" : "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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 dataLocationS3 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 dataLocationS3 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 dataLocationS3 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" : "A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
",
"name" : "DataRearrangement",
"c2jName" : "DataRearrangement",
"c2jShape" : "DataRearrangement",
"variable" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 splitting and rearrangement requirement used when this DataSource
was created.
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.*/",
"getterDocumentation" : "/**A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
\n@return A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.*/",
"fluentSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The AWS user account from which the DataSource
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 DataSource
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the DataSource
was created. The time is expressed in epoch time.
\n@param createdAt The time that the DataSource
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the DataSource
was created. The time is expressed in epoch time.
\n@return The time that the DataSource
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the DataSource
was created. The time is expressed in epoch time.
\n@param createdAt The time that the DataSource
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 DataSource
was created. The time is expressed in epoch time.
\n@param createdAt The time that the DataSource
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 DataSource
. 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 DataSource
. 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 DataSource
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the DataSource
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the DataSource
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the DataSource
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the DataSource
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the DataSource
. 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 DataSource
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the DataSource
. 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 total size of observations in the data files.
",
"name" : "DataSizeInBytes",
"c2jName" : "DataSizeInBytes",
"c2jShape" : "LongType",
"variable" : {
"variableName" : "dataSizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The total size of observations in the data files.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "dataSizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSizeInBytes",
"marshallLocationName" : "DataSizeInBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The total size of observations in the data files.
\n@param dataSizeInBytes The total size of observations in the data files.*/",
"getterDocumentation" : "/**The total size of observations in the data files.
\n@return The total size of observations in the data files.*/",
"fluentSetterDocumentation" : "/**The total size of observations in the data files.
\n@param dataSizeInBytes The total size of observations in the data files.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The total size of observations in the data files.
\n@param dataSizeInBytes The total size of observations in the data files.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The number of data files referenced by the DataSource
.
",
"name" : "NumberOfFiles",
"c2jName" : "NumberOfFiles",
"c2jShape" : "LongType",
"variable" : {
"variableName" : "numberOfFiles",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of data files referenced by the DataSource
.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "numberOfFiles",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NumberOfFiles",
"marshallLocationName" : "NumberOfFiles",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@param numberOfFiles The number of data files referenced by the DataSource
.*/",
"getterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@return The number of data files referenced by the DataSource
.*/",
"fluentSetterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@param numberOfFiles The number of data files referenced by the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@param numberOfFiles The number of data files referenced by 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" : "Name",
"c2jName" : "Name",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the DataSource
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 name 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 name 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 name 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 current status of the DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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 DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@param status The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The current status of the DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@return The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The current status of the DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@param status The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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 DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@param status The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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" : "A link to the file containing logs of CreateDataSourceFrom*
operations.
",
"name" : "LogUri",
"c2jName" : "LogUri",
"c2jShape" : "PresignedS3Url",
"variable" : {
"variableName" : "logUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A link to the file containing logs of CreateDataSourceFrom*
operations.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 containing logs of CreateDataSourceFrom*
operations.
\n@param logUri A link to the file containing logs of CreateDataSourceFrom*
operations.*/",
"getterDocumentation" : "/**A link to the file containing logs of CreateDataSourceFrom*
operations.
\n@return A link to the file containing logs of CreateDataSourceFrom*
operations.*/",
"fluentSetterDocumentation" : "/**A link to the file containing logs of CreateDataSourceFrom*
operations.
\n@param logUri A link to the file containing logs of CreateDataSourceFrom*
operations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A link to the file containing logs of CreateDataSourceFrom*
operations.
\n@param logUri A link to the file containing logs of CreateDataSourceFrom*
operations.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The user-supplied description of the most recent details about creating the DataSource
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user-supplied description of the most recent details about creating the DataSource
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@param message The user-supplied description of the most recent details about creating the DataSource
.*/",
"getterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@return The user-supplied description of the most recent details about creating the DataSource
.*/",
"fluentSetterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@param message The user-supplied description of the most recent details about creating the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@param message The user-supplied description of the most recent details about creating the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "RedshiftMetadata",
"c2jName" : "RedshiftMetadata",
"c2jShape" : "RedshiftMetadata",
"variable" : {
"variableName" : "redshiftMetadata",
"variableType" : "RedshiftMetadata",
"variableDeclarationType" : "RedshiftMetadata",
"documentation" : "",
"simpleType" : "RedshiftMetadata",
"variableSetterType" : "RedshiftMetadata"
},
"setterModel" : {
"variableName" : "redshiftMetadata",
"variableType" : "RedshiftMetadata",
"variableDeclarationType" : "RedshiftMetadata",
"documentation" : "",
"simpleType" : "RedshiftMetadata",
"variableSetterType" : "RedshiftMetadata"
},
"getterModel" : {
"returnType" : "RedshiftMetadata",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RedshiftMetadata",
"marshallLocationName" : "RedshiftMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param redshiftMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param redshiftMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param redshiftMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "RDSMetadata",
"c2jName" : "RDSMetadata",
"c2jShape" : "RDSMetadata",
"variable" : {
"variableName" : "rDSMetadata",
"variableType" : "RDSMetadata",
"variableDeclarationType" : "RDSMetadata",
"documentation" : "",
"simpleType" : "RDSMetadata",
"variableSetterType" : "RDSMetadata"
},
"setterModel" : {
"variableName" : "rDSMetadata",
"variableType" : "RDSMetadata",
"variableDeclarationType" : "RDSMetadata",
"documentation" : "",
"simpleType" : "RDSMetadata",
"variableSetterType" : "RDSMetadata"
},
"getterModel" : {
"returnType" : "RDSMetadata",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RDSMetadata",
"marshallLocationName" : "RDSMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param rDSMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param rDSMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param rDSMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param roleARN */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : " The parameter is true
if statistics need to be generated from the observation data.
",
"name" : "ComputeStatistics",
"c2jName" : "ComputeStatistics",
"c2jShape" : "ComputeStatistics",
"variable" : {
"variableName" : "computeStatistics",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : " The parameter is true
if statistics need to be generated from the observation data.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@param computeStatistics The parameter is true
if statistics need to be generated from the observation data.*/",
"getterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@return The parameter is true
if statistics need to be generated from the observation data.*/",
"fluentSetterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@param computeStatistics The parameter is true
if statistics need to be generated from the observation data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@param computeStatistics The parameter is true
if statistics need to be generated from the observation data.\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 of this DataSource
.
Note This parameter is provided as part of the verbose format.
",
"name" : "DataSourceSchema",
"c2jName" : "DataSourceSchema",
"c2jShape" : "DataSchema",
"variable" : {
"variableName" : "dataSourceSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The schema used by all of the data files of this DataSource
.
Note This parameter is provided as part of the verbose format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceSchema",
"marshallLocationName" : "DataSourceSchema",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param dataSourceSchema The schema used by all of the data files of this DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"getterDocumentation" : "/**The schema used by all of the data files of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@return The schema used by all of the data files of this DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"fluentSetterDocumentation" : "/**The schema used by all of the data files of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param dataSourceSchema The schema used by all of the data files of this 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 of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param dataSourceSchema The schema used by all of the data files of this 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" : "getDataSourceResult",
"variableType" : "GetDataSourceResult",
"variableDeclarationType" : "GetDataSourceResult",
"documentation" : null,
"simpleType" : "GetDataSourceResult",
"variableSetterType" : "GetDataSourceResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"Status" : {
"documentation" : "The current status of the DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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 DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@param status The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"getterDocumentation" : "/**The current status of the DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@return The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable. \n@see EntityStatus*/",
"fluentSetterDocumentation" : "/**The current status of the DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@param status The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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 DataSource
. This element can have one of the following values:
-
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
is marked as deleted. It is not usable.
\n@param status The current status of the DataSource
. This element can have one of the following values: -
PENDING
- Amazon ML submitted a request to create a DataSource
. -
INPROGRESS
- The creation process is underway. -
FAILED
- The request to create a DataSource
did not run to completion. It is not usable. -
COMPLETED
- The creation process completed successfully. -
DELETED
- The DataSource
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 DataSource
. 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 DataSource
. 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 DataSource
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the DataSource
. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time of the most recent edit to the DataSource
. The time is expressed in epoch time.
\n@return The time of the most recent edit to the DataSource
. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time of the most recent edit to the DataSource
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the DataSource
. 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 DataSource
. The time is expressed in epoch time.
\n@param lastUpdatedAt The time of the most recent edit to the DataSource
. 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" : "The user-supplied description of the most recent details about creating the DataSource
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The user-supplied description of the most recent details about creating the DataSource
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@param message The user-supplied description of the most recent details about creating the DataSource
.*/",
"getterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@return The user-supplied description of the most recent details about creating the DataSource
.*/",
"fluentSetterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@param message The user-supplied description of the most recent details about creating the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The user-supplied description of the most recent details about creating the DataSource
.
\n@param message The user-supplied description of the most recent details about creating the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataSourceSchema" : {
"documentation" : "The schema used by all of the data files of this DataSource
.
Note This parameter is provided as part of the verbose format.
",
"name" : "DataSourceSchema",
"c2jName" : "DataSourceSchema",
"c2jShape" : "DataSchema",
"variable" : {
"variableName" : "dataSourceSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The schema used by all of the data files of this DataSource
.
Note This parameter is provided as part of the verbose format.
",
"simpleType" : "String",
"variableSetterType" : "String"
},
"setterModel" : {
"variableName" : "dataSourceSchema",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"simpleType" : "String",
"variableSetterType" : "String"
},
"getterModel" : {
"returnType" : "String",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSourceSchema",
"marshallLocationName" : "DataSourceSchema",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param dataSourceSchema The schema used by all of the data files of this DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"getterDocumentation" : "/**The schema used by all of the data files of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@return The schema used by all of the data files of this DataSource
. Note This parameter is provided as part of the verbose format.
*/",
"fluentSetterDocumentation" : "/**The schema used by all of the data files of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param dataSourceSchema The schema used by all of the data files of this 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 of this DataSource
.
Note This parameter is provided as part of the verbose format.
\n@param dataSourceSchema The schema used by all of the data files of this 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.*/"
},
"CreatedAt" : {
"documentation" : "The time that the DataSource
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 DataSource
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The time that the DataSource
was created. The time is expressed in epoch time.
\n@param createdAt The time that the DataSource
was created. The time is expressed in epoch time.*/",
"getterDocumentation" : "/**The time that the DataSource
was created. The time is expressed in epoch time.
\n@return The time that the DataSource
was created. The time is expressed in epoch time.*/",
"fluentSetterDocumentation" : "/**The time that the DataSource
was created. The time is expressed in epoch time.
\n@param createdAt The time that the DataSource
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 DataSource
was created. The time is expressed in epoch time.
\n@param createdAt The time that the DataSource
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.*/"
},
"ComputeStatistics" : {
"documentation" : " The parameter is true
if statistics need to be generated from the observation data.
",
"name" : "ComputeStatistics",
"c2jName" : "ComputeStatistics",
"c2jShape" : "ComputeStatistics",
"variable" : {
"variableName" : "computeStatistics",
"variableType" : "Boolean",
"variableDeclarationType" : "Boolean",
"documentation" : " The parameter is true
if statistics need to be generated from the observation data.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@param computeStatistics The parameter is true
if statistics need to be generated from the observation data.*/",
"getterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@return The parameter is true
if statistics need to be generated from the observation data.*/",
"fluentSetterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@param computeStatistics The parameter is true
if statistics need to be generated from the observation data.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/** The parameter is true
if statistics need to be generated from the observation data.
\n@param computeStatistics The parameter is true
if statistics need to be generated from the observation data.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RDSMetadata" : {
"documentation" : "",
"name" : "RDSMetadata",
"c2jName" : "RDSMetadata",
"c2jShape" : "RDSMetadata",
"variable" : {
"variableName" : "rDSMetadata",
"variableType" : "RDSMetadata",
"variableDeclarationType" : "RDSMetadata",
"documentation" : "",
"simpleType" : "RDSMetadata",
"variableSetterType" : "RDSMetadata"
},
"setterModel" : {
"variableName" : "rDSMetadata",
"variableType" : "RDSMetadata",
"variableDeclarationType" : "RDSMetadata",
"documentation" : "",
"simpleType" : "RDSMetadata",
"variableSetterType" : "RDSMetadata"
},
"getterModel" : {
"returnType" : "RDSMetadata",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RDSMetadata",
"marshallLocationName" : "RDSMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param rDSMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param rDSMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param rDSMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RedshiftMetadata" : {
"documentation" : "",
"name" : "RedshiftMetadata",
"c2jName" : "RedshiftMetadata",
"c2jShape" : "RedshiftMetadata",
"variable" : {
"variableName" : "redshiftMetadata",
"variableType" : "RedshiftMetadata",
"variableDeclarationType" : "RedshiftMetadata",
"documentation" : "",
"simpleType" : "RedshiftMetadata",
"variableSetterType" : "RedshiftMetadata"
},
"setterModel" : {
"variableName" : "redshiftMetadata",
"variableType" : "RedshiftMetadata",
"variableDeclarationType" : "RedshiftMetadata",
"documentation" : "",
"simpleType" : "RedshiftMetadata",
"variableSetterType" : "RedshiftMetadata"
},
"getterModel" : {
"returnType" : "RedshiftMetadata",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RedshiftMetadata",
"marshallLocationName" : "RedshiftMetadata",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : false,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param redshiftMetadata */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param redshiftMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param redshiftMetadata \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RoleARN" : {
"documentation" : "",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**\n@param roleARN */",
"getterDocumentation" : "/**\n@return */",
"fluentSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**\n@param roleARN \n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataRearrangement" : {
"documentation" : "A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
",
"name" : "DataRearrangement",
"c2jName" : "DataRearrangement",
"c2jShape" : "DataRearrangement",
"variable" : {
"variableName" : "dataRearrangement",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 splitting and rearrangement requirement used when this DataSource
was created.
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.*/",
"getterDocumentation" : "/**A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
\n@return A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.*/",
"fluentSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.
\n@param dataRearrangement A JSON string that represents the splitting and rearrangement requirement used when this DataSource
was created.\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 DataSource
.
",
"name" : "Name",
"c2jName" : "Name",
"c2jShape" : "EntityName",
"variable" : {
"variableName" : "name",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied name or description of the DataSource
.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 name 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 name 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 name 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.*/"
},
"DataLocationS3" : {
"documentation" : "The location of the data file or directory in Amazon Simple Storage Service (Amazon S3).
",
"name" : "DataLocationS3",
"c2jName" : "DataLocationS3",
"c2jShape" : "S3Url",
"variable" : {
"variableName" : "dataLocationS3",
"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" : "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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 dataLocationS3 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 dataLocationS3 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 dataLocationS3 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.*/"
},
"NumberOfFiles" : {
"documentation" : "The number of data files referenced by the DataSource
.
",
"name" : "NumberOfFiles",
"c2jName" : "NumberOfFiles",
"c2jShape" : "LongType",
"variable" : {
"variableName" : "numberOfFiles",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The number of data files referenced by the DataSource
.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "numberOfFiles",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "NumberOfFiles",
"marshallLocationName" : "NumberOfFiles",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@param numberOfFiles The number of data files referenced by the DataSource
.*/",
"getterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@return The number of data files referenced by the DataSource
.*/",
"fluentSetterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@param numberOfFiles The number of data files referenced by the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The number of data files referenced by the DataSource
.
\n@param numberOfFiles The number of data files referenced by the DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"DataSizeInBytes" : {
"documentation" : "The total size of observations in the data files.
",
"name" : "DataSizeInBytes",
"c2jName" : "DataSizeInBytes",
"c2jShape" : "LongType",
"variable" : {
"variableName" : "dataSizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "The total size of observations in the data files.
",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"setterModel" : {
"variableName" : "dataSizeInBytes",
"variableType" : "Long",
"variableDeclarationType" : "Long",
"documentation" : "",
"simpleType" : "Long",
"variableSetterType" : "Long"
},
"getterModel" : {
"returnType" : "Long",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "DataSizeInBytes",
"marshallLocationName" : "DataSizeInBytes",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The total size of observations in the data files.
\n@param dataSizeInBytes The total size of observations in the data files.*/",
"getterDocumentation" : "/**The total size of observations in the data files.
\n@return The total size of observations in the data files.*/",
"fluentSetterDocumentation" : "/**The total size of observations in the data files.
\n@param dataSizeInBytes The total size of observations in the data files.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**The total size of observations in the data files.
\n@param dataSizeInBytes The total size of observations in the data files.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"LogUri" : {
"documentation" : "A link to the file containing logs of CreateDataSourceFrom*
operations.
",
"name" : "LogUri",
"c2jName" : "LogUri",
"c2jShape" : "PresignedS3Url",
"variable" : {
"variableName" : "logUri",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A link to the file containing logs of CreateDataSourceFrom*
operations.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 containing logs of CreateDataSourceFrom*
operations.
\n@param logUri A link to the file containing logs of CreateDataSourceFrom*
operations.*/",
"getterDocumentation" : "/**A link to the file containing logs of CreateDataSourceFrom*
operations.
\n@return A link to the file containing logs of CreateDataSourceFrom*
operations.*/",
"fluentSetterDocumentation" : "/**A link to the file containing logs of CreateDataSourceFrom*
operations.
\n@param logUri A link to the file containing logs of CreateDataSourceFrom*
operations.\n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**A link to the file containing logs of CreateDataSourceFrom*
operations.
\n@param logUri A link to the file containing logs of CreateDataSourceFrom*
operations.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"CreatedByIamUser" : {
"documentation" : "The AWS user account from which the DataSource
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 DataSource
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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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 DataSource
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.*/"
},
"DataSourceId" : {
"documentation" : "The ID assigned to the DataSource
at 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
at 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@param dataSourceId The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.*/",
"getterDocumentation" : "/**The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@return The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.*/",
"fluentSetterDocumentation" : "/**The ID assigned to the DataSource
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@param dataSourceId The ID assigned to the DataSource
at 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
at creation. This value should be identical to the value of the DataSourceId
in the request.
\n@param dataSourceId The ID assigned to the DataSource
at 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.*/"
}
}
},
"TaggableResourceType" : {
"c2jName" : "TaggableResourceType",
"documentation" : "",
"shapeName" : "TaggableResourceType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "BatchPrediction",
"value" : "BatchPrediction"
}, {
"name" : "DataSource",
"value" : "DataSource"
}, {
"name" : "Evaluation",
"value" : "Evaluation"
}, {
"name" : "MLModel",
"value" : "MLModel"
} ],
"variable" : {
"variableName" : "taggableResourceType",
"variableType" : "TaggableResourceType",
"variableDeclarationType" : "TaggableResourceType",
"documentation" : null,
"simpleType" : "TaggableResourceType",
"variableSetterType" : "TaggableResourceType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"MLModelType" : {
"c2jName" : "MLModelType",
"documentation" : "",
"shapeName" : "MLModelType",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "REGRESSION",
"value" : "REGRESSION"
}, {
"name" : "BINARY",
"value" : "BINARY"
}, {
"name" : "MULTICLASS",
"value" : "MULTICLASS"
} ],
"variable" : {
"variableName" : "mLModelType",
"variableType" : "MLModelType",
"variableDeclarationType" : "MLModelType",
"documentation" : null,
"simpleType" : "MLModelType",
"variableSetterType" : "MLModelType"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"DetailsAttributes" : {
"c2jName" : "DetailsAttributes",
"documentation" : "Contains the key values of DetailsMap
: PredictiveModelType
- Indicates the type of the MLModel
. Algorithm
- Indicates the algorithm that was used for the MLModel
.",
"shapeName" : "DetailsAttributes",
"deprecated" : false,
"required" : null,
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : null,
"enums" : [ {
"name" : "PredictiveModelType",
"value" : "PredictiveModelType"
}, {
"name" : "Algorithm",
"value" : "Algorithm"
} ],
"variable" : {
"variableName" : "detailsAttributes",
"variableType" : "DetailsAttributes",
"variableDeclarationType" : "DetailsAttributes",
"documentation" : null,
"simpleType" : "DetailsAttributes",
"variableSetterType" : "DetailsAttributes"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : { }
},
"CreateMLModelResult" : {
"c2jName" : "CreateMLModelOutput",
"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.
",
"shapeName" : "CreateMLModelResult",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "createMLModelResult",
"variableType" : "CreateMLModelResult",
"variableDeclarationType" : "CreateMLModelResult",
"documentation" : null,
"simpleType" : "CreateMLModelResult",
"variableSetterType" : "CreateMLModelResult"
},
"marshaller" : null,
"unmarshaller" : {
"resultWrapper" : null,
"flattened" : false
},
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"DeleteRealtimeEndpointResult" : {
"c2jName" : "DeleteRealtimeEndpointOutput",
"documentation" : "Represents the output of an DeleteRealtimeEndpoint
operation.
The result contains the MLModelId
and the endpoint information for the MLModel
.
",
"shapeName" : "DeleteRealtimeEndpointResult",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "deleteRealtimeEndpointResult",
"variableType" : "DeleteRealtimeEndpointResult",
"variableDeclarationType" : "DeleteRealtimeEndpointResult",
"documentation" : null,
"simpleType" : "DeleteRealtimeEndpointResult",
"variableSetterType" : "DeleteRealtimeEndpointResult"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"DeleteEvaluationRequest" : {
"c2jName" : "DeleteEvaluationInput",
"documentation" : "",
"shapeName" : "DeleteEvaluationRequest",
"deprecated" : false,
"required" : [ "EvaluationId" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
to delete.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
to delete.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
to delete.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
to delete.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
to delete.
\n@return A user-supplied ID that uniquely identifies the Evaluation
to delete.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
to delete.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
to delete.\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
to delete.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteEvaluationRequest",
"variableType" : "DeleteEvaluationRequest",
"variableDeclarationType" : "DeleteEvaluationRequest",
"documentation" : null,
"simpleType" : "DeleteEvaluationRequest",
"variableSetterType" : "DeleteEvaluationRequest"
},
"marshaller" : {
"action" : "DeleteEvaluation",
"verb" : "POST",
"target" : "AmazonML_20141212.DeleteEvaluation",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"EvaluationId" : {
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
to delete.
",
"name" : "EvaluationId",
"c2jName" : "EvaluationId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "evaluationId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the Evaluation
to delete.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
to delete.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
to delete.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
to delete.
\n@return A user-supplied ID that uniquely identifies the Evaluation
to delete.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the Evaluation
to delete.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
to delete.\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
to delete.
\n@param evaluationId A user-supplied ID that uniquely identifies the Evaluation
to delete.\n@return Returns a reference to this object so that method calls can be chained together.*/"
}
}
},
"ResourceNotFoundException" : {
"c2jName" : "ResourceNotFoundException",
"documentation" : "A specified resource cannot be located.
",
"shapeName" : "ResourceNotFoundException",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "resourceNotFoundException",
"variableType" : "ResourceNotFoundException",
"variableDeclarationType" : "ResourceNotFoundException",
"documentation" : null,
"simpleType" : "ResourceNotFoundException",
"variableSetterType" : "ResourceNotFoundException"
},
"marshaller" : null,
"unmarshaller" : null,
"errorCode" : "ResourceNotFoundException",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"CreateDataSourceFromRDSRequest" : {
"c2jName" : "CreateDataSourceFromRDSInput",
"documentation" : "",
"shapeName" : "CreateDataSourceFromRDSRequest",
"deprecated" : false,
"required" : [ "DataSourceId", "RDSData", "RoleARN" ],
"hasPayloadMember" : false,
"hasHeaderMember" : false,
"hasStatusCodeMember" : false,
"hasStreamingMember" : false,
"wrapper" : false,
"members" : [ {
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@return A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a 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
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"name" : "RDSData",
"c2jName" : "RDSData",
"c2jShape" : "RDSDataSpec",
"variable" : {
"variableName" : "rDSData",
"variableType" : "RDSDataSpec",
"variableDeclarationType" : "RDSDataSpec",
"documentation" : "The data specification of an Amazon RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"simpleType" : "RDSDataSpec",
"variableSetterType" : "RDSDataSpec"
},
"setterModel" : {
"variableName" : "rDSData",
"variableType" : "RDSDataSpec",
"variableDeclarationType" : "RDSDataSpec",
"documentation" : "",
"simpleType" : "RDSDataSpec",
"variableSetterType" : "RDSDataSpec"
},
"getterModel" : {
"returnType" : "RDSDataSpec",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RDSData",
"marshallLocationName" : "RDSData",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param rDSData The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of an Amazon RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of an Amazon RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param rDSData The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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 RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param rDSData The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return Returns a reference to this object so that method calls can be chained together.*/"
}, {
"documentation" : "The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@param roleARN The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. */",
"getterDocumentation" : "/**
The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@return The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. */",
"fluentSetterDocumentation" : "/**
The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@param roleARN The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@param roleARN The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. \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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "createDataSourceFromRDSRequest",
"variableType" : "CreateDataSourceFromRDSRequest",
"variableDeclarationType" : "CreateDataSourceFromRDSRequest",
"documentation" : null,
"simpleType" : "CreateDataSourceFromRDSRequest",
"variableSetterType" : "CreateDataSourceFromRDSRequest"
},
"marshaller" : {
"action" : "CreateDataSourceFromRDS",
"verb" : "POST",
"target" : "AmazonML_20141212.CreateDataSourceFromRDS",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"RDSData" : {
"documentation" : "The data specification of an Amazon RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"name" : "RDSData",
"c2jName" : "RDSData",
"c2jShape" : "RDSDataSpec",
"variable" : {
"variableName" : "rDSData",
"variableType" : "RDSDataSpec",
"variableDeclarationType" : "RDSDataSpec",
"documentation" : "The data specification of an Amazon RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
",
"simpleType" : "RDSDataSpec",
"variableSetterType" : "RDSDataSpec"
},
"setterModel" : {
"variableName" : "rDSData",
"variableType" : "RDSDataSpec",
"variableDeclarationType" : "RDSDataSpec",
"documentation" : "",
"simpleType" : "RDSDataSpec",
"variableSetterType" : "RDSDataSpec"
},
"getterModel" : {
"returnType" : "RDSDataSpec",
"documentation" : null
},
"http" : {
"unmarshallLocationName" : "RDSData",
"marshallLocationName" : "RDSData",
"additionalUnmarshallingPath" : null,
"additionalMarshallingPath" : null,
"isPayload" : false,
"isStreaming" : false,
"location" : null,
"flattened" : false,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param rDSData The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"getterDocumentation" : "/**The data specification of an Amazon RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@return The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
*/",
"fluentSetterDocumentation" : "/**The data specification of an Amazon RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param rDSData The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the 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 RDS DataSource
:
DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\n@param rDSData The data specification of an Amazon RDS DataSource
: DatabaseInformation -
-
DatabaseName
- The name of the Amazon RDS database. -
InstanceIdentifier
- A unique identifier for the Amazon RDS database instance.
DatabaseCredentials - AWS Identity and Access Management (IAM) credentials that are used to connect to the Amazon RDS database.
ResourceRole - A role (DataPipelineDefaultResourceRole) assumed by an EC2 instance to carry out the copy task from Amazon RDS to Amazon Simple Storage Service (Amazon S3). For more information, see Role templates for data pipelines.
ServiceRole - A role (DataPipelineDefaultRole) assumed by the AWS 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.
SecurityInfo - The security information to use to access an RDS DB instance. You need to set up appropriate ingress rules for the security entity IDs provided to allow access to the Amazon RDS instance. Specify a [SubnetId
, SecurityGroupIds
] pair for a VPC-based RDS DB instance.
SelectSqlQuery - A query that is used to retrieve the observation data for the Datasource
.
S3StagingLocation - The Amazon S3 location for staging Amazon RDS data. The data retrieved from Amazon RDS using SelectSqlQuery
is stored in this location.
DataSchemaUri - The 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 that represents the splitting and rearrangement requirements for the Datasource
.
Sample - \"{\\\"splitting\\\":{\\\"percentBegin\\\":10,\\\"percentEnd\\\":60}}\"
\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"DataSourceId" : {
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
",
"name" : "DataSourceId",
"c2jName" : "DataSourceId",
"c2jShape" : "EntityId",
"variable" : {
"variableName" : "dataSourceId",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.*/",
"getterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@return A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.*/",
"fluentSetterDocumentation" : "/**A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a 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
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.
\n@param dataSourceId A user-supplied ID that uniquely identifies the DataSource
. Typically, an Amazon Resource Number (ARN) becomes the ID for a DataSource
.\n@return Returns a reference to this object so that method calls can be chained together.*/"
},
"RoleARN" : {
"documentation" : "The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
",
"name" : "RoleARN",
"c2jName" : "RoleARN",
"c2jShape" : "RoleARN",
"variable" : {
"variableName" : "roleARN",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : false
},
"deprecated" : false,
"listModel" : null,
"mapModel" : null,
"enumType" : null,
"xmlNameSpaceUri" : null,
"idempotencyToken" : false,
"simple" : true,
"list" : false,
"map" : false,
"setterDocumentation" : "/**The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@param roleARN The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. */",
"getterDocumentation" : "/**
The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@return The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. */",
"fluentSetterDocumentation" : "/**
The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@param roleARN The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. \n@return Returns a reference to this object so that method calls can be chained together.*/",
"varargSetterDocumentation" : "/**
The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3.
\n@param roleARN The role that Amazon ML assumes on behalf of the user to create and activate a data pipeline in the user's account and copy data using the SelectSqlQuery
query from Amazon RDS to Amazon S3. \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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"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" : { }
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : {
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"DeleteDataSourceRequest" : {
"c2jName" : "DeleteDataSourceInput",
"documentation" : "",
"shapeName" : "DeleteDataSourceRequest",
"deprecated" : false,
"required" : [ "DataSourceId" ],
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
} ],
"enums" : null,
"variable" : {
"variableName" : "deleteDataSourceRequest",
"variableType" : "DeleteDataSourceRequest",
"variableDeclarationType" : "DeleteDataSourceRequest",
"documentation" : null,
"simpleType" : "DeleteDataSourceRequest",
"variableSetterType" : "DeleteDataSourceRequest"
},
"marshaller" : {
"action" : "DeleteDataSource",
"verb" : "POST",
"target" : "AmazonML_20141212.DeleteDataSource",
"requestUri" : "/",
"locationName" : null,
"xmlNameSpaceUri" : null
},
"unmarshaller" : null,
"errorCode" : null,
"customization" : {
"artificialResultWrapper" : null,
"skipGeneratingModelClass" : false,
"skipGeneratingMarshaller" : false,
"skipGeneratingUnmarshaller" : false
},
"membersAsMap" : {
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
}
}
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
",
"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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
",
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"templateType" : "java.util.Map",
"templateImplType" : "com.amazonaws.internal.SdkInternalMap",
"keySimple" : true,
"valueSimple" : true,
"valueList" : false,
"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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
\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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
*/",
"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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
\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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
*/",
"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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
\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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
\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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
\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.maxMLModelSizeInBytes
- The maximum allowed size of the model. Depending on the input data, the size of the model might affect its performance.
The value is an integer that ranges from 100000
to 2147483648
. The default value is 33554432
.
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.shuffleType
- Whether Amazon ML shuffles the training data. Shuffling data improves a model's ability to find the optimal solution for a variety of data types. The valid values are auto
and none
. The default value is none
. We strongly recommend that you shuffle your data.
-
sgd.l1RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L1 normalization. This parameter can't be used when L2
is specified. Use this parameter sparingly.
-
sgd.l2RegularizationAmount
- The 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, start by specifying a small value, such as 1.0E-08
.
The value is a double that ranges from 0
to MAX_DOUBLE
. The default is to not use L2 normalization. This parameter can't be used when L1
is specified. Use this parameter sparingly.
\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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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 price should a house be listed at?\"
- BINARY -- Produces one of two possible results. For example, \"Is this an e-commerce website?\"
- MULTICLASS -- Produces one of several 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
models. It 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
models. It 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : "A description of the most recent details about accessing the MLModel
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 accessing the MLModel
.
\n@param message A description of the most recent details about accessing the MLModel
.*/",
"getterDocumentation" : "/**A description of the most recent details about accessing the MLModel
.
\n@return A description of the most recent details about accessing the MLModel
.*/",
"fluentSetterDocumentation" : "/**A description of the most recent details about accessing the MLModel
.
\n@param message A 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" : "/**A description of the most recent details about accessing the MLModel
.
\n@param message A 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, and 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, and 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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, and 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, and 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, and 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, and 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, and 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, and 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, and 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, and 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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" : {
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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. The ML model isn't usable. -
COMPLETED
- The request completed successfully. -
DELETED
- The MLModel
is marked as deleted. It isn't 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 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"Message" : {
"documentation" : "A description of the most recent details about accessing the MLModel
.
",
"name" : "Message",
"c2jName" : "Message",
"c2jShape" : "Message",
"variable" : {
"variableName" : "message",
"variableType" : "String",
"variableDeclarationType" : "String",
"documentation" : "A 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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 accessing the MLModel
.
\n@param message A description of the most recent details about accessing the MLModel
.*/",
"getterDocumentation" : "/**A description of the most recent details about accessing the MLModel
.
\n@return A description of the most recent details about accessing the MLModel
.*/",
"fluentSetterDocumentation" : "/**A description of the most recent details about accessing the MLModel
.
\n@param message A 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" : "/**A description of the most recent details about accessing the MLModel
.
\n@param message A 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.*/"
},
"Recipe" : {
"documentation" : "The recipe to use when training the MLModel
. The Recipe
provides detailed information about the observation data to use during training, and 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, and 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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, and 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, and 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, and 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, and 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, and 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, and 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, and 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, and 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.*/"
},
"ScoreThreshold" : {
"documentation" : "The scoring threshold is used in binary classification MLModel
models. It 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
models. It 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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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
models. It 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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.*/"
},
"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,
"header" : false,
"uri" : false,
"statusCode" : false,
"queryString" : 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