public class GetMLModelResult extends Object implements Serializable
Represents the output of a GetMLModel operation, and provides detailed information about a MLModel .
Constructor and Description |
---|
GetMLModelResult() |
Modifier and Type | Method and Description |
---|---|
GetMLModelResult |
addTrainingParametersEntry(String key,
String value)
A list of the training parameters in the MLModel.
|
GetMLModelResult |
clearTrainingParametersEntries()
Removes all the entries added into TrainingParameters.
|
boolean |
equals(Object obj) |
Date |
getCreatedAt()
The time that the MLModel was created.
|
String |
getCreatedByIamUser()
The AWS user account from which the MLModel was created.
|
RealtimeEndpointInfo |
getEndpointInfo()
The current endpoint of the MLModel
|
String |
getInputDataLocationS3()
A reference to a file or bucket on Amazon Simple Storage Service
(Amazon S3).
|
Date |
getLastUpdatedAt()
The time of the most recent edit to the MLModel.
|
String |
getLogUri()
Location of the logs from the CreateMLModel operation.
|
String |
getMessage()
Description of the most recent details about accessing the
MLModel.
|
String |
getMLModelId()
The MLModel id which is same as the MLModelId in the request.
|
String |
getMLModelType()
Identifies the MLModel category.
|
String |
getName()
A user-supplied name or description of the MLModel for human
recognizition and remembrance.
|
String |
getRecipe()
Recipe to use when training the MLModel.
|
String |
getSchema()
The schema used by all of the data files referenced by the
DataSource.
|
Float |
getScoreThreshold()
The scoring threshold is used in binary classification
MLModels, and marks the boundary between a positive prediction
and a negative prediction.
|
Date |
getScoreThresholdLastUpdatedAt()
The time of the most recent edit to the ScoreThreshold.
|
Long |
getSizeInBytes()
Long integer type that is a 64-bit signed number.
|
String |
getStatus()
The current status of the MLModel.
|
String |
getTrainingDataSourceId()
Id of the training DataSource.
|
Map<String,String> |
getTrainingParameters()
A list of the training parameters in the MLModel.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
The time that the MLModel was created.
|
void |
setCreatedByIamUser(String createdByIamUser)
The AWS user account from which the MLModel was created.
|
void |
setEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the MLModel
|
void |
setInputDataLocationS3(String inputDataLocationS3)
A reference to a file or bucket on Amazon Simple Storage Service
(Amazon S3).
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the MLModel.
|
void |
setLogUri(String logUri)
Location of the logs from the CreateMLModel operation.
|
void |
setMessage(String message)
Description of the most recent details about accessing the
MLModel.
|
void |
setMLModelId(String mLModelId)
The MLModel id which is same as the MLModelId in the request.
|
void |
setMLModelType(MLModelType mLModelType)
Identifies the MLModel category.
|
void |
setMLModelType(String mLModelType)
Identifies the MLModel category.
|
void |
setName(String name)
A user-supplied name or description of the MLModel for human
recognizition and remembrance.
|
void |
setRecipe(String recipe)
Recipe to use when training the MLModel.
|
void |
setSchema(String schema)
The schema used by all of the data files referenced by the
DataSource.
|
void |
setScoreThreshold(Float scoreThreshold)
The scoring threshold is used in binary classification
MLModels, and marks the boundary between a positive prediction
and a negative prediction.
|
void |
setScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)
The time of the most recent edit to the ScoreThreshold.
|
void |
setSizeInBytes(Long sizeInBytes)
Long integer type that is a 64-bit signed number.
|
void |
setStatus(EntityStatus status)
The current status of the MLModel.
|
void |
setStatus(String status)
The current status of the MLModel.
|
void |
setTrainingDataSourceId(String trainingDataSourceId)
Id of the training DataSource.
|
void |
setTrainingParameters(Map<String,String> trainingParameters)
A list of the training parameters in the MLModel.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetMLModelResult |
withCreatedAt(Date createdAt)
The time that the MLModel was created.
|
GetMLModelResult |
withCreatedByIamUser(String createdByIamUser)
The AWS user account from which the MLModel was created.
|
GetMLModelResult |
withEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the MLModel
|
GetMLModelResult |
withInputDataLocationS3(String inputDataLocationS3)
A reference to a file or bucket on Amazon Simple Storage Service
(Amazon S3).
|
GetMLModelResult |
withLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the MLModel.
|
GetMLModelResult |
withLogUri(String logUri)
Location of the logs from the CreateMLModel operation.
|
GetMLModelResult |
withMessage(String message)
Description of the most recent details about accessing the
MLModel.
|
GetMLModelResult |
withMLModelId(String mLModelId)
The MLModel id which is same as the MLModelId in the request.
|
GetMLModelResult |
withMLModelType(MLModelType mLModelType)
Identifies the MLModel category.
|
GetMLModelResult |
withMLModelType(String mLModelType)
Identifies the MLModel category.
|
GetMLModelResult |
withName(String name)
A user-supplied name or description of the MLModel for human
recognizition and remembrance.
|
GetMLModelResult |
withRecipe(String recipe)
Recipe to use when training the MLModel.
|
GetMLModelResult |
withSchema(String schema)
The schema used by all of the data files referenced by the
DataSource.
|
GetMLModelResult |
withScoreThreshold(Float scoreThreshold)
The scoring threshold is used in binary classification
MLModels, and marks the boundary between a positive prediction
and a negative prediction.
|
GetMLModelResult |
withScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)
The time of the most recent edit to the ScoreThreshold.
|
GetMLModelResult |
withSizeInBytes(Long sizeInBytes)
Long integer type that is a 64-bit signed number.
|
GetMLModelResult |
withStatus(EntityStatus status)
The current status of the MLModel.
|
GetMLModelResult |
withStatus(String status)
The current status of the MLModel.
|
GetMLModelResult |
withTrainingDataSourceId(String trainingDataSourceId)
Id of the training DataSource.
|
GetMLModelResult |
withTrainingParameters(Map<String,String> trainingParameters)
A list of the training parameters in the MLModel.
|
public String getMLModelId()
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
public void setMLModelId(String mLModelId)
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId
- The MLModel id which is same as the MLModelId in the request.public GetMLModelResult withMLModelId(String mLModelId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId
- The MLModel id which is same as the MLModelId in the request.public String getTrainingDataSourceId()
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
public void setTrainingDataSourceId(String trainingDataSourceId)
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
trainingDataSourceId
- Id of the training DataSource.public GetMLModelResult withTrainingDataSourceId(String trainingDataSourceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
trainingDataSourceId
- Id of the training DataSource.public String getCreatedByIamUser()
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
public void setCreatedByIamUser(String createdByIamUser)
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
createdByIamUser
- The AWS user account from which the MLModel was created. The
account type can be either an AWS root account or IAM user account.public GetMLModelResult withCreatedByIamUser(String createdByIamUser)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
createdByIamUser
- The AWS user account from which the MLModel was created. The
account type can be either an AWS root account or IAM user account.public Date getCreatedAt()
public void setCreatedAt(Date createdAt)
createdAt
- The time that the MLModel was created. The time is expressed in
epoch time.public GetMLModelResult withCreatedAt(Date createdAt)
Returns a reference to this object so that method calls can be chained together.
createdAt
- The time that the MLModel was created. The time is expressed in
epoch time.public Date getLastUpdatedAt()
public void setLastUpdatedAt(Date lastUpdatedAt)
lastUpdatedAt
- The time of the most recent edit to the MLModel. The time is
expressed in epoch time.public GetMLModelResult withLastUpdatedAt(Date lastUpdatedAt)
Returns a reference to this object so that method calls can be chained together.
lastUpdatedAt
- The time of the most recent edit to the MLModel. The time is
expressed in epoch time.public String getName()
Constraints:
Length: 0 - 1024
public void setName(String name)
Constraints:
Length: 0 - 1024
name
- A user-supplied name or description of the MLModel for human
recognizition and remembrance.public GetMLModelResult withName(String name)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 1024
name
- A user-supplied name or description of the MLModel for human
recognizition and remembrance.public String getStatus()
PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.EntityStatus
public void setStatus(String status)
PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status
- The current status of the MLModel. This element can have one of
the following values: PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.EntityStatus
public GetMLModelResult withStatus(String status)
PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status
- The current status of the MLModel. This element can have one of
the following values: PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.EntityStatus
public void setStatus(EntityStatus status)
PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status
- The current status of the MLModel. This element can have one of
the following values: PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.EntityStatus
public GetMLModelResult withStatus(EntityStatus status)
PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status
- The current status of the MLModel. This element can have one of
the following values: PENDING
- AmazonML
submitted a request to describe a MLModel.INPROGRESS
- The request is processing.FAILED
- The request did not run to completion. It is
not usable.COMPLETED
- The request completed
successufully.DELETED
- The MLModel is
marked as deleted. It is not usable.EntityStatus
public Long getSizeInBytes()
public void setSizeInBytes(Long sizeInBytes)
sizeInBytes
- Long integer type that is a 64-bit signed number.public GetMLModelResult withSizeInBytes(Long sizeInBytes)
Returns a reference to this object so that method calls can be chained together.
sizeInBytes
- Long integer type that is a 64-bit signed number.public RealtimeEndpointInfo getEndpointInfo()
public void setEndpointInfo(RealtimeEndpointInfo endpointInfo)
endpointInfo
- The current endpoint of the MLModelpublic GetMLModelResult withEndpointInfo(RealtimeEndpointInfo endpointInfo)
Returns a reference to this object so that method calls can be chained together.
endpointInfo
- The current endpoint of the MLModelpublic Map<String,String> getTrainingParameters()
The current set of training parameters follows:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to zero, resulting in
sparse feature set. If used, specify a small value, such as 1.0E-04 or
1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L1 normalization. Cannot be used when L2 is specified. Use sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to small, nonzero
values. If used, specify a small value, such as 1.0E-04 or 1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L2 normalization. Cannot be used when L1 is specified. Use sparingly.
sgd.maxPasses
- Number of
times that the training process traverses the observations to build
the MLModel. The value is an integer that ranges from 1 through
10000 for SGD. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model.
Depending on the input data, the model size might affect the performance.
Implemented as an integer. Range is 100000 through 2147483648. Default value is 33554432.
The current set of training parameters follows:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to zero, resulting in
sparse feature set. If used, specify a small value, such as 1.0E-04 or
1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L1 normalization. Cannot be used when L2 is specified. Use sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to small, nonzero
values. If used, specify a small value, such as 1.0E-04 or 1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L2 normalization. Cannot be used when L1 is specified. Use sparingly.
sgd.maxPasses
- Number of
times that the training process traverses the observations to build
the MLModel. The value is an integer that ranges from 1 through
10000 for SGD. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model.
Depending on the input data, the model size might affect the performance.
Implemented as an integer. Range is 100000 through 2147483648. Default value is 33554432.
public void setTrainingParameters(Map<String,String> trainingParameters)
The current set of training parameters follows:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to zero, resulting in
sparse feature set. If used, specify a small value, such as 1.0E-04 or
1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L1 normalization. Cannot be used when L2 is specified. Use sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to small, nonzero
values. If used, specify a small value, such as 1.0E-04 or 1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L2 normalization. Cannot be used when L1 is specified. Use sparingly.
sgd.maxPasses
- Number of
times that the training process traverses the observations to build
the MLModel. The value is an integer that ranges from 1 through
10000 for SGD. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model.
Depending on the input data, the model size might affect the performance.
Implemented as an integer. Range is 100000 through 2147483648. Default value is 33554432.
trainingParameters
- A list of the training parameters in the MLModel. The list is
implemented as a map of of key/value pairs. The current set of training parameters follows:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to zero, resulting in
sparse feature set. If used, specify a small value, such as 1.0E-04 or
1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L1 normalization. Cannot be used when L2 is specified. Use sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to small, nonzero
values. If used, specify a small value, such as 1.0E-04 or 1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L2 normalization. Cannot be used when L1 is specified. Use sparingly.
sgd.maxPasses
- Number of
times that the training process traverses the observations to build
the MLModel. The value is an integer that ranges from 1 through
10000 for SGD. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model.
Depending on the input data, the model size might affect the performance.
Implemented as an integer. Range is 100000 through 2147483648. Default value is 33554432.
public GetMLModelResult withTrainingParameters(Map<String,String> trainingParameters)
The current set of training parameters follows:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to zero, resulting in
sparse feature set. If used, specify a small value, such as 1.0E-04 or
1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L1 normalization. Cannot be used when L2 is specified. Use sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to small, nonzero
values. If used, specify a small value, such as 1.0E-04 or 1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L2 normalization. Cannot be used when L1 is specified. Use sparingly.
sgd.maxPasses
- Number of
times that the training process traverses the observations to build
the MLModel. The value is an integer that ranges from 1 through
10000 for SGD. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model.
Depending on the input data, the model size might affect the performance.
Implemented as an integer. Range is 100000 through 2147483648. Default value is 33554432.
Returns a reference to this object so that method calls can be chained together.
trainingParameters
- A list of the training parameters in the MLModel. The list is
implemented as a map of of key/value pairs. The current set of training parameters follows:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to zero, resulting in
sparse feature set. If used, specify a small value, such as 1.0E-04 or
1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L1 normalization. Cannot be used when L2 is specified. Use sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to small, nonzero
values. If used, specify a small value, such as 1.0E-04 or 1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L2 normalization. Cannot be used when L1 is specified. Use sparingly.
sgd.maxPasses
- Number of
times that the training process traverses the observations to build
the MLModel. The value is an integer that ranges from 1 through
10000 for SGD. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model.
Depending on the input data, the model size might affect the performance.
Implemented as an integer. Range is 100000 through 2147483648. Default value is 33554432.
public GetMLModelResult addTrainingParametersEntry(String key, String value)
The current set of training parameters follows:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to zero, resulting in
sparse feature set. If used, specify a small value, such as 1.0E-04 or
1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L1 normalization. Cannot be used when L2 is specified. Use sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. Controls overfitting the data by penalizing
large coefficients. Tends to drive coefficients to small, nonzero
values. If used, specify a small value, such as 1.0E-04 or 1.0E-08.
Implemented as a double. Range is 0 to MAX_DOUBLE. Default is not to use L2 normalization. Cannot be used when L1 is specified. Use sparingly.
sgd.maxPasses
- Number of
times that the training process traverses the observations to build
the MLModel. The value is an integer that ranges from 1 through
10000 for SGD. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model.
Depending on the input data, the model size might affect the performance.
Implemented as an integer. Range is 100000 through 2147483648. Default value is 33554432.
The method adds a new key-value pair into TrainingParameters parameter, and returns a reference to this object so that method calls can be chained together.
key
- The key of the entry to be added into TrainingParameters.value
- The corresponding value of the entry to be added into TrainingParameters.public GetMLModelResult clearTrainingParametersEntries()
Returns a reference to this object so that method calls can be chained together.
public String getInputDataLocationS3()
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
public void setInputDataLocationS3(String inputDataLocationS3)
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
inputDataLocationS3
- A reference to a file or bucket on Amazon Simple Storage Service
(Amazon S3).public GetMLModelResult withInputDataLocationS3(String inputDataLocationS3)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
inputDataLocationS3
- A reference to a file or bucket on Amazon Simple Storage Service
(Amazon S3).public String getMLModelType()
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
MLModelType
public void setMLModelType(String mLModelType)
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
mLModelType
- Identifies the MLModel category. The available types follow:
MLModelType
public GetMLModelResult withMLModelType(String mLModelType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
mLModelType
- Identifies the MLModel category. The available types follow:
MLModelType
public void setMLModelType(MLModelType mLModelType)
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
mLModelType
- Identifies the MLModel category. The available types follow:
MLModelType
public GetMLModelResult withMLModelType(MLModelType mLModelType)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
mLModelType
- Identifies the MLModel category. The available types follow:
MLModelType
public Float getScoreThreshold()
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
.
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
.
public void setScoreThreshold(Float scoreThreshold)
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
.
scoreThreshold
- The scoring threshold is used in binary classification
MLModels, and marks the boundary between a positive prediction
and a negative prediction. Output values greater than or equal to
the threshold receive a positive result from the MLModel, such as
true
. Output values less than the threshold receive a
negative response from the MLModel, such as false
.
public GetMLModelResult withScoreThreshold(Float scoreThreshold)
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
.
Returns a reference to this object so that method calls can be chained together.
scoreThreshold
- The scoring threshold is used in binary classification
MLModels, and marks the boundary between a positive prediction
and a negative prediction. Output values greater than or equal to
the threshold receive a positive result from the MLModel, such as
true
. Output values less than the threshold receive a
negative response from the MLModel, such as false
.
public Date getScoreThresholdLastUpdatedAt()
public void setScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)
scoreThresholdLastUpdatedAt
- The time of the most recent edit to the ScoreThreshold. The
time is expressed in epoch time.public GetMLModelResult withScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)
Returns a reference to this object so that method calls can be chained together.
scoreThresholdLastUpdatedAt
- The time of the most recent edit to the ScoreThreshold. The
time is expressed in epoch time.public String getLogUri()
public void setLogUri(String logUri)
logUri
- Location of the logs from the CreateMLModel operation.public GetMLModelResult withLogUri(String logUri)
Returns a reference to this object so that method calls can be chained together.
logUri
- Location of the logs from the CreateMLModel operation.public String getMessage()
Constraints:
Length: 0 - 10240
public void setMessage(String message)
Constraints:
Length: 0 - 10240
message
- Description of the most recent details about accessing the
MLModel.public GetMLModelResult withMessage(String message)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10240
message
- Description of the most recent details about accessing the
MLModel.public String getRecipe()
Note This parameter is provided as part of the verbose format.
Constraints:
Length: 0 - 131071
Note This parameter is provided as part of the verbose format.
public void setRecipe(String recipe)
Note This parameter is provided as part of the verbose format.
Constraints:
Length: 0 - 131071
recipe
- Recipe to use when training the MLModel. The Recipe
provides detailed information about the observation data to use during
training, as well as manipulations to perform on the observation data
during training. Note This parameter is provided as part of the verbose format.
public GetMLModelResult withRecipe(String recipe)
Note This parameter is provided as part of the verbose format.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 131071
recipe
- Recipe to use when training the MLModel. The Recipe
provides detailed information about the observation data to use during
training, as well as manipulations to perform on the observation data
during training. Note This parameter is provided as part of the verbose format.
public String getSchema()
Note This parameter is provided as part of the verbose format.
Constraints:
Length: 0 - 131071
Note This parameter is provided as part of the verbose format.
public void setSchema(String schema)
Note This parameter is provided as part of the verbose format.
Constraints:
Length: 0 - 131071
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.
public GetMLModelResult withSchema(String schema)
Note This parameter is provided as part of the verbose format.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 131071
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.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.