Class UpdateModelSnapshotRequest

    • Constructor Detail

      • UpdateModelSnapshotRequest

        public UpdateModelSnapshotRequest​(java.lang.String jobId,
                                          java.lang.String snapshotId)
        Constructs a request to update information for a snapshot of given job
        Parameters:
        jobId - id of the job from which to retrieve results
        snapshotId - id of the snapshot from which to retrieve results
    • Method Detail

      • getJobId

        public java.lang.String getJobId()
      • getSnapshotId

        public java.lang.String getSnapshotId()
      • setDescription

        public void setDescription​(java.lang.String description)
        The new description of the snapshot.
        Parameters:
        description - the updated snapshot description
      • getRetain

        public java.lang.Boolean getRetain()
      • setRetain

        public void setRetain​(boolean retain)
        The new value of the "retain" property of the snapshot
        Parameters:
        retain - the updated retain property
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object