@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateActiveModelVersionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateActiveModelVersionResult() |
Modifier and Type | Method and Description |
---|---|
UpdateActiveModelVersionResult |
clone() |
boolean |
equals(Object obj) |
Long |
getCurrentActiveVersion()
The version that is currently active of the machine learning model for which the active model version was set.
|
String |
getCurrentActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
|
String |
getModelArn()
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
|
String |
getModelName()
The name of the machine learning model for which the active model version was set.
|
Long |
getPreviousActiveVersion()
The previous version that was active of the machine learning model for which the active model version was set.
|
String |
getPreviousActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
|
int |
hashCode() |
void |
setCurrentActiveVersion(Long currentActiveVersion)
The version that is currently active of the machine learning model for which the active model version was set.
|
void |
setCurrentActiveVersionArn(String currentActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
|
void |
setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
|
void |
setModelName(String modelName)
The name of the machine learning model for which the active model version was set.
|
void |
setPreviousActiveVersion(Long previousActiveVersion)
The previous version that was active of the machine learning model for which the active model version was set.
|
void |
setPreviousActiveVersionArn(String previousActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
|
String |
toString()
Returns a string representation of this object.
|
UpdateActiveModelVersionResult |
withCurrentActiveVersion(Long currentActiveVersion)
The version that is currently active of the machine learning model for which the active model version was set.
|
UpdateActiveModelVersionResult |
withCurrentActiveVersionArn(String currentActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
|
UpdateActiveModelVersionResult |
withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
|
UpdateActiveModelVersionResult |
withModelName(String modelName)
The name of the machine learning model for which the active model version was set.
|
UpdateActiveModelVersionResult |
withPreviousActiveVersion(Long previousActiveVersion)
The previous version that was active of the machine learning model for which the active model version was set.
|
UpdateActiveModelVersionResult |
withPreviousActiveVersionArn(String previousActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setModelName(String modelName)
The name of the machine learning model for which the active model version was set.
modelName
- The name of the machine learning model for which the active model version was set.public String getModelName()
The name of the machine learning model for which the active model version was set.
public UpdateActiveModelVersionResult withModelName(String modelName)
The name of the machine learning model for which the active model version was set.
modelName
- The name of the machine learning model for which the active model version was set.public void setModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
modelArn
- The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.public String getModelArn()
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
public UpdateActiveModelVersionResult withModelArn(String modelArn)
The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.
modelArn
- The Amazon Resource Name (ARN) of the machine learning model for which the active model version was set.public void setCurrentActiveVersion(Long currentActiveVersion)
The version that is currently active of the machine learning model for which the active model version was set.
currentActiveVersion
- The version that is currently active of the machine learning model for which the active model version was
set.public Long getCurrentActiveVersion()
The version that is currently active of the machine learning model for which the active model version was set.
public UpdateActiveModelVersionResult withCurrentActiveVersion(Long currentActiveVersion)
The version that is currently active of the machine learning model for which the active model version was set.
currentActiveVersion
- The version that is currently active of the machine learning model for which the active model version was
set.public void setPreviousActiveVersion(Long previousActiveVersion)
The previous version that was active of the machine learning model for which the active model version was set.
previousActiveVersion
- The previous version that was active of the machine learning model for which the active model version was
set.public Long getPreviousActiveVersion()
The previous version that was active of the machine learning model for which the active model version was set.
public UpdateActiveModelVersionResult withPreviousActiveVersion(Long previousActiveVersion)
The previous version that was active of the machine learning model for which the active model version was set.
previousActiveVersion
- The previous version that was active of the machine learning model for which the active model version was
set.public void setCurrentActiveVersionArn(String currentActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
currentActiveVersionArn
- The Amazon Resource Name (ARN) of the machine learning model version that is the current active model
version.public String getCurrentActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
public UpdateActiveModelVersionResult withCurrentActiveVersionArn(String currentActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that is the current active model version.
currentActiveVersionArn
- The Amazon Resource Name (ARN) of the machine learning model version that is the current active model
version.public void setPreviousActiveVersionArn(String previousActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
previousActiveVersionArn
- The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model
version.public String getPreviousActiveVersionArn()
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
public UpdateActiveModelVersionResult withPreviousActiveVersionArn(String previousActiveVersionArn)
The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model version.
previousActiveVersionArn
- The Amazon Resource Name (ARN) of the machine learning model version that was the previous active model
version.public String toString()
toString
in class Object
Object.toString()
public UpdateActiveModelVersionResult clone()