Class UpdateModelRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentRequest
-
- software.amazon.awssdk.services.lookoutequipment.model.UpdateModelRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
@Generated("software.amazon.awssdk:codegen") public final class UpdateModelRequest extends LookoutEquipmentRequest implements ToCopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUpdateModelRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateModelRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LabelsInputConfigurationlabelsInputConfiguration()Returns the value of the LabelsInputConfiguration property for this object.ModelDiagnosticsOutputConfigurationmodelDiagnosticsOutputConfiguration()The Amazon S3 location where you want Amazon Lookout for Equipment to save the pointwise model diagnostics for the model.StringmodelName()The name of the model to update.StringroleArn()The ARN of the model to update.List<SdkField<?>>sdkFields()static Class<? extends UpdateModelRequest.Builder>serializableBuilderClass()UpdateModelRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
modelName
public final String modelName()
The name of the model to update.
- Returns:
- The name of the model to update.
-
labelsInputConfiguration
public final LabelsInputConfiguration labelsInputConfiguration()
Returns the value of the LabelsInputConfiguration property for this object.- Returns:
- The value of the LabelsInputConfiguration property for this object.
-
roleArn
public final String roleArn()
The ARN of the model to update.
- Returns:
- The ARN of the model to update.
-
modelDiagnosticsOutputConfiguration
public final 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
RoleArnrequest parameter.- Returns:
- 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
RoleArnrequest parameter.
-
toBuilder
public UpdateModelRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<UpdateModelRequest.Builder,UpdateModelRequest>- Specified by:
toBuilderin classLookoutEquipmentRequest
-
builder
public static UpdateModelRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends UpdateModelRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-