public class MLModel extends Object implements Serializable, Cloneable
Represents the output of a GetMLModel operation.
The content consists of the detailed metadata and the current status
of the MLModel
.
Constructor and Description |
---|
MLModel() |
Modifier and Type | Method and Description |
---|---|
MLModel |
addTrainingParametersEntry(String key,
String value)
A list of the training parameters in the
MLModel . |
MLModel |
clearTrainingParametersEntries()
Removes all the entries added into TrainingParameters.
|
MLModel |
clone() |
boolean |
equals(Object obj) |
String |
getAlgorithm()
The algorithm used to train the
MLModel . |
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()
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
Date |
getLastUpdatedAt()
The time of the most recent edit to the
MLModel . |
String |
getMessage()
A description of the most recent details about accessing the
MLModel . |
String |
getMLModelId()
The ID assigned to the
MLModel at creation. |
String |
getMLModelType()
Identifies the
MLModel category. |
String |
getName()
A user-supplied name or description of the
MLModel . |
Float |
getScoreThreshold()
Returns the value of the ScoreThreshold property for this object.
|
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 an
MLModel . |
String |
getTrainingDataSourceId()
The ID of the training
DataSource . |
Map<String,String> |
getTrainingParameters()
A list of the training parameters in the
MLModel . |
int |
hashCode() |
void |
setAlgorithm(Algorithm algorithm)
The algorithm used to train the
MLModel . |
void |
setAlgorithm(String algorithm)
The algorithm used to train the
MLModel . |
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)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
void |
setLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the
MLModel . |
void |
setMessage(String message)
A description of the most recent details about accessing the
MLModel . |
void |
setMLModelId(String mLModelId)
The ID assigned to the
MLModel at creation. |
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 . |
void |
setScoreThreshold(Float scoreThreshold)
Sets the value of the ScoreThreshold property for this object.
|
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 an
MLModel . |
void |
setStatus(String status)
The current status of an
MLModel . |
void |
setTrainingDataSourceId(String trainingDataSourceId)
The 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.
|
MLModel |
withAlgorithm(Algorithm algorithm)
The algorithm used to train the
MLModel . |
MLModel |
withAlgorithm(String algorithm)
The algorithm used to train the
MLModel . |
MLModel |
withCreatedAt(Date createdAt)
The time that the
MLModel was created. |
MLModel |
withCreatedByIamUser(String createdByIamUser)
The AWS user account from which the
MLModel was created. |
MLModel |
withEndpointInfo(RealtimeEndpointInfo endpointInfo)
The current endpoint of the
MLModel . |
MLModel |
withInputDataLocationS3(String inputDataLocationS3)
The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).
|
MLModel |
withLastUpdatedAt(Date lastUpdatedAt)
The time of the most recent edit to the
MLModel . |
MLModel |
withMessage(String message)
A description of the most recent details about accessing the
MLModel . |
MLModel |
withMLModelId(String mLModelId)
The ID assigned to the
MLModel at creation. |
MLModel |
withMLModelType(MLModelType mLModelType)
Identifies the
MLModel category. |
MLModel |
withMLModelType(String mLModelType)
Identifies the
MLModel category. |
MLModel |
withName(String name)
A user-supplied name or description of the
MLModel . |
MLModel |
withScoreThreshold(Float scoreThreshold)
Sets the value of the ScoreThreshold property for this object.
|
MLModel |
withScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)
The time of the most recent edit to the
ScoreThreshold . |
MLModel |
withSizeInBytes(Long sizeInBytes)
Long integer type that is a 64-bit signed number.
|
MLModel |
withStatus(EntityStatus status)
The current status of an
MLModel . |
MLModel |
withStatus(String status)
The current status of an
MLModel . |
MLModel |
withTrainingDataSourceId(String trainingDataSourceId)
The ID of the training
DataSource . |
MLModel |
withTrainingParameters(Map<String,String> trainingParameters)
A list of the training parameters in the
MLModel . |
public String getMLModelId()
MLModel
at creation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
MLModel
at creation.public void setMLModelId(String mLModelId)
MLModel
at creation.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
mLModelId
- The ID assigned to the MLModel
at creation.public MLModel withMLModelId(String mLModelId)
MLModel
at creation.
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 ID assigned to the MLModel
at creation.public String getTrainingDataSourceId()
DataSource
. The
CreateMLModel operation uses the
TrainingDataSourceId
.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
DataSource
. The
CreateMLModel operation uses the
TrainingDataSourceId
.public void setTrainingDataSourceId(String trainingDataSourceId)
DataSource
. The
CreateMLModel operation uses the
TrainingDataSourceId
.
Constraints:
Length: 1 - 64
Pattern: [a-zA-Z0-9_.-]+
trainingDataSourceId
- The ID of the training DataSource
. The
CreateMLModel operation uses the
TrainingDataSourceId
.public MLModel withTrainingDataSourceId(String trainingDataSourceId)
DataSource
. The
CreateMLModel operation uses the
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
- The ID of the training DataSource
. The
CreateMLModel operation uses the
TrainingDataSourceId
.public String getCreatedByIamUser()
MLModel
was created.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.
Constraints:
Pattern: arn:aws:iam::[0-9]+:((user/.+)|(root))
MLModel
was created.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.public void setCreatedByIamUser(String createdByIamUser)
MLModel
was created.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.
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 an AWS Identity
and Access Management (IAM) user account.public MLModel withCreatedByIamUser(String createdByIamUser)
MLModel
was created.
The account type can be either an AWS root account or an AWS Identity
and Access Management (IAM) user account.
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 an AWS Identity
and Access Management (IAM) user account.public Date getCreatedAt()
MLModel
was created. The time is
expressed in epoch time.MLModel
was created. The time is
expressed in epoch time.public void setCreatedAt(Date createdAt)
MLModel
was created. The time is
expressed in epoch time.createdAt
- The time that the MLModel
was created. The time is
expressed in epoch time.public MLModel withCreatedAt(Date createdAt)
MLModel
was created. The time is
expressed in epoch time.
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()
MLModel
. The time
is expressed in epoch time.MLModel
. The time
is expressed in epoch time.public void setLastUpdatedAt(Date lastUpdatedAt)
MLModel
. The time
is expressed in epoch time.lastUpdatedAt
- The time of the most recent edit to the MLModel
. The time
is expressed in epoch time.public MLModel withLastUpdatedAt(Date lastUpdatedAt)
MLModel
. The time
is expressed in epoch time.
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()
MLModel
.
Constraints:
Length: 0 - 1024
MLModel
.public void setName(String name)
MLModel
.
Constraints:
Length: 0 - 1024
name
- A user-supplied name or description of the MLModel
.public MLModel withName(String name)
MLModel
.
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
.public String getStatus()
MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.MLModel
is marked as deleted. It is not
usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.MLModel
is marked as deleted. It is not
usable.EntityStatus
public void setStatus(String status)
MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.MLModel
is marked as deleted. It is not
usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status
- The current status of an MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.MLModel
is marked as deleted. It is not
usable.EntityStatus
public MLModel withStatus(String status)
MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.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 an MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.MLModel
is marked as deleted. It is not
usable.EntityStatus
public void setStatus(EntityStatus status)
MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.MLModel
is marked as deleted. It is not
usable.
Constraints:
Allowed Values: PENDING, INPROGRESS, FAILED, COMPLETED, DELETED
status
- The current status of an MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.MLModel
is marked as deleted. It is not
usable.EntityStatus
public MLModel withStatus(EntityStatus status)
MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.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 an MLModel
. This element can have
one of the following values: MLModel
.MLModel
did not run to completion. It is not usable.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 MLModel 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()
MLModel
.MLModel
.public void setEndpointInfo(RealtimeEndpointInfo endpointInfo)
MLModel
.endpointInfo
- The current endpoint of the MLModel
.public MLModel withEndpointInfo(RealtimeEndpointInfo endpointInfo)
MLModel
.
Returns a reference to this object so that method calls can be chained together.
endpointInfo
- The current endpoint of the MLModel
.public Map<String,String> getTrainingParameters()
MLModel
. The
list is implemented as a map of key/value pairs. The following is the current set of training parameters:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to zero,
resulting in a sparse feature set. If you use this parameter, specify
a small value, such as 1.0E-04 or 1.0E-08.
The value is a double
that ranges from 0 to MAX_DOUBLE. The default is not to use L1
normalization. The parameter cannot be used when L2
is
specified. Use this parameter sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to small, nonzero
values. If you use this parameter, specify a small value, such as
1.0E-04 or 1.0E-08.
The valus is a double that ranges from 0 to
MAX_DOUBLE. The default is not to use L2 normalization. This cannot be
used when L1
is specified. Use this parameter
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 to
10000. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model. Depending on the input data, the model size might affect
performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
MLModel
. The
list is implemented as a map of key/value pairs. The following is the current set of training parameters:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to zero,
resulting in a sparse feature set. If you use this parameter, specify
a small value, such as 1.0E-04 or 1.0E-08.
The value is a double
that ranges from 0 to MAX_DOUBLE. The default is not to use L1
normalization. The parameter cannot be used when L2
is
specified. Use this parameter sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to small, nonzero
values. If you use this parameter, specify a small value, such as
1.0E-04 or 1.0E-08.
The valus is a double that ranges from 0 to
MAX_DOUBLE. The default is not to use L2 normalization. This cannot be
used when L1
is specified. Use this parameter
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 to
10000. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model. Depending on the input data, the model size might affect
performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
public void setTrainingParameters(Map<String,String> trainingParameters)
MLModel
. The
list is implemented as a map of key/value pairs. The following is the current set of training parameters:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to zero,
resulting in a sparse feature set. If you use this parameter, specify
a small value, such as 1.0E-04 or 1.0E-08.
The value is a double
that ranges from 0 to MAX_DOUBLE. The default is not to use L1
normalization. The parameter cannot be used when L2
is
specified. Use this parameter sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to small, nonzero
values. If you use this parameter, specify a small value, such as
1.0E-04 or 1.0E-08.
The valus is a double that ranges from 0 to
MAX_DOUBLE. The default is not to use L2 normalization. This cannot be
used when L1
is specified. Use this parameter
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 to
10000. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model. Depending on the input data, the model size might affect
performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
trainingParameters
- A list of the training parameters in the MLModel
. The
list is implemented as a map of key/value pairs. The following is the current set of training parameters:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to zero,
resulting in a sparse feature set. If you use this parameter, specify
a small value, such as 1.0E-04 or 1.0E-08.
The value is a double
that ranges from 0 to MAX_DOUBLE. The default is not to use L1
normalization. The parameter cannot be used when L2
is
specified. Use this parameter sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to small, nonzero
values. If you use this parameter, specify a small value, such as
1.0E-04 or 1.0E-08.
The valus is a double that ranges from 0 to
MAX_DOUBLE. The default is not to use L2 normalization. This cannot be
used when L1
is specified. Use this parameter
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 to
10000. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model. Depending on the input data, the model size might affect
performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
public MLModel withTrainingParameters(Map<String,String> trainingParameters)
MLModel
. The
list is implemented as a map of key/value pairs. The following is the current set of training parameters:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to zero,
resulting in a sparse feature set. If you use this parameter, specify
a small value, such as 1.0E-04 or 1.0E-08.
The value is a double
that ranges from 0 to MAX_DOUBLE. The default is not to use L1
normalization. The parameter cannot be used when L2
is
specified. Use this parameter sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to small, nonzero
values. If you use this parameter, specify a small value, such as
1.0E-04 or 1.0E-08.
The valus is a double that ranges from 0 to
MAX_DOUBLE. The default is not to use L2 normalization. This cannot be
used when L1
is specified. Use this parameter
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 to
10000. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model. Depending on the input data, the model size might affect
performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
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 key/value pairs. The following is the current set of training parameters:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to zero,
resulting in a sparse feature set. If you use this parameter, specify
a small value, such as 1.0E-04 or 1.0E-08.
The value is a double
that ranges from 0 to MAX_DOUBLE. The default is not to use L1
normalization. The parameter cannot be used when L2
is
specified. Use this parameter sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to small, nonzero
values. If you use this parameter, specify a small value, such as
1.0E-04 or 1.0E-08.
The valus is a double that ranges from 0 to
MAX_DOUBLE. The default is not to use L2 normalization. This cannot be
used when L1
is specified. Use this parameter
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 to
10000. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model. Depending on the input data, the model size might affect
performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
public MLModel addTrainingParametersEntry(String key, String value)
MLModel
. The
list is implemented as a map of key/value pairs. The following is the current set of training parameters:
sgd.l1RegularizationAmount
- Coefficient
regularization L1 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to zero,
resulting in a sparse feature set. If you use this parameter, specify
a small value, such as 1.0E-04 or 1.0E-08.
The value is a double
that ranges from 0 to MAX_DOUBLE. The default is not to use L1
normalization. The parameter cannot be used when L2
is
specified. Use this parameter sparingly.
sgd.l2RegularizationAmount
- Coefficient
regularization L2 norm. It controls overfitting the data by penalizing
large coefficients. This tends to drive coefficients to small, nonzero
values. If you use this parameter, specify a small value, such as
1.0E-04 or 1.0E-08.
The valus is a double that ranges from 0 to
MAX_DOUBLE. The default is not to use L2 normalization. This cannot be
used when L1
is specified. Use this parameter
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 to
10000. The default value is 10.
sgd.maxMLModelSizeInBytes
- Maximum allowed size
of the model. Depending on the input data, the model size might affect
performance.
The value is an integer that ranges from 100000 to 2147483648. The default value is 33554432.
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 MLModel 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
- The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).public MLModel withInputDataLocationS3(String inputDataLocationS3)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 2048
Pattern: s3://([^/]+)(/.*)?
inputDataLocationS3
- The location of the data file or directory in Amazon Simple Storage
Service (Amazon S3).public String getAlgorithm()
MLModel
. The following
algorithm is supported:
Constraints:
Allowed Values: sgd
MLModel
. The following
algorithm is supported: Algorithm
public void setAlgorithm(String algorithm)
MLModel
. The following
algorithm is supported:
Constraints:
Allowed Values: sgd
algorithm
- The algorithm used to train the MLModel
. The following
algorithm is supported: Algorithm
public MLModel withAlgorithm(String algorithm)
MLModel
. The following
algorithm is supported: Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: sgd
algorithm
- The algorithm used to train the MLModel
. The following
algorithm is supported: Algorithm
public void setAlgorithm(Algorithm algorithm)
MLModel
. The following
algorithm is supported:
Constraints:
Allowed Values: sgd
algorithm
- The algorithm used to train the MLModel
. The following
algorithm is supported: Algorithm
public MLModel withAlgorithm(Algorithm algorithm)
MLModel
. The following
algorithm is supported: Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: sgd
algorithm
- The algorithm used to train the MLModel
. The following
algorithm is supported: Algorithm
public String getMLModelType()
MLModel
category. The following are the
available types:
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
MLModel
category. The following are the
available types: MLModelType
public void setMLModelType(String mLModelType)
MLModel
category. The following are the
available types:
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
mLModelType
- Identifies the MLModel
category. The following are the
available types: MLModelType
public MLModel withMLModelType(String mLModelType)
MLModel
category. The following are the
available types: 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 following are the
available types: MLModelType
public void setMLModelType(MLModelType mLModelType)
MLModel
category. The following are the
available types:
Constraints:
Allowed Values: REGRESSION, BINARY, MULTICLASS
mLModelType
- Identifies the MLModel
category. The following are the
available types: MLModelType
public MLModel withMLModelType(MLModelType mLModelType)
MLModel
category. The following are the
available types: 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 following are the
available types: MLModelType
public Float getScoreThreshold()
public void setScoreThreshold(Float scoreThreshold)
scoreThreshold
- The new value for the ScoreThreshold property for this object.public MLModel withScoreThreshold(Float scoreThreshold)
Returns a reference to this object so that method calls can be chained together.
scoreThreshold
- The new value for the ScoreThreshold property for this object.public Date getScoreThresholdLastUpdatedAt()
ScoreThreshold
.
The time is expressed in epoch time.ScoreThreshold
.
The time is expressed in epoch time.public void setScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)
ScoreThreshold
.
The time is expressed in epoch time.scoreThresholdLastUpdatedAt
- The time of the most recent edit to the ScoreThreshold
.
The time is expressed in epoch time.public MLModel withScoreThresholdLastUpdatedAt(Date scoreThresholdLastUpdatedAt)
ScoreThreshold
.
The time is expressed in epoch time.
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 getMessage()
MLModel
.
Constraints:
Length: 0 - 10240
MLModel
.public void setMessage(String message)
MLModel
.
Constraints:
Length: 0 - 10240
message
- A description of the most recent details about accessing the
MLModel
.public MLModel withMessage(String message)
MLModel
.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 0 - 10240
message
- A description of the most recent details about accessing the
MLModel
.public String toString()
toString
in class Object
Object.toString()
Copyright © 2015. All rights reserved.