@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateModelRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateModelRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateModelRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
LabelsInputConfiguration |
getLabelsInputConfiguration() |
ModelDiagnosticsOutputConfiguration |
getModelDiagnosticsOutputConfiguration()
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for
the model.
|
String |
getModelName()
The name of the model to update.
|
String |
getRoleArn()
The ARN of the model to update.
|
int |
hashCode() |
void |
setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
void |
setModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for
the model.
|
void |
setModelName(String modelName)
The name of the model to update.
|
void |
setRoleArn(String roleArn)
The ARN of the model to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateModelRequest |
withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration) |
UpdateModelRequest |
withModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for
the model.
|
UpdateModelRequest |
withModelName(String modelName)
The name of the model to update.
|
UpdateModelRequest |
withRoleArn(String roleArn)
The ARN of the model to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setModelName(String modelName)
The name of the model to update.
modelName
- The name of the model to update.public String getModelName()
The name of the model to update.
public UpdateModelRequest withModelName(String modelName)
The name of the model to update.
modelName
- The name of the model to update.public void setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
labelsInputConfiguration
- public LabelsInputConfiguration getLabelsInputConfiguration()
public UpdateModelRequest withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
labelsInputConfiguration
- public void setRoleArn(String roleArn)
The ARN of the model to update.
roleArn
- The ARN of the model to update.public String getRoleArn()
The ARN of the model to update.
public UpdateModelRequest withRoleArn(String roleArn)
The ARN of the model to update.
roleArn
- The ARN of the model to update.public void setModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for
the model. You must also specify the RoleArn
request parameter.
modelDiagnosticsOutputConfiguration
- The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics
for the model. You must also specify the RoleArn
request parameter.public ModelDiagnosticsOutputConfiguration getModelDiagnosticsOutputConfiguration()
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for
the model. You must also specify the RoleArn
request parameter.
RoleArn
request parameter.public UpdateModelRequest withModelDiagnosticsOutputConfiguration(ModelDiagnosticsOutputConfiguration modelDiagnosticsOutputConfiguration)
The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for
the model. You must also specify the RoleArn
request parameter.
modelDiagnosticsOutputConfiguration
- The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics
for the model. You must also specify the RoleArn
request parameter.public String toString()
toString
in class Object
Object.toString()
public UpdateModelRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()