Class UpdateModelRequest

    • 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 RoleArn request 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 RoleArn request parameter.
      • 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.
        Overrides:
        toString in class Object