- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.machinelearning.AmazonMachineLearning
-
Returns additional metadata for a previously executed successful request,
typically used for debugging issues where a service isn't acting as
expected.
- getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.machinelearning.AmazonMachineLearningClient
-
- getCode() - Method in exception com.amazonaws.services.machinelearning.model.InternalServerException
-
Returns the value of the code property for this object.
- getCode() - Method in exception com.amazonaws.services.machinelearning.model.InvalidInputException
-
Returns the value of the code property for this object.
- getCode() - Method in exception com.amazonaws.services.machinelearning.model.LimitExceededException
-
Returns the value of the code property for this object.
- getCode() - Method in exception com.amazonaws.services.machinelearning.model.ResourceNotFoundException
-
Returns the value of the code property for this object.
- getComputeTime() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The approximate CPU time in milliseconds that Amazon Machine Learning
spent processing the MLModel
, normalized and scaled on
computation resources.
- getCreatedAt() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time that the MLModel
was created.
- getCreatedAt() - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The time that the request to create the real-time endpoint for the
MLModel
was received.
- getCreatedByIamUser() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The AWS user account from which the MLModel
was created.
- getDetails() - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
Provides any additional details regarding the prediction.
- getEndpointInfo() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current endpoint of the MLModel
- getEndpointStatus() - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The current status of the real-time endpoint for the MLModel
.
- getEndpointUrl() - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The URI that specifies where to send real-time prediction requests for
the MLModel
.
- getFinishedAt() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The epoch time when Amazon Machine Learning marked the
MLModel
as COMPLETED
or FAILED
.
- getInputDataLocationS3() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
- getLastUpdatedAt() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time of the most recent edit to the MLModel
.
- getLogUri() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A link to the file that contains logs of the CreateMLModel
operation.
- getMessage() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A description of the most recent details about accessing the
MLModel
.
- getMLModel(GetMLModelRequest) - Method in interface com.amazonaws.services.machinelearning.AmazonMachineLearning
-
Returns an MLModel
that includes detailed metadata, data
source information, and the current status of the MLModel
.
- getMLModel(GetMLModelRequest) - Method in class com.amazonaws.services.machinelearning.AmazonMachineLearningClient
-
Returns an MLModel
that includes detailed metadata, data
source information, and the current status of the MLModel
.
- getMLModelId() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
The ID assigned to the MLModel
at creation.
- getMLModelId() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The MLModel ID, which is same as the
MLModelId
in the request.
- getMLModelId() - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
A unique identifier of the MLModel
.
- GetMLModelRequest - Class in com.amazonaws.services.machinelearning.model
-
Returns an MLModel
that includes detailed metadata, data source
information, and the current status of the MLModel
.
- GetMLModelRequest() - Constructor for class com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
- GetMLModelResult - Class in com.amazonaws.services.machinelearning.model
-
Represents the output of a GetMLModel
operation, and provides
detailed information about a MLModel
.
- GetMLModelResult() - Constructor for class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
- getMLModelType() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Identifies the MLModel
category.
- getName() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A user-supplied name or description of the MLModel
.
- getPeakRequestsPerSecond() - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The maximum processing rate for the real-time endpoint for
MLModel
, measured in incoming requests per second.
- getPredictedLabel() - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
The prediction label for either a BINARY
or
MULTICLASS
MLModel
.
- getPredictedScores() - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
Provides the raw classification score corresponding to each label.
- getPredictedValue() - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
The prediction value for REGRESSION
MLModel
.
- getPredictEndpoint() - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
Returns the value of the predictEndpoint property for this object.
- getPrediction() - Method in class com.amazonaws.services.machinelearning.model.PredictResult
-
The output from a Predict
operation:
- getRecipe() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The recipe to use when training the MLModel
.
- getRecord() - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
A map of variable name-value pairs that represent an observation.
- getSchema() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The schema used by all of the data files referenced by the
DataSource
.
- getScoreThreshold() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The scoring threshold is used in binary classification
MLModel
models.
- getScoreThresholdLastUpdatedAt() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time of the most recent edit to the ScoreThreshold
.
- getSizeInBytes() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Long integer type that is a 64-bit signed number.
- getStartedAt() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The epoch time when Amazon Machine Learning marked the
MLModel
as INPROGRESS
.
- getStatus() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current status of the MLModel
.
- getTrainingDataSourceId() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The ID of the training DataSource
.
- getTrainingParameters() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A list of the training parameters in the MLModel
.
- getVerbose() - Method in class com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
Specifies whether the GetMLModel
operation should return
Recipe
.
- setCode(Integer) - Method in exception com.amazonaws.services.machinelearning.model.InternalServerException
-
Sets the value of code
- setCode(Integer) - Method in exception com.amazonaws.services.machinelearning.model.InvalidInputException
-
Sets the value of code
- setCode(Integer) - Method in exception com.amazonaws.services.machinelearning.model.LimitExceededException
-
Sets the value of code
- setCode(Integer) - Method in exception com.amazonaws.services.machinelearning.model.ResourceNotFoundException
-
Sets the value of code
- setComputeTime(Long) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The approximate CPU time in milliseconds that Amazon Machine Learning
spent processing the MLModel
, normalized and scaled on
computation resources.
- setCreatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time that the MLModel
was created.
- setCreatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The time that the request to create the real-time endpoint for the
MLModel
was received.
- setCreatedByIamUser(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The AWS user account from which the MLModel
was created.
- setDetails(Map<String, String>) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
Provides any additional details regarding the prediction.
- setEndpoint(String) - Method in interface com.amazonaws.services.machinelearning.AmazonMachineLearning
-
Overrides the default endpoint for this client
("https://machinelearning.us-east-1.amazonaws.com").
- setEndpointInfo(RealtimeEndpointInfo) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current endpoint of the MLModel
- setEndpointStatus(String) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The current status of the real-time endpoint for the MLModel
.
- setEndpointStatus(RealtimeEndpointStatus) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The current status of the real-time endpoint for the MLModel
.
- setEndpointUrl(String) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The URI that specifies where to send real-time prediction requests for
the MLModel
.
- setFinishedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The epoch time when Amazon Machine Learning marked the
MLModel
as COMPLETED
or FAILED
.
- setInputDataLocationS3(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
- setLastUpdatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time of the most recent edit to the MLModel
.
- setLogUri(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A link to the file that contains logs of the CreateMLModel
operation.
- setMessage(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A description of the most recent details about accessing the
MLModel
.
- setMLModelId(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
The ID assigned to the MLModel
at creation.
- setMLModelId(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The MLModel ID, which is same as the
MLModelId
in the request.
- setMLModelId(String) - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
A unique identifier of the MLModel
.
- setMLModelType(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Identifies the MLModel
category.
- setMLModelType(MLModelType) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Identifies the MLModel
category.
- setName(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A user-supplied name or description of the MLModel
.
- setPeakRequestsPerSecond(Integer) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The maximum processing rate for the real-time endpoint for
MLModel
, measured in incoming requests per second.
- setPredictedLabel(String) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
The prediction label for either a BINARY
or
MULTICLASS
MLModel
.
- setPredictedScores(Map<String, Float>) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
Provides the raw classification score corresponding to each label.
- setPredictedValue(Float) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
The prediction value for REGRESSION
MLModel
.
- setPredictEndpoint(String) - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
Sets the value of predictEndpoint
- setPrediction(Prediction) - Method in class com.amazonaws.services.machinelearning.model.PredictResult
-
The output from a Predict
operation:
- setRecipe(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The recipe to use when training the MLModel
.
- setRecord(Map<String, String>) - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
A map of variable name-value pairs that represent an observation.
- setRegion(Region) - Method in interface com.amazonaws.services.machinelearning.AmazonMachineLearning
-
- setSchema(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The schema used by all of the data files referenced by the
DataSource
.
- setScoreThreshold(Float) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The scoring threshold is used in binary classification
MLModel
models.
- setScoreThresholdLastUpdatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time of the most recent edit to the ScoreThreshold
.
- setSizeInBytes(Long) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Long integer type that is a 64-bit signed number.
- setStartedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The epoch time when Amazon Machine Learning marked the
MLModel
as INPROGRESS
.
- setStatus(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current status of the MLModel
.
- setStatus(EntityStatus) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current status of the MLModel
.
- setTrainingDataSourceId(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The ID of the training DataSource
.
- setTrainingParameters(Map<String, String>) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A list of the training parameters in the MLModel
.
- setVerbose(Boolean) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
Specifies whether the GetMLModel
operation should return
Recipe
.
- shutdown() - Method in interface com.amazonaws.services.machinelearning.AmazonMachineLearning
-
Shuts down this client object, releasing any resources that might be held
open.
- withComputeTime(Long) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The approximate CPU time in milliseconds that Amazon Machine Learning
spent processing the MLModel
, normalized and scaled on
computation resources.
- withCreatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time that the MLModel
was created.
- withCreatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The time that the request to create the real-time endpoint for the
MLModel
was received.
- withCreatedByIamUser(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The AWS user account from which the MLModel
was created.
- withDetails(Map<String, String>) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
Provides any additional details regarding the prediction.
- withEndpointInfo(RealtimeEndpointInfo) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current endpoint of the MLModel
- withEndpointStatus(String) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The current status of the real-time endpoint for the MLModel
.
- withEndpointStatus(RealtimeEndpointStatus) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The current status of the real-time endpoint for the MLModel
.
- withEndpointUrl(String) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The URI that specifies where to send real-time prediction requests for
the MLModel
.
- withFinishedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The epoch time when Amazon Machine Learning marked the
MLModel
as COMPLETED
or FAILED
.
- withInputDataLocationS3(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
- withLastUpdatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time of the most recent edit to the MLModel
.
- withLogUri(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A link to the file that contains logs of the CreateMLModel
operation.
- withMessage(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A description of the most recent details about accessing the
MLModel
.
- withMLModelId(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
The ID assigned to the MLModel
at creation.
- withMLModelId(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The MLModel ID, which is same as the
MLModelId
in the request.
- withMLModelId(String) - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
A unique identifier of the MLModel
.
- withMLModelType(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Identifies the MLModel
category.
- withMLModelType(MLModelType) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Identifies the MLModel
category.
- withName(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A user-supplied name or description of the MLModel
.
- withPeakRequestsPerSecond(Integer) - Method in class com.amazonaws.services.machinelearning.model.RealtimeEndpointInfo
-
The maximum processing rate for the real-time endpoint for
MLModel
, measured in incoming requests per second.
- withPredictedLabel(String) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
The prediction label for either a BINARY
or
MULTICLASS
MLModel
.
- withPredictedScores(Map<String, Float>) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
Provides the raw classification score corresponding to each label.
- withPredictedValue(Float) - Method in class com.amazonaws.services.machinelearning.model.Prediction
-
The prediction value for REGRESSION
MLModel
.
- withPredictEndpoint(String) - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
Sets the value of the predictEndpoint property for this object.
- withPrediction(Prediction) - Method in class com.amazonaws.services.machinelearning.model.PredictResult
-
The output from a Predict
operation:
- withRecipe(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The recipe to use when training the MLModel
.
- withRecord(Map<String, String>) - Method in class com.amazonaws.services.machinelearning.model.PredictRequest
-
A map of variable name-value pairs that represent an observation.
- withSchema(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The schema used by all of the data files referenced by the
DataSource
.
- withScoreThreshold(Float) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The scoring threshold is used in binary classification
MLModel
models.
- withScoreThresholdLastUpdatedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The time of the most recent edit to the ScoreThreshold
.
- withSizeInBytes(Long) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
Long integer type that is a 64-bit signed number.
- withStartedAt(Date) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The epoch time when Amazon Machine Learning marked the
MLModel
as INPROGRESS
.
- withStatus(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current status of the MLModel
.
- withStatus(EntityStatus) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The current status of the MLModel
.
- withTrainingDataSourceId(String) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
The ID of the training DataSource
.
- withTrainingParameters(Map<String, String>) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelResult
-
A list of the training parameters in the MLModel
.
- withVerbose(Boolean) - Method in class com.amazonaws.services.machinelearning.model.GetMLModelRequest
-
Specifies whether the GetMLModel
operation should return
Recipe
.